Skip to content

Bitcoin transaction explorer and scope analyzer written in Rust

Notifications You must be signed in to change notification settings

rishabhyadav03/txscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txscope

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.

Features

  • 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

Tech Stack

  • Rust
  • Clap
  • Reqwest
  • Serde & Serde JSON
  • mempool.space API

Installation

Clone the repository:

git clone https://github.com/yourusername/txscope.git
cd txscope

About

Bitcoin transaction explorer and scope analyzer written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages