bitcoin.gov Table: ez_miner_rewards Type: View
Description
This table contains comprehensive mining reward data for all Bitcoin blocks, providing detailed breakdowns of block rewards, transaction fees, and total miner compensation. Each row represents a single block with its associated mining economics including the fixed block reward (which halves every 210,000 blocks), transaction fees collected, and the total reward received by the miner. This table is essential for understanding Bitcoin’s mining economics, fee market dynamics, and the financial incentives that secure the network.Key Use Cases
- Mining economics analysis and profitability studies
- Block reward halving event analysis and impact assessment
- Transaction fee market analysis and blockspace economics
- Mining pool revenue tracking and performance comparison
- Network security analysis through mining incentive monitoring
- Historical mining reward trends and Bitcoin emission analysis
- Fee market dynamics and transaction prioritization studies
Important Relationships
- Aggregates mining reward data from
core.fact_blocksandcore.fact_transactions - Provides mining economics context for
core.fact_clustered_transfersentity analysis - Supports
stats.ez_core_metrics_hourlyfor aggregated mining metrics - Enables integration with
core.dim_entity_clustersfor mining pool analysis - Complements
price.ez_prices_hourlyfor mining profitability analysis
Commonly-used Fields
block_timestamp: Essential for time-series analysis and trend detectionblock_number: Critical for chronological ordering and halving event analysistotal_reward: Key metric for mining profitability and network security analysisblock_reward: Important for Bitcoin emission analysis and halving studiesfees: Essential for fee market analysis and blockspace economicscoinbase_decoded: Critical for mining pool identification and attribution
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The timestamp (TIMESTAMP_NTZ, UTC) of the block that contains this transaction. This value is inherited from the block header and represents when the block was mined and the transaction was confirmed on-chain. |