pixel1337
Member
2
Posts
45
Reputation
Nov 24, 2023
Joined
Recent posts
- Best tools for blockchain analysisFeb 12, 2025
Surprised no one brought up GraphSense yet https://graphsense.info. It's open-source and pretty powerful for transaction graph analysis and clustering, though the setup is a bit of a beast (needs PostgreSQL, Elastic,…
- Making a new transaction transferMay 20, 2024
I’m working on a new transfer with NBitcoin and I have everything set up, but the transactions need to be sent out. I ran this code, everything looks good, but the transaction is still not showing up in the explorer. //…