[BREAKGLASS] mempool.space for the terminal
Go to file
Gustavo Chain c506fa751b
Some checks failed
release / goreleaser (push) Has been cancelled
Expand releases
Freebsd and Windows added to the OSs
arm and arm64 added to the Archs
Added Docker
2020-02-27 19:03:14 +01:00
.github/workflows Expand releases 2020-02-27 19:03:14 +01:00
client Add tx tracking 2020-02-27 17:46:55 +01:00
share Add files via upload 2020-02-20 17:49:14 +01:00
ui Add tx tracking 2020-02-27 17:46:55 +01:00
.gitignore Initial commit 2020-02-13 18:31:06 +01:00
.goreleaser.yml Expand releases 2020-02-27 19:03:14 +01:00
Dockerfile.goreleaser Expand releases 2020-02-27 19:03: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 tx tracking 2020-02-27 17:46:55 +01:00
README.md Add tx tracking 2020-02-27 17:46:55 +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) (using 'f' key)
  • Block details on click
  • Graphs
  • Tx weight per second progress bar
  • Custom API endpoint