Last active
May 17, 2018 03:31
-
-
Save tiandiduwuxiaoxiao/e1864cb3cca933f2882fb64c0b7012f8 to your computer and use it in GitHub Desktop.
Some information about bitcoin transaction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hash": "0000000000000001b6b9a13b095e96db41c4a928b97ef2d944a9b31b2cc7bdc4", | |
"confirmations": 37371, | |
"size": 218629, | |
"height": 277316, | |
"version": 2, | |
"merkleroot": "c91c008c26e50763e9f548bb8b2fc323735f73577effbc55502c51eb4cc7cf2e", | |
"tx": [ | |
"d5ada064c6417ca25c4308bd158c34b77e1c0eca2a73cda16c737e7424afba2f", | |
"b268b45c59b39d759614757718b9918caf0ba9d97c56f3b91956ff877c503fbe", | |
"04905ff987ddd4cfe603b03cfb7ca50ee81d89d1f8f5f265c38f763eea4a21fd", | |
"32467aab5d04f51940075055c2f20bbd1195727c961431bf0aff8443f9710f81", | |
"561c5216944e21fa29dd12aaa1a45e3397f9c0d888359cb05e1f79fe73da37bd", | |
[... hundreds of transactions ...] | |
"78b300b2a1d2d9449b58db7bc71c3884d6e0579617e0da4991b9734cef7ab23a", | |
"6c87130ec283ab4c2c493b190c20de4b28ff3caf72d16ffa1ce3e96f2069aca9", | |
"6f423dbc3636ef193fd8898dfdf7621dcade1bbe509e963ffbff91f696d81a62", | |
"802ba8b2adabc5796a9471f25b02ae6aeee2439c679a5c33c4bbcee97e081196", | |
"eaaf6a048588d9ad4d1c092539bd571dd8af30635c152a3b0e8b611e67d1a1af", | |
"e67abc6bd5e2cac169821afc51b207127f42b92a841e976f9b752157879ba8bd", | |
"d38985a6a1bfd35037cb7776b2dc86797abbb7a06630f5d03df2785d50d5a2ac", | |
"45ea0a3f6016d2bb90ab92c34a7aac9767671a8a84b9bcce6c019e60197c134b", | |
"c098445d748ced5f178ef2ff96f2758cbec9eb32cb0fc65db313bcac1d3bc98f" | |
], | |
"time": 1388185914, | |
"mediantime": 1388183675, | |
"nonce": 924591752, | |
"bits": "1903a30c", | |
"difficulty": 1180923195.258026, | |
"chainwork": "000000000000000000000000000000000000000000000934695e92aaf53afa1a", | |
"previousblockhash": "0000000000000002a7bbd25a417c0374cc55261021e8a9ca74442b01284f0569", | |
"nextblockhash": "000000000000000010236c269dd6ed714dd5db39d36b33959079d78dfd431ba7" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"txid": "0627052b6f28912f2703066a912ea577f2ce4da4caa5a5fbd8a57286c345c2f2", | |
"size": 258, | |
"version": 1, | |
"locktime": 0, | |
"vin": [ | |
{ | |
"txid": "7957a35fe64f80d234d76d83a2...8149a41d81de548f0a65a8a999f6f18", | |
"vout": 0, | |
"scriptSig": { | |
"asm":"3045022100884d142d86652a3f47ba4746ec719bbfbd040a570b1decc...", | |
"hex":"483045022100884d142d86652a3f47ba4746ec719bbfbd040a570b1de..." | |
}, | |
"sequence": 4294967295 | |
} | |
], | |
"vout": [ | |
{ | |
"value": 0.01500000, | |
"n": 0, | |
"scriptPubKey": { | |
"asm": "OP_DUP OP_HASH160 ab68...5f654e7 OP_EQUALVERIFY OP_CHECKSIG", | |
"hex": "76a914ab68025513c3dbd2f7b92a94e0581f5d50f654e788ac", | |
"reqSigs": 1, | |
"type": "pubkeyhash", | |
"addresses": [ | |
"1GdK9UzpHBzqzX2A9JFP3Di4weBwqgmoQA" | |
] | |
} | |
}, | |
{ | |
"value": 0.08450000, | |
"n": 1, | |
"scriptPubKey": { | |
"asm": "OP_DUP OP_HASH160 7f9b1a...025a8 OP_EQUALVERIFY OP_CHECKSIG", | |
"hex": "76a9147f9b1a7fb68d60c536c2fd8aeaa53a8f3cc025a888ac", | |
"reqSigs": 1, | |
"type": "pubkeyhash", | |
"addresses": [ | |
"1Cdid9KFAaatwczBwBttQcwXYCpvK8h7FK" | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment