{"id":35741091,"url":"https://github.com/ethpandaops/dora","last_synced_at":"2026-06-05T23:01:10.864Z","repository":{"id":182313400,"uuid":"668058173","full_name":"ethpandaops/dora","owner":"ethpandaops","description":"Dora the Explorer is a lightweight slot explorer for the ethereum beaconchain","archived":false,"fork":false,"pushed_at":"2026-06-01T20:45:37.000Z","size":10961,"stargazers_count":139,"open_issues_count":29,"forks_count":81,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-01T22:17:02.456Z","etag":null,"topics":["eth2","eth2-beacon-chain","ethereum","explorer"],"latest_commit_sha":null,"homepage":"https://beaconlight.ephemery.dev/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethpandaops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-18T23:44:06.000Z","updated_at":"2026-06-01T20:33:35.000Z","dependencies_parsed_at":"2023-12-16T18:32:59.388Z","dependency_job_id":"07a02905-dcbc-414c-acb2-9d9d33f02311","html_url":"https://github.com/ethpandaops/dora","commit_stats":null,"previous_names":["pk910/light-beaconchain-explorer","pk910/dora-the-explorer","pk910/dora","ethpandaops/dora"],"tags_count":71,"template":false,"template_full_name":null,"purl":"pkg:github/ethpandaops/dora","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethpandaops%2Fdora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethpandaops%2Fdora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethpandaops%2Fdora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethpandaops%2Fdora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethpandaops","download_url":"https://codeload.github.com/ethpandaops/dora/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethpandaops%2Fdora/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33962959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eth2","eth2-beacon-chain","ethereum","explorer"],"created_at":"2026-01-06T15:14:39.525Z","updated_at":"2026-06-05T23:01:10.844Z","avatar_url":"https://github.com/ethpandaops.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dora the Beaconchain Explorer\n\n[![Badge](https://github.com/ethpandaops/dora/actions/workflows/build-master.yml/badge.svg)](https://github.com/ethpandaops/dora/actions?query=workflow%3A%22Build+master%22)\n[![Go Report Card](https://goreportcard.com/badge/github.com/ethpandaops/dora)](https://goreportcard.com/report/github.com/ethpandaops/dora)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/ethpandaops/dora?label=Latest%20Release)](https://github.com/ethpandaops/dora/releases/latest)\n\n## What is this?\nThis is a lightweight beaconchain explorer.\n\nA Beaconchain explorer is a tool that allows users to view and interact with the data on the Ethereum Beacon Chain. It is similar to a blockchain explorer, which allows users to view data on a blockchain such as the current state of transactions and blocks - but focussed on exploring the beaconchain.\n\nThis \"lightweight\" explorer loads most of the information directly from an underlying standard beacon node api, which makes it a lot easier and cheaper to run (no 3rd party proprietary database like bigtables required).\n\n## Testnet instances\n[Holešky](https://github.com/eth-clients/holesky) Testnet: \n* https://dora-holesky.pk910.de/\n* https://dora.holesky.ethpandaops.io/\n\n[Sepolia](https://github.com/eth-clients/sepolia) Testnet: \n* https://dora.sepolia.ethpandaops.io/\n\n[Ephemery](https://github.com/ephemery-testnet/ephemery-resources) Testnet: \n* https://beaconlight.ephemery.dev/\n\n# Setup \u0026 Configuration\nRead through the [wiki](https://github.com/ethpandaops/dora/wiki) for setup \u0026 configuration instructions.\n\n## Dependencies\n\nThe explorer has no mandatory external dependencies. It can even run completely in memory only.\\\nHowever, for best performance I recommend using a PostgreSQL database.\n\n# Development Setup\n\nThe repository contains a script that simplifies spinning up a development environment for the explorer.\n\nFollow these steps to spin up a full ethereum testnet with the locally build dora instance:\n\n1. Ensure docker \u0026 [kurtosis](https://docs.kurtosis.com/install) are installed on your machine.\n2. Clone the repository\n3. Run `make devnet-run`\n\nThe `make devnet-run` command spins up a kurtosis testnet with multiple client pairs. To stop the testnet after development work, run `make devnet-clean`\n\n# Thanks To\n\nThis explorer is heavily based on the code from [gobitfly/eth2-beaconchain-explorer](https://github.com/gobitfly/eth2-beaconchain-explorer).\n\n# License\n\n[![License: GPL-3.0](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethpandaops%2Fdora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethpandaops%2Fdora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethpandaops%2Fdora/lists"}