Raw
Transactions
Litecoin transactions represent individual transfers of value on the blockchain, containing inputs and outputs that define the movement of LTC.
Table Columns
Column Name | Description |
---|---|
hash | Unique identifier or hash of the transaction. |
size | The size of the transaction in bytes. |
virtual_size | The virtual size of the transaction, used for fee calculation. |
version | The version number of the transaction format. |
lock_time | The block number or timestamp at which the transaction becomes valid. |
index | The position of the transaction within its block. |
block_hash | Hash of the block containing this transaction. |
block_number | Number of the block containing this transaction. |
block_timestamp | Timestamp when the block containing this transaction was mined. |
input_count | Number of inputs in this transaction. |
output_count | Number of outputs in this transaction. |
output_value | Total amount of LTC in satoshis (smallest unit) in all outputs. |
is_coinbase | Indicates if this is a coinbase transaction. |
_created_at | Timestamp when this record was created in the database. |
_updated_at | Timestamp when this record was last updated in the database. |