Skip to content

yerry262/mempool-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mempool-Dash

A real-time Bitcoin mempool visualization dashboard built with Next.js.

Features

  • Live mempool statistics and transaction count
  • Fee estimation visualization
  • Recent transactions feed
  • Block explorer integration
  • Responsive design for desktop and mobile

Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/mempool-dash.git
cd mempool-dash
  1. Install dependencies:
npm install
  1. Create environment file:
cp .env.example .env.local
  1. Start the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Scripts

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

Tech Stack

API

This dashboard uses the mempool.space API for Bitcoin mempool data.

License

MIT

About

mem pool visualizer from local node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors