canonical booleanSet to true if block corresponds to the canonical chain tip |
height integer |
hash stringHash representing the block |
index_block_hash stringThe only hash that can uniquely identify an anchored block or an unconfirmed state trie |
parent_block_hash string |
burn_block_time numberUnix timestamp (in seconds) indicating when this block was mined. |
burn_block_time_iso stringAn ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) indicating when this block was mined. |
burn_block_hash stringHash of the anchor chain block |
burn_block_height integerHeight of the anchor chain block |
miner_txid stringAnchor chain transaction ID |
parent_microblock_hash stringThe hash of the last streamed block that precedes this block to which this block is to be appended. Not every anchored block will have a parent microblock stream. An anchored block that does not have a parent microblock stream has the parent microblock hash set to an empty string, and the parent microblock sequence number set to -1. |
parent_microblock_sequence integerThe hash of the last streamed block that precedes this block to which this block is to be appended. Not every anchored block will have a parent microblock stream. An anchored block that does not have a parent microblock stream has the parent microblock hash set to an empty string, and the parent microblock sequence number set to -1. |
txs string[]List of transactions included in the block |
microblocks_accepted string[]List of microblocks that were accepted in this anchor block. Not every anchored block will have a accepted all (or any) of the previously streamed microblocks. Microblocks that were orphaned are not included in this list. |
microblocks_streamed string[]List of microblocks that were streamed/produced by this anchor block's miner. This list only includes microblocks that were accepted in the following anchor block. Microblocks that were orphaned are not included in this list. |
execution_cost_read_count integerExecution cost read count. |
execution_cost_read_length integerExecution cost read length. |
execution_cost_runtime integer |
execution_cost_write_count integerExecution cost write count. |
execution_cost_write_length integerExecution cost write length. |
microblock_tx_count objectList of txs counts in each accepted microblock |