Skip to main content
The beacon.raw.balances_daily table provides daily snapshots of validator balances on the Beacon Chain. Each row is one validator’s state for a given day: the snapshot is taken at the last slot of the calendar day in UTC (for example 2026-03-28 23:59:59.000 on slot_timestamp).

Use Cases

Daily accounting and reconciliation: Build per-validator daily balances and roll up to network-level metrics. Performance tracking: Compare balance or raw_balance across consecutive days for income, slashing, and withdrawal-related changes. Network health analysis: Aggregate by day to study total staked ETH, validator counts by status, and participation over time.

Table Columns

Clustering Key: slot_timestamp (daily snapshot boundary) Search Optimization: validator_index Unique Key: unique_id

Sample Queries

Query 1: Daily network-wide staking metrics (UTC days)

Query 2: Individual validator balance history

Query 3: Rows where validators are slashed