What it is#
A small toolkit for working with Bitcoin transactions. Three things in one place:
- Read any transaction from raw bytes and get a plain-English breakdown of what it does.
- Build a transaction and inspect what you’re about to sign before you sign it.
- Analyze an existing transaction or wallet for what it might be giving away about you.
It runs as a command-line tool and in your browser at txray.dev. No full node required.
Origin#
It started as three smaller projects I built over a few months. The duplication between them was obvious by the third one: each needed transaction parsing, each needed network fetching, each needed a half-decent command-line interface. TXRay is the cleanup pass that turned them into one tool.