aleo.core Table: fact_blocks Type: Base Table
Records of all blocks that have occurred on the Aleo network, dating back to the genesis block.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_ID | NUMBER | The block height the block was recorded at. |
| BLOCK_HASH | TEXT | The hash of the block |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which the block began. |
| NETWORK | TEXT | The network id corresponding to this block. |
| TX_COUNT | NUMBER | The number of transactions in a given block. |
| PREVIOUS_HASH | TEXT | The hash of the previous block |
| ROUND | NUMBER | The round in which crpytographic proofs were provided for a given block. |
| ROUNDS | ARRAY | Blocks during which provers compete to generate cryptographic proofs and solve puzzles in order to earn rewards. |
| COINBASE_TARGET | NUMBER | The coinbase target for this block |
| CUMULATIVE_PROOF_TARGET | NUMBER | The cumulative proof target for this block |
| CUMULATIVE_WEIGHT | NUMBER | The cumulative weight for this block |
| BLOCK_REWARD | NUMBER | The total coinbase reward issued to the network for each block. |
| PUZZLE_REWARD | NUMBER | The total coinbase reward issued to the network for each block. |
| FACT_BLOCKS_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |
| _INVOCATION_ID | TEXT |