March 15, 2026

Bitcoin transaction graph

I am trying to make Bitcoin transaction graph, but I am not sure how to go about it. I have extracted the necessary data from blockchain like the sender, receiver, amount of bitcoins sent, transaction […]

Read More

Unable to find where transactions sent

I sent this transaction and it took a long time to confirm as you can see 023d90420161bbb5f97480d673405d19b79de1c4a7383c8977b62b16926d881c. Now I have asked the recipient and they have said that I used the wrong address. If that […]

Read More

Problems restoring wallet

First of all .. yes im stupid. Now .. I had some BTC a few years ago. Thought I had kept it safe, now I seem to have reinstalled the OS on that PC and […]

Read More

ZMQ Raw TX doesn’t include all transactions

I’m running a Bitcore.io node and using their ZMQ hook but I’ve noticed that on livenet not all transactions are actually being sent. I’ve been comparing it to https://blockchain.info/unconfirmed-transactions and my realtime logs and can […]

Read More

Building Signed Bitcoin Transaction in Java

I have been attempting to build my own raw transaction generator in Java which I can then broadcast on the testnet network. The problem is when I attempt to broadcast the transaction it says there […]

Read More