how to view raw json bitcoin transactions

4

1

Is there any place i can view raw json bitcoin transactions (like discussed in this tutorial).

noi.m

Posted 2017-07-23T18:35:15.140

Reputation: 147

https://blockchain.info/decode-txamaclin 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" buttonamaclin 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

Answers

8

You can do this:

https://blockchain.info/tx/b657e22827039461a9493ede7bdf55b01579254c1630b0bfc9185ec564fc05ab?format=json

or use getrawtransaction and decoderawtransaction RPC's in Bitcoin Core.

Nick ODell

Posted 2017-07-23T18:35:15.140

Reputation: 26 536

0

knocte

Posted 2017-07-23T18:35:15.140

Reputation: 1 531