Block Genesis {{ blockHeight }}

Hash {{ block.id | shortenString : 13 }}
Timestamp
Size
Weight
Health {{ blockAudit?.matchRate }}% Unknown
Fee span - Median fee ~ Total fees   Subsidy + fees Total fees Subsidy + fees Miner {{ block.extras.pool.name }} {{ block.extras.pool.name }}

Expected Block beta

Actual Block


Version {{ block.version | decimal2hex }} Taproot
Bits {{ block.bits | decimal2hex }}
Merkle root

{{ block.merkle_root }}

Difficulty {{ block.difficulty }}
Nonce {{ block.nonce | decimal2hex }}
Block Header Hex

{{ i }} transaction {{ i }} transactions


Error loading data.

{{ transactionsError.status }}: {{ transactionsError.error }}


Error loading data.

{{ error.status }}: {{ error.error }}
Why is this block empty?
Total fees
Weight
Transactions {{ blockAudit.template?.length || 0 }}
Total fees {{ blockAudit.feeDelta < 0 ? '+' : '' }}{{ (-blockAudit.feeDelta * 100) | amountShortener: 2 }}%
Weight {{ blockAudit.weightDelta < 0 ? '+' : '' }}{{ (-blockAudit.weightDelta * 100) | amountShortener: 2 }}%
Transactions {{ block.tx_count }} {{ blockAudit.txDelta < 0 ? '+' : '' }}{{ (-blockAudit.txDelta * 100) | amountShortener: 2 }}%