Transactions
Chain
Dataset name
bitcoin.transactionsVersion
1.1.0Description
Every transaction on the Oasis consensus chain — sender, fee, method, and whether it succeeded.
Example data
| id | hash | size | virtual_size | version | lock_time | block_number | block_hash | block_timestamp | is_coinbase | index | inputs | outputs | input_count | output_count | input_value | output_value | fee |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| btc_transaction_000000008e35a1d59ea1be8d76683662f47fd13c62a9e347ad5845a26f762026_0 | 9b0f52332d7d013b49016416c4818b5abb80b01ca526b7b813830348ad2321be | 134 | 134 | 1 | 0 | 25 | 000000008e35a1d59ea1be8d76683662f47fd13c62a9e347ad5845a26f762026 | 1231568646 | true | 0 | [] | [{"index": 0, "script_asm": "04bff063a080c07aa9d8e7038c9d1bd7e5076fc28dd3e905b76517ad958e9df65e83abefcdbdcd7310231aaaf16a53e9bc24598826a3291e5dab338675618e7f12 OP_CHECKSIG", "script_hex": "4104bff063a080c07aa9d8e7038c9d1bd7e5076fc28dd3e905b76517ad958e9df65e83abefcdbdcd7310231aaaf16a53e9bc24598826a3291e5dab338675618e7f12ac", "required_signatures": null, "type": "nonstandard", "addresses": ["nonstandard669a634880387acd3f8c4ae5a0840224b9670424"], "value": 5000000000}] | 0 | 1 | 0 | 5000000000 | 0 |
| btc_transaction_0000000071350772f98f84babf35502b33d42ee8466d3dde0f376c4120352081_0 | 230cf03a6ce420eaa42e3c64feebb47920f3470efb4323b4574b4b6e5a004f65 | 134 | 134 | 1 | 0 | 27 | 0000000071350772f98f84babf35502b33d42ee8466d3dde0f376c4120352081 | 1231570573 | true | 0 | [] | [{"index": 0, "script_asm": "04a43f4de451f220ee2606ed79883797000e57a17ad8d418eb2de21339a045fd1e399953a0b9474b2e1fa510696c1eb4812dcd0ea4fda1932344bbd914f52e4e2f OP_CHECKSIG", "script_hex": "4104a43f4de451f220ee2606ed79883797000e57a17ad8d418eb2de21339a045fd1e399953a0b9474b2e1fa510696c1eb4812dcd0ea4fda1932344bbd914f52e4e2fac", "required_signatures": null, "type": "nonstandard", "addresses": ["nonstandardb3581ff01ca3165471dc60d5e3482615f75bb1fd"], "value": 5000000000}] | 0 | 1 | 0 | 5000000000 | 0 |
| btc_transaction_000000009700ff3494f215c412cd8c0ceabf1deb0df03ce39bcfc223b769d3c4_0 | 86b33edba8ff663b0f73ef487e4433f34d26ef91de15659d2cc09594d27b52cb | 134 | 134 | 1 | 0 | 31 | 000000009700ff3494f215c412cd8c0ceabf1deb0df03ce39bcfc223b769d3c4 | 1231602736 | true | 0 | [] | [{"index": 0, "script_asm": "04c26035a5e1e1db8b18043d1b31cef10a8fe6f58757e2b3e5147154df627ae020f39720adc9a623857db379217063896ef28ea6b8a0a43e7f1bec4a36dc68185c OP_CHECKSIG", "script_hex": "4104c26035a5e1e1db8b18043d1b31cef10a8fe6f58757e2b3e5147154df627ae020f39720adc9a623857db379217063896ef28ea6b8a0a43e7f1bec4a36dc68185cac", "required_signatures": null, "type": "nonstandard", "addresses": ["nonstandard39b7ee0c882f4260a2caad21c1d739c2f9801b0c"], "value": 5000000000}] | 0 | 1 | 0 | 5000000000 | 0 |
Schema
| Column | Type |
|---|---|
| id | string |
| hash | string |
| size | long |
| virtual_size | long |
| version | long |
| lock_time | long |
| block_number | long |
| block_hash | string |
| block_timestamp | long |
| is_coinbase | boolean |
| index | long |
| inputs | string |
| outputs | string |
| input_count | long |
| output_count | long |
| input_value | long |
| output_value | long |
| fee | long |