This started as a few separate tools during Summer of Bitcoin.
I was building different pieces for different problems, and after a point it felt silly not to just pull them together.
that turned into txray.
it’s a toolkit for exploring bitcoin transactions, with a web app, cli, and tui on top of the same rust core.
right now it can parse txs and blocks, run privacy heuristics, fingerprint wallet behavior, and build unsigned PSBTs.
Live: https://txray.dev
Code: https://github.com/keshav0479/txray
would love feedback!
Mobile needs some work, elements overlap at the top, but love the idea!!
Spotted an overlap when pasting in a TX.
This TX paid 100 sats/vb but down the bottom it stated that it didn't overpay fees. I think that it did since fees are currently around 1 sat/vb.
just threw in a random tx from a recent block, the breakdown was really well done, and the visualization plus short but concise explainers were really well done.
i also like the bitcoin history thing you got going.
everything seems very clean and sharp.
WELL DONE
This looks really solid. Having web, CLI, and TUI all backed by the same core is a nice design choice.
cool project. i'd love to see cluster-confidence surfaced alongside the heuristics, because tx analysis gets slippery fast once wallets start using modern output patterns. the web+cli+tui combo is the right shape though, mi like dat.