Table Columns

Unique Key: height

Column NameData TypeDescription
heightBIGINTThe sequential number of the block in the blockchain.
timestampTIMESTAMP_NTZ(9)The timestamp when the block was created.
hashVARCHARThe hash of the block.
parent_hashVARCHARThe hash of the parent block.
proposer_addressVARCHARThe address of the proposer who created the block.
transaction_countBIGINTThe number of transactions included in the block.
consensus_hashVARCHARThe hash of the block’s consensus state.
app_hashVARCHARThe hash of the application state.
block_idVARIANTThe block identifier as a JSON object.
chain_idVARCHARThe identifier of the blockchain.
dataVARIANTThe block data as a JSON object.
data_hashVARCHARThe hash of the block’s data.
evidenceVARIANTEvidence associated with the block as a JSON object.
evidence_hashVARCHARThe hash of the evidence associated with the block.
last_block_idVARIANTThe previous block identifier as a JSON object.
last_commitVARIANTThe last commit information as a JSON object.
last_commit_hashVARCHARThe hash of the last commit.
last_results_hashVARCHARThe hash of the last results.
next_validators_hashVARCHARThe hash of the next set of validators.
validators_hashVARCHARThe hash of the current set of validators.
versionVARIANTThe version information as a JSON object.
block_resultVARIANTThe block result as a JSON object.
block_event_countBIGINTThe number of block events in the block.
block_event_attribute_countBIGINTThe number of block event attributes in the block.
_created_atTIMESTAMP_NTZ(9)The timestamp when the entry was created.
_updated_atTIMESTAMP_NTZ(9)The timestamp when the entry was updated.