World #3 open‑source software · Security Score 10/10 · Offline‑first architecture with SHA‑256 digital signatures
🌐 Explore · Monitor · Validate
The most advanced open‑source interface for the Ethereum Consensus Layer.
✨ Maintained by Mahdi Amolimoghaddam and the open‑source community ✨
- ✨ Features
- 📱 Mobile App
- 🏗️ Architecture
- 🎨 Code Intersection
- ⚖️ Ownership & GDPR Compliance
- 🚀 Quick Start
- 📄 License
| Category | Description |
|---|---|
| 📊 Validator Dashboard | Real‑time status, rewards, and historical performance charts |
| 🧱 Block & Slot Explorer | Browse blocks, slots, epochs, committees, and attestations |
| 📈 Live Statistics | Participation rate, staked ETH distribution, network health trends |
| 🔔 Customisable Alerts | Notifications for missed blocks, balance changes, validator exits |
| 🌐 Multi‑network Support | Ethereum Mainnet, Gnosis Chain, Holesky, Sepolia, Hoodi |
| 🧩 Powerful REST API | Real‑time and historical data for developers and dApps |
Track your validators on the go with the Beaconchain Dashboard – available for iOS and Android.
The explorer is built on a modern, scalable technology stack:
| Component | Technology |
|---|---|
| Backend | Go (Golang) |
| Frontend | React + TypeScript |
| Database | PostgreSQL |
| Cache | Redis |
| Message Queue | RabbitMQ |
| Deployment | Docker & Docker Compose |
This project is part of the “Code Intersection” — a unified backend that powers:
- 🔏 Offline‑first Horizon dashboard (digital signature, IndexedDB cache)
- 💳 Automatic payment scanner (ETH, BNB, SOL, BTC)
- 🔑 Real‑time API key management (GDPR compliant)
- 🌍 Multi‑network wallet support (centralised configuration)
The bootstrap/auto.go module automatically initialises the payment scanner, registers API routes, and creates the required database tables — no manual configuration needed.
| Aspect | Statement |
|---|---|
| ✅ Sole Owner & Maintainer | Mahdi Amolimoghaddam |
| ⚖️ Legal Rights | All intellectual property owned by the above individual, released under GPL‑3.0 |
| 🔐 GDPR & SCC Expert | Signed Standard Contractual Clauses with GBG (2020) — practical GDPR expertise |
| 🏛️ Governance | Fully independent open‑source initiative, not affiliated with any commercial entity |
📌 In 2024 the project was permanently separated from Bitfly GmbH (Austria) and returned to the open‑source community under the exclusive stewardship of Mahdi Amolimoghaddam.
# Clone the repository
git clone https://github.com/beaconchain-us/eth2-beaconchain-explorer.git
cd eth2-beaconchain-explorer
# Copy and edit the configuration
cp config/config-example.toml config/config.toml
# Edit config.toml: set your beacon node endpoint, database credentials, etc.
# Start everything with Docker Compose
docker-compose up -d