explore
See what the chain is doing.
Curated views over the public API. Every page is just a few requests against the endpoints listed on the home page — view source if you want to make your own.
Write your own queries. Read-only DataFusion-flavoured SQL against the raw and decoded tables, with full UDF access.
Internal-transaction traces — full-instrumentation data RPC can't produce, sourced from Pinax Firehose→Parquet and materialised in-engine by camp-node.
Storage writes (every SSTORE) and the balance ledger with a reason per delta — full-instrumentation state diffs via the Pinax source.
Decoded swap, mint, and burn events per pool — same shape Dune ships as uniswap_v3.swap_events, at tip and free.
Stake, delegation, and slashing events for the Graph Horizon protocol on Arbitrum One.
Live feed of the biggest token transfers across the major Arbitrum stablecoins.
Real-time chart of Arbitrum's base fee, average gas per block, and per-minute throughput.
Pick any ERC-20 — get bucketed transfer volume plus a tape of recent transfers underneath.
Combined tx history, token transfers, and contract interactions for any wallet on Arbitrum One.
Log-count time-series for any contract. Spot bursts, lulls, and dead deploys at a glance.
Look up a single block, a single transaction, or run an ad-hoc events filter without writing fetch().
Reference table of well-known topic0s the API recognises — ERC-20, ERC-721, DEXes, protocol events.