Skip to main content
The beacon_hoodi.raw.balances_daily table provides daily snapshots of validator balances on the Ethereum Hoodi consensus layer (testnet). It mirrors the shape of beacon.raw.balances_daily on mainnet: each row is one validator’s state for a calendar day, with the snapshot taken at the last slot of the day in UTC (for example 2026-03-28 23:59:59.000 on slot_timestamp). Beacon Hoodi is in Beta. Types below reflect the current Snowflake schema; raw_balance and raw_effective_balance are stored as strings so large integer amounts stay exact—cast them (for example to NUMBER or FLOAT) when you compute.

Table details

Use cases

Test and staging: Validate queries, dashboards, and migrations against Hoodi before pointing them at mainnet beacon.raw.* tables. Daily accounting and reconciliation: Per-validator daily balances; aggregate by date(slot_timestamp) for network-level rollups. Performance tracking: Day-over-day deltas on balance / raw_balance for rewards, slashing, and exits.

Table columns

Sample queries

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

Query 2: One validator’s daily history

Query 3: Slashed validators