[BREAKGLASS] mempool.space for the terminal
Go to file
2020-02-20 17:41:29 +01:00
.github/workflows Create release.yml 2020-02-16 10:37:37 +01:00
client add info bar an ui tweaks 2020-02-13 23:50:50 +01:00
share add share/ 2020-02-13 21:28:32 +01:00
ui add vBytes/s label on info bar 2020-02-17 09:30:30 +01:00
.gitignore Initial commit 2020-02-13 18:31:06 +01:00
.goreleaser.yml remove .goreleaser hooks 2020-02-16 11:52:14 +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 loader 2020-02-14 14:05:21 +01:00
README.md Update README.md 2020-02-20 17:41:29 +01:00

mempool

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

TODO

  • Transaction Tracking (by Tx ID)
  • Block details on click
  • Graphs
  • Tx weight per second progress bar
  • Custom API endpoint