Block {{ self.hash }}
- height
- {{self.height}}
- timestamp
- {{self.block.header.time}}
- size
- {{self.block.size()}}
- weight
- {{self.block.weight()}}
- prev blockhash
- {{self.block.header.prev_blockhash}}
{{"Transaction".tally(self.block.txdata.len())}}
%% for tx in &self.block.txdata {
%% let txid = tx.txid();
- {{txid}}
%% }