A block explorer for the Ethereum Stack.
View Demo
·
Report Bug
·
Request Feature
Expedition is a minimal block explorer for Ethereum Stack. It does not use a database, and can be configured to point at any remote RPC node for any EVM-based network. The goal of the Explorer is to provide a resource for network information and block exploration with only an Ethereum EPC endpoint.
Explorer Features:
- Display chain id
- Syncing status
- Runtime configuration for endpoints
- Search by Block, Transaction, Address
- Charts for hash, transaction count, gas used, uncles
- Preview latest blocks with pagination
- Multi-language support
- node
v10.15.3
or later - npm
v6.4.1
or later
Clone/ download the project, and install dependencies.
git clone https://github.com/xops/expedition.git && cd expedition && npm install
npm start
The explorer will run at http://localhost:3000/.
?rpcUrl=
Set custom rpc url.
Example:
http://localhost:3000/?rpcUrl=https://www.ethercluster.com/kotti
Override eth url
REACT_APP_ETH_RPC_URL=https://www.ethercluster.com/kotti npm start
See the open issues for a list of proposed features (and known issues).
How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.
Apache License 2.0
This repo originally forked from ETCDEVTeam/emerald-explorer.