Skip to main content
Schema: 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 NameData TypeDescription
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_HASHTEXTThe hash of the block
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the block began.
NETWORKTEXTThe network id corresponding to this block.
TX_COUNTNUMBERThe number of transactions in a given block.
PREVIOUS_HASHTEXTThe hash of the previous block
ROUNDNUMBERThe round in which crpytographic proofs were provided for a given block.
ROUNDSARRAYBlocks during which provers compete to generate cryptographic proofs and solve puzzles in order to earn rewards.
COINBASE_TARGETNUMBERThe coinbase target for this block
CUMULATIVE_PROOF_TARGETNUMBERThe cumulative proof target for this block
CUMULATIVE_WEIGHTNUMBERThe cumulative weight for this block
BLOCK_REWARDNUMBERThe total coinbase reward issued to the network for each block.
PUZZLE_REWARDNUMBERThe total coinbase reward issued to the network for each block.
FACT_BLOCKS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.
_INVOCATION_IDTEXT