ln.fyi is a real-time Lightning Network analytics platform that provides comprehensive statistics and insights about the Bitcoin Lightning Network. It offers detailed information about nodes, channels, network capacity, and other key metrics.
- ⚡️ Real-time Lightning Network statistics
- 📊 Node rankings by capacity and channels
- 🗺️ Node location tracking and visualization
- 📈 Historical network growth data
- 💰 Channel capacity analytics
- 🔍 Detailed node information and features
- Install dependencies:
pnpm install- Start the development server:
pnpm dev- Open http://localhost:3000 to view the application
Copy the .env.example file to .env.local and fill in your environment variables:
cp .env.example .env.localThis project makes use of the following excellent resources:
- shadcn/ui - Beautiful and customizable components built with Radix UI and Tailwind CSS
- mempool.space API - Bitcoin mempool and Lightning Network data provider