Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praxtube/mrtui
CLI to display static blockchain information of Bitcoin
https://github.com/praxtube/mrtui
bitcoin bitcoin-info blockchain cli mempool terminal
Last synced: 8 days ago
JSON representation
CLI to display static blockchain information of Bitcoin
- Host: GitHub
- URL: https://github.com/praxtube/mrtui
- Owner: PraxTube
- License: mit
- Created: 2023-07-31T10:23:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-08T08:53:40.000Z (about 1 year ago)
- Last Synced: 2024-10-31T12:09:02.009Z (19 days ago)
- Topics: bitcoin, bitcoin-info, blockchain, cli, mempool, terminal
- Language: Rust
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mr. TUI (Mempool Rust Terminal UI)
This CLI tool is for displaying some static block information
from the bitcoin blockchain. It uses the
[Mempool API](https://mempool.space/docs/api/rest)
to fetch the data. Example ouput:```
╭─────806_715──────╮ ╭─────806_714──────╮ ╭─────806_713──────╮ ╭─────806_712──────╮
│ ≈ 19 sat/vB │ │ ≈ 17 sat/vB │ │ ≈ 19 sat/vB │ │ ≈ 26 sat/vB │
│ 16 - 1508 sat/vB │ │ 16 - 302 sat/vB │ │ 17 - 302 sat/vB │ │ 19 - 1213 sat/vB │
│ │ │ │ │ │ │ │
│ 2.00 MB │ │ 1.74 MB │ │ 1.49 MB │ │ 1.61 MB │
│ 3,663 txs │ │ 2,790 txs │ │ 2,589 txs │ │ 3,516 txs │
│ F2Pool │ │ Foundry USA │ │ AntPool │ │ ViaBTC │
│ │ │ │ │ │ │ │
│ 20 minutes ago │ │ 30 minutes ago │ │ 39 minutes ago │ │ 54 minutes ago │
╰──────────────────╯ ╰──────────────────╯ ╰──────────────────╯ ╰──────────────────╯
╭─────806_711──────╮ ╭─────806_710──────╮ ╭─────806_709──────╮ ╭─────806_708──────╮
│ ≈ 15 sat/vB │ │ ≈ 16 sat/vB │ │ ≈ 21 sat/vB │ │ ≈ 18 sat/vB │
│ 15 - 256 sat/vB │ │ 15 - 317 sat/vB │ │ 18 - 697 sat/vB │ │ 16 - 302 sat/vB │
│ │ │ │ │ │ │ │
│ 1.86 MB │ │ 1.79 MB │ │ 1.66 MB │ │ 1.52 MB │
│ 4,706 txs │ │ 3,267 txs │ │ 3,141 txs │ │ 2,278 txs │
│ MARA Pool │ │ AntPool │ │ F2Pool │ │ ViaBTC │
│ │ │ │ │ │ │ │
│ 1 hours ago │ │ 1 hours ago │ │ 1 hours ago │ │ 2 hours ago │
╰──────────────────╯ ╰──────────────────╯ ╰──────────────────╯ ╰──────────────────╯╭───────Halving in: 7 months, 84%────────╮ ╭────Difficulty Adj. in: 11 days, 16%────╮
│█████████████████████████████████ │ │██████ │
╰────────────────────────────────────────╯ ╰────────────────────────────────────────╯
```To install this tool run
```
cargo install mrtui
```Then you run the command to get current information about the bitcoin blockchain
```
mrtui
```