Difficulty
{{ current_difficulty }}
Height
{{ current_height }}
Hashrate
{{ hashrate|default('n/a') }}
Emission
n/a

Block {% if block.height != 0 %} < {% else %} < {% endif %} {{ block.height }} >

{{ block.hash }}

Block Info

{% if block.height == 0 %} {% else %} {% endif %}
Version {{ block.version }}
Previous Hash{{ block.previous_hash }} Genesis{{ block.previous_hash }}
Height {{ block.height }}
Nonce {{ block.nonce }}
Timestamp {{ block.timestamp }}
Transactions Root {{ block.transactions_root }}
State Root {{ block.state_root }}
Block Size (bytes) {{ block.size }}
Block Difficulty {{ block.difficulty }}
Cumulative Difficulty {{ block.cumulative }}
Transactions {{ block.n_txs }}
{% if block.powtype == "Monero" %}

PoW Data

Merge Mined · Monero
{% if network == 'Testnet' %} {% else %} {% endif %}
Monero Block Hash{{ monero_hash }}{{ monero_hash }}
{% else %}

PoW Data

Native · DarkFi
Native DarkFi proof-of-work
{% endif %}

Coinbase Transaction

Hash Amount Bytes
{{ block.coinbase.hash }} {{ block.coinbase.reward }} {{ block.coinbase.size }}

Transactions ({{ block.n_txs }})

{% for tx in block.txs %} {% endfor %}
Hash Calls Fee Bytes
{{ tx.hash }} {{ tx.n_calls }} {{ tx.fee }} {{ tx.size }}