Skip to content

Beaconchain-us/eth2-beaconchain-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5,128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Go Report Card License GDPR Security Code Intersection

🏛️ Eth2 Beacon Chain Explorer · Horizon

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


🧭 Table of Contents

  1. ✨ Features
  2. 📱 Mobile App
  3. 🏗️ Architecture
  4. 🎨 Code Intersection
  5. ⚖️ Ownership & GDPR Compliance
  6. 🚀 Quick Start
  7. 📄 License

✨ Features

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

📱 Mobile App

Track your validators on the go with the Beaconchain Dashboard – available for iOS and Android.

Download on App Store Get it on Google Play


🏗️ Architecture

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

🎨 Code Intersection

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.


⚖️ Ownership & GDPR Compliance

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.


🚀 Quick Start

# 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

About

Eth2 Beacon Chain Explorer · Horizon

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors