Block height: {{self.block_info.height}}
%% if self.block_info.is_genesis {This is the genesis block
%% } %% if self.block_info.is_tip {This is the latest block (tip)
%% }| Digest | {{self.block_info.digest.to_hex()}} |
| Canonical 🛈 The canonical blockchain is the chain with the most accumulated proof-of-work and is considered the official record of transaction history. | %% if self.block_info.is_canonical { This block is a link in the canonical blockchain. %% } else { This block is not in the canonical blockchain. %% } |
| Created | {{self.block_info.timestamp.standard_format()}} |
| Inputs | {{self.block_info.num_inputs}} |
| Outputs | {{self.block_info.num_outputs}} |
| Difficulty | {{self.block_info.difficulty}} |
| Mining Reward | {{self.block_info.mining_reward}} |
| Fee | {{self.block_info.fee}} |