[BREAKGLASS] mempool.space for the terminal
|
Some checks failed
release / goreleaser (push) Has been cancelled
Freebsd and Windows added to the OSs arm and arm64 added to the Archs Added Docker |
||
|---|---|---|
| .github/workflows | ||
| client | ||
| share | ||
| ui | ||
| .gitignore | ||
| .goreleaser.yml | ||
| Dockerfile.goreleaser | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
mempool
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.
⚠️ This software is being under developement, things might break ⚠️
Install
Get a pre-built release
development version
go get -u github.com/gchaincl/mempool
TODO
- Transaction Tracking (by Tx ID) (using 'f' key)
- Block details on click
- Graphs
- Tx weight per second progress bar
- Custom API endpoint