[BREAKGLASS] mempool.space for the terminal
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.13.0 to 1.14.1. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.13.0...v1.14.1) --- updated-dependencies: - dependency-name: github.com/fatih/color dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| client | ||
| share | ||
| ui | ||
| .gitignore | ||
| .goreleaser.yml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
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.
⚠️ This software is being under developement, things might break ⚠️
Install
Get a pre-built release
development 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 block |
TODO
- Transaction Tracking (by Tx ID) (using 'f' key)
- Block details on click
- Graphs
- Tx weight per second progress bar
- Custom API endpoint