[BREAKGLASS] mempool.space for the terminal
Go to file
naveensrinivasan 7461e85495
Upgraded to go 1.17
- Upgraded to go 1.17 as 1.14 is not supported anymore.
- Pinned the docker file to a hash https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2022-05-05 20:13:13 +02:00
.github Create dependabot.yml 2022-03-06 10:19:24 -05: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 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 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