Skip to main content
All transactions, starting from genesis.

Table Details

PropertyValue
Table Namedogecoin.raw.transactions
Table StatusProduction-Ready
Unique Keyhash
Clustering Key(s)to_date("block_timestamp")
Search Optimizationhash
All transactions, starting from genesis.

Table Columns

Column NameData TypeDescription
hashVARCHAR(66)Unique identifier or hash of the transaction.
sizeNUMBER(38,0)The size of the transaction in bytes.
virtual_sizeNUMBER(38,0)The virtual size of the transaction, used for fee calculation.
versionNUMBER(38,0)The version number of the transaction format.
lock_timeNUMBER(38,0)The block number or timestamp at which the transaction becomes valid.
indexNUMBER(38,0)The position of the transaction within its block.
block_hashVARCHAR(66)Hash of the block containing this transaction.
block_numberNUMBER(38,0)Number of the block containing this transaction.
block_timestampTIMESTAMP_NTZ(9)Timestamp when the block containing this transaction was mined.
input_countNUMBER(38,0)Number of inputs in this transaction.
output_countNUMBER(38,0)Number of outputs in this transaction.
output_valueNUMBER(38,0)Total amount of DOGE in satoshis (smallest unit) in all outputs.
is_coinbaseBOOLEANIndicates if this is a coinbase transaction.
_created_atTIMESTAMP_NTZ(9)Timestamp when this record was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp when this record was last updated in the database.