near.stats Table: ez_core_metrics_hourly Type: View
Description
This table provides comprehensive hourly metrics for the NEAR Protocol blockchain, combining block production, transaction activity, and economic data with USD pricing information. The table includes block counts, transaction volumes, success rates, unique user counts, and fee calculations in both native NEAR and USD terms. This easy view eliminates the need for complex joins and calculations, providing ready-to-use data for network health monitoring, performance analysis, and economic assessment across the NEAR ecosystem.Key Use Cases
- Network health monitoring and performance analysis
- Transaction volume analysis and success rate tracking
- Economic analysis with USD value calculations
- User activity analysis and adoption tracking
- Network fee analysis and economic impact assessment
- Cross-hour performance comparison and trend identification
- Network capacity analysis and scaling assessment
Important Relationships
- Combines data from
stats.core_metrics_block_hourlyandstats.core_metrics_hourlyfor comprehensive metrics - Enhances metrics with pricing data from
price.ez_prices_hourlyfor USD calculations - Provides aggregated metrics for network health monitoring and reporting
- Supports all other gold models with network-level context and metrics
- Powers dashboard analytics and network performance reporting
- Enables cross-protocol comparison and benchmarking
Commonly-used Fields
block_timestamp_hour: Essential for time-series analysis and trend detectiontransaction_countandtransaction_count_success: Critical for network activity analysistotal_fees_nativeandtotal_fees_usd: Important for economic analysis and fee impact assessmentunique_from_countandunique_to_count: Essential for user activity analysis and adoption trackingblock_count: Important for network throughput and capacity analysisblock_number_minandblock_number_max: Useful for block range analysis and completeness verification
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_TIMESTAMP_HOUR | TIMESTAMP_NTZ | The hour of the timestamp of the block. |
| BLOCK_NUMBER_MIN | NUMBER | The minimum block number in the hour. |
| BLOCK_NUMBER_MAX | NUMBER | The maximum block number in the hour. |
| BLOCK_COUNT | NUMBER | The number of blocks in the hour. |
| TRANSACTION_COUNT | NUMBER | The number of transactions in the hour. |
| TRANSACTION_COUNT_SUCCESS | NUMBER | The number of successful transactions in the hour. |
| TRANSACTION_COUNT_FAILED | NUMBER | The number of failed transactions in the hour. |
| UNIQUE_FROM_COUNT | NUMBER | The number of unique origin from addresses in the hour. |
| UNIQUE_TO_COUNT | NUMBER | The number of unique origin to addresses in the hour. |
| TOTAL_FEES_NATIVE | FLOAT | The sum of all fees in the hour, in the native fee currency. |
| TOTAL_FEES_USD | FLOAT | The sum of all fees in the hour, in USD. |
| EZ_CORE_METRICS_HOURLY_ID | TEXT | A unique identifier for the record. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which the record was initially created and inserted into this table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which this record was last modified by an internal process. |