Available Tables
Ethereum data is available in several tables:- ez_metrics: Main aggregated metrics for the Ethereum network
- ez_metrics_by_category_v2: Basic metrics (DAU, gas fees, transactions) broken down by transaction category
- ez_metrics_by_application_v2: Basic metrics (DAU, gas fees, transactions) broken down by application
- ez_metrics_by_subcategory: Basic metrics (DAU, gas fees, transactions) broken down by subcategory
- ez_metrics_by_contract_v2: Basic metrics (DAU, gas fees, transactions) broken down by contract
- ez_block_metrics_by_block_producers: Block production metrics by builder
- ez_etf_metrics: Ethereum ETF flow metrics
- ez_cohort_retention: User retention metrics by cohort
- ez_stablecoin_metrics_by_currency: Stablecoin metrics broken down by currency
- ez_stablecoin_metrics_by_address_with_labels: Stablecoin metrics by address with labels
by_category, by_application, by_subcategory, and by_contract tables contain the same basic metrics (daily active users, gas fees, transaction counts) but broken down by different groupings based on transaction data.
Table Schema
Network and Usage Metrics
User Classification Metrics
Fee and Revenue Metrics
Block Metrics and Censorship Metrics
Note: Censorship in this context refers to builders not including certain transactions (e.g., Tornado Cash) in the blocks they produce. Even with high censorship rates, censored transactions will eventually be included by non-censoring builders, resulting in slightly longer confirmation times (e.g., up to a minute instead of 1-15 seconds).

