Analytics dashboard and block explorer for the 0G network.
Real-time chain analytics for both 0G testnet (Galileo) and mainnet (Aristotle). Search transactions, view blocks, check address balances, and monitor network health.
- Network dashboard - Block height, gas price, chain ID, live metrics
- Block explorer - View recent blocks, transaction counts, gas usage
- Transaction viewer - Full transaction details with status
- Address lookup - Balance and transaction count for any address
- Multi-network - Switch between testnet and mainnet
- Search - Find blocks, transactions, and addresses instantly
- REST API - Programmatic access to all data
git clone https://github.com/alexandre-mrt/0gscope.git
cd 0gscope
cp .env.example .env
bun install
bun run devOpen http://localhost:3000
| Endpoint | Description |
|---|---|
GET /api/stats/:network |
Network statistics |
GET /api/blocks/:network |
Recent blocks |
GET /api/block/:network/:number |
Block details |
GET /api/tx/:network/:hash |
Transaction details |
GET /api/address/:network/:address |
Address info |
- API access ($29/mo for high-rate API access)
- Premium analytics ($49/mo for historical data, charts, alerts)
- Webhook notifications ($9/mo for tx/block alerts)
- ZeroStore - Storage Gateway API
- 0G Agent Kit - AI Agent SDK
- ZeroDrop - File Sharing
- AgentBazaar - AI Agent Marketplace
- DataVault - Data Marketplace
MIT