Introducing txTree

I’ve been wanting to create an app that uses the nostr:npub18d4r6wanxkyrdfjdrjqzj2ukua5cas669ew2g5w7lf4a8te7awzqey6lt3 API to visualize a #bitcoin transaction and its history. Here’s what I’ve got so far.

There’s a limit on how far back the trace goes so as to not spam the API, but next I’ll add the ability to tap on any transaction ID to manually continue the backtracking from there. Any feedback/ideas are welcome.

Oh, and it’s a PWA ofc. 😎

Check it out at: https://thebullishbitcoiner.github.io/tx-tree/

isn't that what mempool does

Reply to this note

Please Login to reply.

Discussion

Yes. But thanks to their API, I can play around with the data too. The goal here is to create a streamlined (and slick 😏) interface where I can trace a transaction. Whereas on mempool, I’d have to do a lot more clicking.