0
I want to built a platform for mining bitcoin. So i want to know how to get all performed transactions for bitcoin and also all unconfirmed transaction like (blockchain.info).
0
I want to built a platform for mining bitcoin. So i want to know how to get all performed transactions for bitcoin and also all unconfirmed transaction like (blockchain.info).
0
You can use blockcypher api to check bitcoin address transaction.
http://api.blockcypher.com/v1/btc/main/addrs/{{YOUR_ADDRESS}}
For ex : http://api.blockcypher.com/v1/btc/main/addrs/1DEP8i3QJCsomS4BSMY2RpU1upv62aGvhD
Thank you.
But these works only when we got the address. So how can we get all unresolved transactions/block – vijay dwivedi – 2018-01-04T07:32:48.103
for that, u need to use https://github.com/bitpay/insight-api
– comeback4you – 2018-01-04T08:27:58.380