Blocks

Blocks are the fundamental units of data storage in the NEAR blockchain, containing a set of transactions and the state of the network at a specific point in time. Each block includes a hash, height, timestamp, and links to predecessor and successor blocks, ensuring the chain's integrity and chronological order.

Table Columns

Column NameDescription

timestamp

The unix timestamp for when the block was collated

height

The block height or index

hash

The block hash

approvals

An array of signatures, encoded in the standard ed25519 signature type

block_body_hash

block_merkle_root

The merkle root of the block

block_ordinal

The ordinal number of the block

challenges_result

An array of challenges outcome

challenges_root

The root challenges incurred

chunk_headers_root

The root of the headers trie of the block

chunk_mask

A boolean value

chunk_receipts_root

The root of the receipts trie of the block

chunk_tx_root

The root of the transaction trie of the block

chunks_included

The chunks included in the queried block

epoch_id

The corresponding epoch id

epoch_sync_data_hash

The epoch sync data hash

gas_price

Integer of the gasPrice used for each paid gas encoded as a hexadecimal

last_ds_final_block

The last ds final block

last_final_block

The address of the last final block

latest_protocol_version

The version of the latest protocol

next_bp_hash

The hash of the next bp node

next_epoch_id

The id next to the current epoch number

outcome_root

The root of the outcome trie of the block

prev_hash

The hash of the previous block

prev_height

The height of the previous block

prev_state_root

The previous root state of the corresponding block

random_value

The random value generated to make the result deterministic

rent_paid

The number of tokens paid as rent

signature

The standard ed25519 signature type

total_supply

The total number of tokens supplied

validator_proposals

The validator proposals

validator_reward

The reward sent to the validators

author

The author name

_created_at

Timestamp of the entry creation

_updated_at

Timestamp of the entry update

Last updated