{% extends "base" %} {% block content %}

Block {{ block_header.height }}

Hash: {{ block_header.hash }}

Timestamp: {{ block_header.timestamp | date(format="%Y-%m-%d %H:%M") }} UTC

Size

{{ block_header.block_size }} bytes

Depth

{{ block_header.depth }}

Difficulty

{{ block_header.difficulty }}

Reward

{{ block_header.reward / 100000000000 }} WOW

Nonce

{{ block_header.nonce }}



{% if tx_hashes %} {% for hash in tx_hashes %} {% endfor %} {% endif %}

Transactions ({% if tx_hashes %}{{ tx_hashes | length }}{% else %}0{% endif %})

Hash
{{ hash }}

Previous Block

{% endblock content %}