txscope is a Rust-based command line tool that analyzes Bitcoin transactions using live data from the Bitcoin network via the mempool.space API.
It helps developers and learners understand how a Bitcoin transaction is structured by showing inputs, outputs, fees, and size.
- Shows number of inputs and outputs
- Displays total Bitcoin sent
- Shows miner fee
- Shows transaction size
- Uses real Bitcoin mainnet data
- Works as a cross-platform CLI tool
- Rust
- Clap
- Reqwest
- Serde & Serde JSON
- mempool.space API
Clone the repository:
git clone https://github.com/yourusername/txscope.git
cd txscope