mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 09:41:44 +00:00
* description rules and fact_txs update * blocks update * idls and labels * wip * wip * update desc * update * update doc rules * update table desc per new rules * updates
1.2 KiB
1.2 KiB
{% docs fact_blocks %}
Description
This table contains one record per block produced on the Solana blockchain, capturing block-level metadata including block identifiers, timestamps, hashes, network and chain information, and references to previous blocks. The table covers all finalized blocks on Solana mainnet and is updated as new blocks are processed. Data is sourced from on-chain block logs and normalized for analytics, supporting chain continuity and block production analysis.
Key Use Cases
- Block-level analytics and network monitoring
- Chain continuity and fork analysis
- Time-series analysis of block production and network activity
- Joining with transaction and event tables for multi-level analytics
- Block explorer and dashboard backends
Important Relationships
- Each block is linked to its predecessor via
previous_block_idandprevious_block_hashfields, supporting chain continuity analysis - Joins with
core.fact_transactionsfor transaction-level context
Commonly-used Fields
block_id: Unique identifier for each block, used for joins and traceabilityblock_timestamp: For time-series and block production analysis
{% enddocs %}