March 4, 2026

How to know if bitcoind synced?

I installed the bitcoind and started it as daemon. After 10hours I’ve tried “du -h” ubuntu@ip-172-31-37-93:~/.Bitcoin$ du -h 16K ./database 59M ./blocks/index 29G ./blocks 646M ./chainstate 30G . How to know if it synced or […]

Read More

Raw Block data in Hexadecimals

Is there any Web API available for us to query Blockchain data in hex format? The format should follow the standard (https://en.Bitcoin.it/wiki/Block#Block_structure) structure rather than JSON.

Read More

Multibit Private Key Restore

I backed up my private key and restored it into a new copy of Multibit (difference machine). The import was successful but the public key address has not been updated with my previous address. I’ve […]

Read More

How to sign a transaction using BitcoinJ

I am having problem signing the transaction using BitcoinJ library without the Wallet instance, I only have the Transaction class instance and the ECKey in order to sign the transaction. Is there a way to […]

Read More

How can I search for OP_RETURN data?

Is there any way to check for this data in blockchain? I want to search this value: 554e6963444320 and want to return this transaction https://blockchain.info/tx/7e92e90f221ad28daf42b5b8bda4c8e244e37af48527fcd12b2518db5d3315bd

Read More