A web application that generates blockchain explorer links for Ethereum addresses across multiple networks. Enter your wallet addresses and instantly get links to view them on Etherscan, Basescan, Scrollscan, and 2000+ other blockchain explorers.
- Support for 2000+ blockchain networks via ChainList.org API
- Multi-address input (comma or space separated)
- Multi-network search with comma-separated terms
- Filter testnets with one click
- Export results as CSV or PDF
- Responsive design for mobile and desktop
Live application: https://nickmimic.github.io/chainlist-explorer/
The CSV export includes the full explorer URLs for easy data processing:
Chain,0xd8da...6045,0x0a37...3357
"Ethereum Mainnet","https://etherscan.io/address/0xd8da6bf26964af9d7eed9e03e53415d37aa96045","https://etherscan.io/address/0x0a375fcf1f6338e63c990792382f7678ae6d3357"
"Base","https://basescan.org/address/0xd8da6bf26964af9d7eed9e03e53415d37aa96045","https://basescan.org/address/0x0a375fcf1f6338e63c990792382f7678ae6d3357"
The PDF export creates a formatted, printable document with clickable links:
- Node.js (version 16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/nickmimic/chainlist-explorer.git
cd chainlist-explorer- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to
http://localhost:5173
- Enter one or more Ethereum addresses (0x..., 0x...) in the text area
- Use the search box to filter networks (supports comma-separated terms like "Ethereum, Base, Scroll")
- Toggle "Hide Testnets" to show only mainnet networks
- Click on any explorer link to view the address on that network's explorer
- Export your results using the "Download CSV" or "Download PDF" buttons
- React 19
- Vite
- Tailwind CSS 4
- ChainList.org API
This project is open source and available under the MIT License.
- GitHub: https://github.com/nickmimic
- Twitter: https://x.com/0xnikceth
- LinkedIn: https://www.linkedin.com/in/rucknick/
- Website: https://0xnikc.pages.dev/
Built with React and Vite. Data provided by ChainList.org.
