[BREAKGLASS] mempool.space for the terminal
Go to file
Gustavo Chain dc9662b509
Some checks failed
release / goreleaser (push) Has been cancelled
Update client's endpoint
2021-01-22 13:21:33 +01:00
.github/workflows Fix docker in actions 2020-02-27 19:39:53 +01:00
client Update client's endpoint 2021-01-22 13:21:33 +01:00
share Add files via upload 2020-02-20 17:49:14 +01:00
ui Add halving banner 2020-04-10 19:20:14 +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 Add Dockerfile 2020-03-31 20:42:03 +02:00
go.mod Rename to mempool/mempool-cli 2020-03-29 22:57:15 +02:00
go.sum Update client's endpoint 2021-01-22 13:21:33 +01:00
LICENSE Initial commit 2020-02-13 18:31:06 +01:00
main.go Rename to mempool/mempool-cli 2020-03-29 22:57:15 +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