{{define "block"}} {{ template "header" . }}

Block Topo height (unique): {{.block.TopoHeight}} Block height: ({{.block.Height}})

Block hash: {{.block.Hash}}

{{range $i, $a := .block.Tips}}
Previous blocks: {{$a}}
{{end}}
Timestamp [UCT] (epoch millisec):{{.block.Block_time}} ({{.block.Epoch}}) Age [h:m:s.ms]:{{.block.Age}} Δ [h:m:s.ms]:
Major.minor version:{{.block.Major_Version}}.{{.block.Minor_Version}} Block reward:{{.block.Reward}} Block size [kB]:{{.block.Size}}
Miniblocks:{{len .block.Block.MiniBlocks}} Total fees:{{.block.Fees}} No of txs:{{.block.Tx_Count}}

Miner reward for this block

Miner Address outputs size [kB] version
{{index .block.Mtx.OutAddress 0}} {{.block.Mtx.Amount}} {{.block.Mtx.Size}} {{.block.Mtx.Version}}

Transactions ({{.block.Tx_Count}})

{{range .block.Txs}} {{if .Skipped }} {{else}} {{end}} {{end}}
hash type fee ring size version size [kB]
{{.Hash}} {{.Hash}}{{.TransactionType}} {{.Fee}} {{.Ring_size}} {{.Version}} {{.Size}}
{{ template "footer" . }} {{end}}