For beginners (don't write SQL)
Just browse community dashboards:
- @hildobby — best NFT data analyst
- @rchen8 — Ethereum L1 metrics
- @Crypto_Oracle — stablecoin flows
- @0xBoxer — MEV analytics
Search dashboards by protocol name; there's always someone tracking it.
For people willing to SQL
The schema is massive but follows patterns:
ethereum.transactions— every txethereum.traces— every internal callerc20_ethereum.evt_Transfer— decoded ERC20 transfersuniswap_v3_ethereum.Factory_evt_PoolCreated— new pool creations
Start with a community dashboard, fork it, modify the query. You'll learn faster than from scratch.
Use cases
- Track a whale's portfolio history
- Measure protocol usage (not just TVL)
- Identify insider token accumulation pre-news
- Validate project claims with on-chain evidence