Epoch
${ page.current_epoch }
Slot
${ page.current_slot }
Height
${ page.current_height }
Active Validators
${ page.active_validators }
Active Snark Workers
${ page.active_workers }
Peers
${ page.peers }
Total supply
${page.total_supply | formatCurrency }
Most recent blocks View more
Height | Epoch | Slot | Time | Creator | State Hash | Transactions | Snark Jobs | Reward | |
---|---|---|---|---|---|---|---|---|---|
${ block.height } | ${ block.epoch } | ${ block.slot } | ${ block.ts | fromNow } | ${ block.creator.substr(0, 8) }... | ${ block.state_hash.substr(0, 8) }... | ${ block.user_commands_count } | ${ block.snark_jobs_count } | ${ block.coinbase | formatCurrency } |