Skip to main content
Schema: external.avalanche Table: fact_p_blocks Type: View

What

Avalanche P-Chain Blocks. Please visit https://discord.gg/avax for any questions.

Columns

Column NameData TypeDescription
BLOCK_HASHTEXTUnique identifier (hash) for the block
BLOCK_INDEXNUMBERSequential index of the block within the chain
TIMESTAMPTIMESTAMP_NTZTimestamp when the block was produced
TYPETEXTType of block (e.g., proposal, commit, abort, etc.)
TX_COUNTNUMBERNumber of transactions included in the block
BLOCK_SIZENUMBERBLOCK_SIZE column
PARENT_HASHTEXTHash of the parent block in the chain
PROPOSER_IDTEXTIdentifier for the entity that proposed the block
PROPOSER_PARENT_IDTEXTPROPOSER_PARENT_ID column
PROPOSER_NODE_IDTEXTUnique node ID of the block proposer
PROPOSER_P_CHAIN_HEIGHTNUMBERThe P‑Chain height as reported by the proposer (useful for cross-chain consistency checks)
PROPOSER_TIMESTAMPTIMESTAMP_NTZTimestamp recorded by the proposer when creating the block
LAST_UPDATEDTIMESTAMP_NTZTimestamp of the last update to this record
LOAD_TIMESTAMPTIMESTAMP_NTZTimestamp when the block data was loaded into Snowflake
BLOCK_HEIGHTNUMBERBlock height on the chain indicating its position in the ledger
CURRENT_SUPPLYTEXTCurrent supply of AVAX (or chain native token) following block issuance (stored as VARCHAR for precision/format reasons)
L1_VALIDATOR_EXCESS_GASNUMBERL1_VALIDATOR_EXCESS_GAS column
L1_VALIDATOR_ACCRUED_FEESNUMBERA fee counter that applies to the balance of all active Avalanche L1 Validators (non-primary network)
L1_VALIDATOR_ACTIVE_COUNTNUMBERCount of active validators on the L1 at the time of block creation
FEE_STATE_EXCESSNUMBERFEE_STATE_EXCESS column
FEE_STATE_CAPACITYNUMBERFEE_STATE_CAPACITY column
GAS_PRICENUMBERGas price used for transactions within the block