solana.gov Table: fact_block_production Type: Base Table
Description
This table tracks block production events on the Solana blockchain, capturing which validators produced blocks and when. It provides insights into network performance, validator participation in consensus, and block production distribution across the validator set.Key Use Cases
- Analyze block production distribution across validators
- Track validator participation in network consensus
- Monitor network performance and block production efficiency
- Study validator reliability and block production patterns
- Support network health analysis and validator performance metrics
Important Relationships
- Links to
gov.fact_validatorsthroughnode_pubkeyfor validator performance analysis - Connects to
gov.fact_vote_accountsfor vote account analysis - References
core.fact_blocksfor block context - Provides block production context for validator analytics
Commonly-used Fields
block_timestamp: Timestamp when the block was producedblock_id: Block number that was producednode_pubkey: Address of the validator that produced the blockvote_pubkey: Vote account associated with the block producerepoch: Epoch when the block was produced
Columns
| Column Name | Data Type | Description |
|---|---|---|
| EPOCH | NUMBER | A period of time consisting of 432,000 blocks, which represents a higher-level timekeeping unit within the Solana network |
| NODE_PUBKEY | TEXT | The account for the validator node on the Solana network. This field identifies the specific validator that participates in network consensus and receives stake delegations. |