[BREAKGLASS] mempool.space for the terminal
Go to file
2020-03-29 16:30:31 +02:00
.github/workflows Fix docker in actions 2020-02-27 19:39:53 +01:00
client Update code to use new v2 API 2020-03-29 16:05:20 +02:00
share Add files via upload 2020-02-20 17:49:14 +01:00
ui rename projected to mempool 2020-03-29 16:30:31 +02:00
.gitignore Initial commit 2020-02-13 18:31:06 +01:00
.goreleaser.yml drop freebsd releases 2020-03-29 16:15:02 +02:00
Dockerfile.goreleaser Fix docker in actions 2020-02-27 19:39:53 +01:00
go.mod go tidy 2020-02-16 11:37:27 +01:00
go.sum go tidy 2020-02-16 11:37:27 +01:00
LICENSE Initial commit 2020-02-13 18:31:06 +01:00
main.go Add tx tracking 2020-02-27 17:46:55 +01:00
README.md Update README.md 2020-02-27 23:16:57 +01:00

mempool release

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/gchaincl/mempool

Docker

docker run -it gchaincl/mempool

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