Difficulty
{{ current_difficulty }}
Height
{{ current_height }}
Hashrate
{{ hashrate|default('n/a') }}
Emission
n/a
Block Info
| Version | {{ block.version }} | |
| Previous Hash | {% if block.height == 0 %}{{ block.previous_hash }} Genesis | {% else %}{{ block.previous_hash }} | {% endif %}
| 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 }} |
PoW Data
Merge Mined · Monero| Monero Block Hash | {% if network == 'Testnet' %}{{ monero_hash }} | {% else %}{{ monero_hash }} | {% endif %}
PoW Data
Native · DarkFi
Native DarkFi proof-of-work
Coinbase Transaction
| Hash | Amount | Bytes |
|---|---|---|
| {{ block.coinbase.hash }} | {{ block.coinbase.reward }} | {{ block.coinbase.size }} |
Transactions ({{ block.n_txs }})
| Hash | Calls | Fee | Bytes |
|---|---|---|---|
| {{ tx.hash }} | {{ tx.n_calls }} | {{ tx.fee }} | {{ tx.size }} |