@if (!block?.stale) { Block Genesis } @else { Stale Block } {{ 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 @if (block.extras.pool.minerNames[1].length > 16) { {{ block.extras.pool.minerNames[1].slice(0, 15) }}… } @else { {{ block.extras.pool.minerNames[1] }} } {{ block.extras.pool.name }} {{ block.extras.pool.name }}
@if (block?.stale) { } @else { }
@if (block?.stale && !showAudit) {

Stale Block @if (block?.extras?.pool) { {{ block?.extras?.pool.name }} }

} @else {

Expected Block

}
@if (block?.stale && !showAudit) { } @else { }

@if (block?.stale) { @if (showAudit) { Stale Block } @else { Winning Block @if (canonicalBlock?.extras?.pool) { {{ canonicalBlock?.extras?.pool.name }} } } } @else { Actual Block }

@if (block?.stale && !showAudit) { } @else { }

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

{{ block.merkle_root }}

Difficulty {{ block.difficulty }}
Nonce {{ block.nonce | decimal2hex }}
Block Header Hex
@if (!block?.stale && block?.extras?.orphans?.length > 0) {
@if (block.extras.orphans.length === 1) { There is a stale block at this height } @else { There are {{ block.extras.orphans.length }} stale blocks at this height }
    @for (orphan of block.extras.orphans; track orphan.height) {
  • }
}
@defer (on viewport) { @if (!block?.stale) { } } @placeholder {

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

}

Error loading block data.
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 }}%
Total fees
Weight
Transactions {{ staleStats.txCount || 0 }}
Total fees {{ canonicalStats.feeDelta > 0 ? '+' : '' }}{{ (canonicalStats.feeDelta * 100) | amountShortener: 2 }}%
Weight {{ canonicalStats.weightDelta > 0 ? '+' : '' }}{{ (canonicalStats.weightDelta * 100) | amountShortener: 2 }}%
Transactions {{ canonicalStats.txCount || 0 }} {{ canonicalStats.txDelta > 0 ? '+' : '' }}{{ (canonicalStats.txDelta * 100) | amountShortener: 2 }}%
Total fees
Weight
Transactions