4
1
Is there any place i can view raw json bitcoin transactions (like discussed in this tutorial).
4
1
Is there any place i can view raw json bitcoin transactions (like discussed in this tutorial).
8
You can do this:
or use getrawtransaction and decoderawtransaction RPC's in Bitcoin Core.
0
Or this other website option: http://chainquery.com/bitcoin-api/getrawtransaction
https://blockchain.info/decode-tx – amaclin – 2017-07-23T19:06:50.327
^ Not sure how to use this. How would i use it to view transactions in JSON format? – noi.m – 2017-07-23T19:46:21.820
paste raw-transaction and press "submit" button – amaclin – 2017-07-23T19:50:26.643
How do i get the raw-transaction from https://blockchain.info/tx/<tx-id> ?
– noi.m – 2017-07-23T19:54:17.987