Skip to main content
Version: 0.9.1

Block Table

GET /tables/block?args

List detailed information about each block, including orphans.

FieldDescription
row_id uint64Unique row identifier.
parent_id uint64Unique row id of parent block.
hash hashBlock hash.
height int64Block height.
cycle int64Consensus cycle this block is part of.
is_cycle_snapshot boolFlag indicating this block is a cycle snapshot.
time datetimeBlock timestamp.
solvetime int64Duration between the parent block's timestamp and this block.
version int64Block protocol version (note, this is a serial version that depends on how many protocols have been activated on the current chain so far).
round int64Baking round/priority.
nonce uint64Block nonce.
voting_period_kind enumCurrent voting period proposal, exploration, cooldown, promotion, adoption.
baker_id uint64Baker account id.
proposer_id uint64Proposer account id.
n_endorsed_slots int64Count of endorsed slots. (Note this field will be set from endorsements published in the subsequent block.)
n_ops_applied int64Count of successful operations.
n_ops_failed int64Count of failed operations.
n_calls int64Count of smart contract calls (transactions sent to contracts by externally owned accounts excluding internal operations sent between contracts).
n_rollup_calls int64Count of rollup operations.
n_events int64Count of implicit protocol events.
n_tx int64Count of transactions.
n_tickets int64Count of ticket updates.
volume moneyTotal amount of tokens moved between accounts.
fee moneyTotal fees paid (and frozen) by all operations.
reward moneyReward earned (and frozen) by baker.
deposit moneyDeposit frozen by baker.
activated_supply moneyTotal amount of commitments activated in tez.
burned_supply moneyTotal amount of tokens burned by operations in tez.
minted_supply moneyTotal amount of new tokens minted by operations in tez.
n_accounts int64Count of accounts seen in this block (i.e. this includes all operation senders, receivers, delegates and the block's baker).
n_new_accounts int64Count of new EOA accounts created (tz1/2/3).
n_new_contracts int64Count of created smart contracts (KT1 with code).
n_cleared_accounts int64Count of accounts that were emptied (final balance = 0).
n_funded_accounts int64Count of accounts that were funded by operations (this includes all new accounts plus previously cleared accounts that were funded again).
gas_limit int64Total gas limit defined by operations.
gas_used int64Total gas consumed by operations.
storage_paid int64Total sum of new storage allocated by operations.
lb_vote boolLiquidity baking vote flag.
lb_ema int64Liquidity baking vote moving average.
ai_vote boolAdaptive issuance vote flag.
ai_ema int64Adaptive issuance vote moving average.
baker_consensus_key_id uint64Baker account id used to sign this block.
proposer_consensus_key_id uint64Baker account id used to sign the payload.
pct_account_reuse intPercentage of existing accounts seen this block.
baker hashAddress of the block baker account.
proposer hashAddress of the block proposer account.
protocol hashHash of the protocol that was active at this block.
baker_consensus_key hashBaker key (address) used to sign this block.
proposer_consensus_key hashBaker key (address) to sign the payload.