[BREAKGLASS] mempool.space for the terminal
Go to file
2020-02-22 08:57:17 +01:00
.github/workflows Create release.yml 2020-02-16 10:37:37 +01:00
client Initial fee distribution implementation 2020-02-21 20:13:49 +01:00
share Add files via upload 2020-02-20 17:49:14 +01:00
ui Fee distribution refactor 2020-02-22 08:57:17 +01:00
.gitignore Initial commit 2020-02-13 18:31:06 +01:00
.goreleaser.yml skip changelog generation 2020-02-21 13:53:09 +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