mempool.space for the terminal
Last updated Jun 16, 2026
91
Stars
15
Forks
8
Issues
0
Stars/day
Attention Score
11
Language breakdown
Go 98.0%
Dockerfile 2.0%
▸ Files
click to expand
README
mempool-cli
mempool.space for the terminal 
Mempool is a mempool visualizer for the Bitcoin blockchain inspired by mempool.space. It connects to the same API endpoint but the block rendering happens on your terminal.
:warning: This software is being under developement, things might break :warning:
Install
Get a pre-built releasedevelopment version
go get -u github.com/mempool/mempool-cli
Docker
docker run -it mempool/mempool-cli
Usage
Key bindings
Key | Description ------------------|-------------------------------------- Ctrl+c | Quit f | Opens Tx search click | Opens info for a selected blockTODO
- [x] Transaction Tracking (by Tx ID) (using 'f' key)
- [x] Block details on click
- [ ] Graphs
- [ ] Tx weight per second progress bar
- [ ] Custom API endpoint
🔗 More in this category