Skip to content

nickmimic/chainlist-explorer

Repository files navigation

ChainList Explorer

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.

ChainList Explorer Screenshot

Features

  • 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

Demo

Live application: https://nickmimic.github.io/chainlist-explorer/

Export Examples

CSV Export

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"

CSV Export Example

PDF Export

The PDF export creates a formatted, printable document with clickable links:

PDF Export Example

Installation

Prerequisites

  • Node.js (version 16 or higher)
  • npm or yarn

Setup

  1. Clone the repository:
git clone https://github.com/nickmimic/chainlist-explorer.git
cd chainlist-explorer
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:5173

Usage

  1. Enter one or more Ethereum addresses (0x..., 0x...) in the text area
  2. Use the search box to filter networks (supports comma-separated terms like "Ethereum, Base, Scroll")
  3. Toggle "Hide Testnets" to show only mainnet networks
  4. Click on any explorer link to view the address on that network's explorer
  5. Export your results using the "Download CSV" or "Download PDF" buttons

Built With

  • React 19
  • Vite
  • Tailwind CSS 4
  • ChainList.org API

License

This project is open source and available under the MIT License.

Connect


Built with React and Vite. Data provided by ChainList.org.

About

Get explorer links for your wallet addresses from over 2,000 blockchain networks via ChainList.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published