Crates.io | bitcoin-explore |
lib.rs | bitcoin-explore |
version | 0.1.7 |
source | src |
created_at | 2022-08-26 11:45:47.872613 |
updated_at | 2022-08-26 17:35:02.007704 |
description | Bitcoin Blockchain Explorer in the Terminal |
homepage | |
repository | |
max_upload_size | |
id | 652758 |
size | 611,437 |
☠️⚠️ Work In Progress ⚠️☠️
Explore the Bitcoin Blockchain in the Terminal
Get information about a block or transaction, quickly and easily right from your terminal.
Add package to Cargo.toml file
$ cargo install bitcoin-explore
Must have these environment variable set for the terminal to work. Could go in your
.zshrc
,.bashrc
, or set when running the script.
export BITCOIND_PASSWORD="..."
export BITCOIND_USERNAME="..."
export BITCOIND_URL="127.0.0.1:8332"
when running the script...
BITCOIND_PASSWORD=... BITCOIND_USERNAME=...BITCOIND_URL=... bitcoin-explore 400000
$ bitcoin-explore <blockhash|blockheight|txid>
get block at height 400,000
$ bitcoin-explore 400000
get block with hash
$ bitcoin-explore 00000000000000000008f1856244c2a991063b5f4a2d86a5f3935341ae508b8a
get transaction with hash
$ bitcoin-explore 4a20c13b5fa0a867bcc2d99834f11bb0e36ea683cd4c7310b1f12c51ccf3ccca
MIT © Joe Gesualdo