Skip to main content
Schema: aleo.core Table: fact_block_solutions Type: Base Table Records of all prover solutions for each block, including block details, rewards, and solution-specific information.

Columns

Column NameData TypeDescription
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the block began.
BLOCK_PUZZLE_REWARDNUMBERThe total coinbase reward issued to the network for each block.
ADDRESSTEXTThe unique address referring to an entity on the blockchain.
COUNTERTEXTA counter value associated with the solution.
EPOCH_HASHTEXTThe hash of the epoch in which the solution was found.
SOLUTION_IDTEXTA unique identifier for the prover solution.
TARGETNUMBERThe target difficulty for the block solution.
REWARD_RAWNUMBERThe raw value of the reward for solving the block.
REWARDFLOATThe processed or formatted value of the reward for solving the block.
FACT_BLOCK_SOLUTIONS_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