A block height is an ordinal number that indicates the position of a block within the sequence of accepted blocks.

A block hash is a unique identifier that helps query and reference the block.

Blocks are units of information stored on a blockchain, containing grouped transactions that are verified and signed by validators. Each block has these components to ensure the integrity and order of transactions.

Table Columns

Unique Key: Number

Column NameDescription
heightThe sequential number of the block in the blockchain.
timestampThe timestamp when the block was created.
hashThe hash of the block.
parent_hashThe hash of the parent block.
proposer_addressThe address of the proposer who created the block.
transaction_countThe number of transactions included in the block.
consensus_hashThe hash of the block’s consensus state.
app_hashThe hash of the application state.
block_idThe block identifier as a JSON object.
chain_idThe identifier of the blockchain.
dataThe block data as a JSON object.
data_hashThe hash of the block’s data.
evidenceEvidence associated with the block as a JSON object.
evidence_hashThe hash of the evidence associated with the block.
last_block_idThe previous block identifier as a JSON object.
last_commitThe last commit information as a JSON object.
last_commit_hashThe hash of the last commit.
last_results_hashThe hash of the last results.
next_validators_hashThe hash of the next set of validators.
validators_hashThe hash of the current set of validators.
versionThe version information as a JSON object.
block_resultThe block result as a JSON object.
block_event_countThe number of block events in the block.
block_event_attribute_countThe number of block event attributes in the block.
_created_atThe timestamp when the entry was created.
_updated_atThe timestamp when the entry was updated.