Difficulty
{{ current_difficulty }}
Height
{{ current_height }}
Hashrate
n/a
Emission
n/a

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

{{ block.hash }}

Block Info

Version {{ block.version }}
Previous Hash {{ 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
Monero Block 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 }}