BTC Liquidations is a real-time dashboard that monitors Bitcoin futures liquidations across 5 major exchanges - both centralized and decentralized. Watch as leveraged positions get wiped out with detailed statistics and visualizations.
No account needed. No ads. Just data.
| If you're a... | BTC Liquidations helps you... |
|---|---|
| Trader | Spot large liquidation events that may signal price reversals |
| Whale Watcher | Track big positions getting liquidated in real-time |
| Risk Manager | Monitor market stress and leverage buildup |
| Researcher | Analyze liquidation patterns across exchanges |
| Developer | Connect to the same WebSocket feeds for your own tools |
- CEX: Binance, Bybit, OKX and more
- DEX: Hyperliquid, Aevo
- WebSocket Feeds - Direct browser connections, no backend required
- Live Statistics - Total liquidations, longs vs shorts, largest positions
- Interactive Charts - Visualize liquidation volume over time
- Exchange Breakdown - See which exchanges have the most activity
- Adjustable Threshold - Filter by minimum liquidation value ($1K - $100K)
- Auto-Reconnect - Automatic reconnection on connection drops
- Responsive Design - Works on desktop and mobile
| Exchange | Type | WebSocket Endpoint | Data |
|---|---|---|---|
| Binance | CEX | wss://fstream.binance.com/ws/btcusdt@forceOrder |
Force orders |
| Bybit | CEX | wss://stream.bybit.com/v5/public/linear |
Liquidations |
| OKX | CEX | wss://ws.okx.com:8443/ws/v5/public |
Liquidation orders |
| Hyperliquid | DEX | wss://api.hyperliquid.xyz/ws |
Trades with liquidation flag |
| Aevo | DEX | wss://ws.aevo.xyz |
Trades with liquidation flag |
- Live Dashboard: btc-liquidations.vercel.app
- Report Issues: GitHub Issues
Click to expand developer documentation
- Node.js 18+
- npm or yarn
# Clone the repository
git clone https://github.com/bokiko/btc-liquidations.git
cd btc-liquidations
# Install dependencies
npm install
# Run the development server
npm run devOpen http://localhost:3000 to view the dashboard.
npm run build
npm start| Category | Technology |
|---|---|
| Framework | Next.js 16 (App Router) |
| Language | TypeScript 5.0 |
| Styling | Tailwind CSS 4.0 |
| Charts | Recharts |
| Icons | Lucide React |
| Dates | date-fns |
| Deployment | Vercel |
src/
├── app/
│ ├── layout.tsx # Root layout with metadata
│ ├── page.tsx # Main dashboard page
│ └── globals.css # Global styles
├── components/
│ ├── ConnectionStatus.tsx # Exchange connection indicators
│ ├── LiquidationChart.tsx # Volume chart component
│ ├── LiquidationFeed.tsx # Live feed list
│ └── StatsCards.tsx # Statistics cards
├── hooks/
│ └── useMultiExchangeWebSocket.ts # WebSocket connection hook
└── types/
└── index.ts # TypeScript type definitions
Or deploy manually:
npm install -g vercel
vercel --prodContributions welcome! Feel free to:
- Add support for more exchanges
- Improve UI/UX
- Build new features
- Fix bugs
Built by @bokiko
MIT License - see LICENSE file for details.
This tool is for informational purposes only. Not financial advice. Trade at your own risk.