[BREAKGLASS] mempool.space for the terminal
Go to file
2022-05-05 20:34:00 +02:00
.github Updated the release to use go 1.17 2022-05-05 20:13:16 +02:00
client allow user to specify a custom endpoint 2022-05-05 20:34:00 +02:00
share Add files via upload 2020-02-20 17:49:14 +01:00
ui allow user to specify a custom endpoint 2022-05-05 20:34:00 +02:00
.gitignore Initial commit 2020-02-13 18:31:06 +01:00
.goreleaser.yml Add Dockerfile 2020-03-31 20:42:03 +02:00
Dockerfile Upgraded to go 1.17 2022-05-05 20:13:13 +02:00
go.mod Upgraded to go 1.17 2022-05-05 20:13:13 +02:00
go.sum Upgraded to go 1.17 2022-05-05 20:13:13 +02:00
LICENSE Initial commit 2020-02-13 18:31:06 +01:00
main.go allow user to specify a custom endpoint 2022-05-05 20:34:00 +02:00
README.md Update README.md and goreleaser 2020-03-29 22:58:52 +02:00

mempool-cli

mempool.space for the terminal mempool screenshot

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