Transactions
Chain
Dataset name
stellar_mainnet.transactionsVersion
1.2.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 | event_count | diagnostic_event_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 | _gs_op |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0001a5bfa3339e4fbec9099472160eec67fc07a1314da179c2d346373c1a95fc | GBCG2BE5BJW6K4GENA3KM2ZSGQRAV4CMHNOUTLVLC475A2GKEQQIFBXJ | 250135515179802850 | 125640 | 70058 | GBGWQFSJSOMJ2BTOH5RLZUTZPV544YR2DF5CGYL7WDZ2Y6OSRHR6TUBE | f5232d42bd990caad1e633f05e26cb6dc1fdfebef88079c72ca6da1fc9f8ea43 | 125640 | MemoTypeMemoNone | 0 | 1764273102000 | 1 | TransactionResultCodeTxFeeBumpInnerSuccess | 1 | 2 | 21 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | [] | 60045569 | e813e347091ae1c7919162c968c5021896e19472a183eb6ea549dc71fa235c57 | 2025-11-27 14:51:19 | 1sM9azdQGjNbVmR/6kq5njX9S8gApbTJ0rF6abbejp0fDzqhPe2tPbaPXYVCAzaUENgMlVHncJvDfgCa4vicAQ== | i |
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 | long |
| event_count | long |
| diagnostic_event_count | long |
| 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 | string |
| ledger_sequence | long |
| ledger_hash | string |
| ledger_closed_at | string |
| ledger_signature | string |
| _gs_op | string |