A real-time Bitcoin mempool visualization dashboard built with Next.js.
- Live mempool statistics and transaction count
- Fee estimation visualization
- Recent transactions feed
- Block explorer integration
- Responsive design for desktop and mobile
- Node.js 18+
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/mempool-dash.git
cd mempool-dash- Install dependencies:
npm install- Create environment file:
cp .env.example .env.local- Start the development server:
npm run dev- Open http://localhost:3000 in your browser.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm start |
Start production server |
npm run lint |
Run ESLint |
npm run type-check |
Run TypeScript compiler check |
- Next.js - React framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- Recharts - Charts and visualizations
This dashboard uses the mempool.space API for Bitcoin mempool data.
MIT