{#key block} {#if block != null && visible && $blocksEnabled }
{#if block.height == $latestBlockHeight}Latest {/if}Block: { numberFormat.format(block.height) }
{ formatDateTime(block.time) } { formattedBlockValue }
{ formatBytes(block.bytes) } { formatCount(block.txnCount) } transactions
 
Avg fee rate {#if block.fees != null} { formatFee(block.avgFeerate) } sats/vbyte {:else} unavailable {/if}
Latest Block: { numberFormat.format(block.height) }
{ formatDateTime(block.time) } { formattedBlockValue }
{ formatCount(block.txnCount) } transactions {#if block.fees != null} { formatFee(block.avgFeerate) } sats/vb {:else} { formatBytes(block.bytes) } {/if}
{#if hasPrevBlock } {/if} {#if hasNextBlock } {/if} {/if} {/key}