Transactions (legacy)
Chain
Dataset name
stellar.transactionsVersion
3.1.0Description
Every transaction on the Oasis consensus chain — sender, fee, method, and whether it succeeded.
Example data
| transaction_hash | account | account_muxed | account_sequence | max_fee | fee_charged | fee_account | fee_account_muxed | inner_transaction_hash | new_max_fee | memo_type | memo | time_bounds_lower | time_bounds_upper | successful | transaction_result_code | operation_count | inclusion_fee_bid | resource_fee | soroban_resources_instructions | soroban_resources_read_bytes | soroban_resources_write_bytes | non_refundable_resource_fee_charged | refundable_resource_fee_charged | rent_fee_charged | tx_signers | ledger_sequence | ledger_hash | ledger_closed_at | ledger_signature |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9d18b953204a68304c76f06eba027bb00372bc924648693484434795a818659b | GDNZ4V663NX6RSJ5LLIE2H6TR4OT7R52ZXCUZZBLFKUZA72DZOK4OAX5 | null | 193152156839367970 | 100159 | 100 | null | null | null | null | MemoTypeMemoNone | null | 0 | 1751576296000 | false | TransactionResultCodeTxFailed | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 57837582 | a2529539c71da5d5d74971370d8cbcc01b8cd96d76cedc6f746f3a2d9e426528 | 1751576270000 | hyvsLZCoqi2Hu0bpxsL/nxynl5dokBq2tw+Z4PQC9lFwT4zoUOnsbSJMUN9t7NjMafSQ1Q/rEh0zQ78CCP/cCw== | |
| c2114538acc07b6bd1ee6c20b78d40d9db87c8bff2f539d666626cddd7dc7f7a | GDDF4TZ7EGUAM32YFGZJ4DWOPWTA4AEYN5VS72TKENWKIALNUZKN26TV | null | 172408766174809570 | 1748 | 100 | null | null | null | null | MemoTypeMemoNone | null | 0 | 1751576286000 | false | TransactionResultCodeTxFailed | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 57837582 | a2529539c71da5d5d74971370d8cbcc01b8cd96d76cedc6f746f3a2d9e426528 | 1751576270000 | hyvsLZCoqi2Hu0bpxsL/nxynl5dokBq2tw+Z4PQC9lFwT4zoUOnsbSJMUN9t7NjMafSQ1Q/rEh0zQ78CCP/cCw== | |
| 64678a97895d18018a75bcf0e1a4317793be03e473a0ac54d053254e3ecd5ed4 | GDR4J37HGHXJYB322VAYT2HPQSSZOFKVZ75V3RAGJVJWVFWGWAQLXCKR | null | 203643598007296030 | 100159 | 100 | null | null | null | null | MemoTypeMemoNone | null | 0 | 1751576296000 | false | TransactionResultCodeTxFailed | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 57837582 | a2529539c71da5d5d74971370d8cbcc01b8cd96d76cedc6f746f3a2d9e426528 | 1751576270000 | hyvsLZCoqi2Hu0bpxsL/nxynl5dokBq2tw+Z4PQC9lFwT4zoUOnsbSJMUN9t7NjMafSQ1Q/rEh0zQ78CCP/cCw== |
Schema
| Column | Type |
|---|---|
| transaction_hash | string |
| account | string |
| account_muxed | string |
| account_sequence | long |
| max_fee | long |
| fee_charged | long |
| fee_account | string |
| fee_account_muxed | string |
| inner_transaction_hash | string |
| new_max_fee | long |
| memo_type | string |
| memo | string |
| time_bounds_lower | long |
| time_bounds_upper | long |
| successful | boolean |
| transaction_result_code | string |
| operation_count | int |
| inclusion_fee_bid | long |
| resource_fee | long |
| soroban_resources_instructions | long |
| soroban_resources_read_bytes | long |
| soroban_resources_write_bytes | long |
| non_refundable_resource_fee_charged | long |
| refundable_resource_fee_charged | long |
| rent_fee_charged | long |
| tx_signers | array |
| ledger_sequence | long |
| ledger_hash | string |
| ledger_closed_at | long |
| ledger_signature | string |