Blocks

Blocks are groups of information stored on a blockchain. Each block contains transactions that are grouped, verified, and signed by validators. Each block has

  • a block hash – a unique stable identifier that can be used to query and refer to the block.

  • a block number – an ordinal number representing the location of the block in the sequence of accepted blocks in Osmosis.

Table Columns

Column NameData Type

hash

varchar(66)

number

number(38,0)

timestamp

timestamp_ntz(9)

chain_id

varchar(42)

parent_hash

varchar(66)

proposer_address

varchar(42)

validator_hash

varchar(66)

data_hash

varchar(66)

consensus_hash

varchar(66)

app_hash

varchar(66)

evidence_hash

varchar(66)

transaction_count

number(38,0)

last_commit_hash

varchar(66)

next_validator_hash

varchar(66)

last_results_hash

varchar(66)

last_commit

variant

validator_updates

variant

consensus_param_updates

variant

block_event_count

number(38,0)

Last updated