BlockchainTransactionData (for bloxberg)
BlockchainTransactionData[txid]
gives information about the blockchain transaction with ID txid on the bloxberg blockchain.
BlockchainTransactionData[txid,prop]
gives the specified property of the transaction.
Details
- Properties include:
-
"TransactionID" transaction ID "BlockHash" hash of the block containing the transaction "BlockNumber" height of the block containing the transaction "Confirmations" blocks confirming the block containing the transaction "Timestamp" timestamp for the transaction "Status" indicates whether the transaction executed successfully "TransactionIndex" index of the transaction within the block "Sender" sender address of the transaction "Receiver" receiver address of the transaction "Amount" total number of ether exchanged in this transaction "ContractAddress" address of the contract created in the transaction "GasUsed" amount of gas used by this transaction "Fee" fee paid for this transaction "TransactionCount" number of the transactions sent by the sender address "InputData" the data sent along with the transaction "TransactionDigest" hash of the transaction data used to sign it "DigitalSignature" digital signature of the transaction "SenderPublicKey" public key of the sender derived from the digital signature "EventList" list of events emitted by transaction "TokenTransferList" list of token transfers that took place within the transaction "InternalTransactionList" list of internal transactions triggered by transaction - The value "EventList" is a list of associations with the following elements:
-
"Address" address of the contract that triggered the event "Topics" event's parameters indexed in the transaction receipt log "Data" event's parameters encoded in the transaction receipt log - The value "TokenTransferList" is a list of associations with the following elements:
-
"Name" name of the token (e.g. "Ethernity Token") "Symbol" symbol for the token (e.g. "ETNY") "Sender" sender address of the token "Receiver" receiver address of the token "Amount" amount of tokens sent (only for "ERC20") "TokenID" ID of token sent (only for "ERC721") - The value "InternalTransactionList" is a list of associations with the following elements:
-
"CallType" internal transaction type of execution "Sender" sender address of the internal transaction "Receiver" receiver address of the internal transaction "Amount" amount of the currency transferred internally "GasLimit" maximum amount of gas allowed to be used by the internal call "GasUsed" amount of gas used by this transaction "Input" internal transaction input data "Output" internal transaction output data - BlockchainTransactionData can access the bloxberg blockchain. To specify this network, use the BlockchainBase option.
Examples
open allclose allBasic Examples (4)Summary of the most common use cases
Get information about a transaction from the bloxberg blockchain:

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-vuuqjd

Get data from multiple bloxberg transactions by providing a list of transaction IDs:

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-162vbm

Get the amount included in a transaction:

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-tvuz9q

Get multiple properties from a bloxberg transaction:

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-866tte

Scope (21)Survey of the scope of standard use cases
Amount (1)
BlockHash (1)
BlockNumber (1)
Confirmations (1)
ContractAddress (1)
DigitalSignature (1)
EventList (1)
Fee (1)
GasUsed (1)
InputData (1)
InternalTransactionList (1)
Receiver (1)
Sender (1)
SenderPublicKey (1)
Status (1)
Timestamp (1)
TokenTransferList (1)
TransactionCount (1)
TransactionDigest (1)
TransactionID (1)
Options (1)Common values & functionality for each option
Applications (1)Sample problems that can be solved with this function
Get information on a bloxberg block:

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-cj4la3
Randomly select a transaction from this block:

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-jmkqgg

Get detailed information for this transaction:

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-ds1tob

Properties & Relations (2)Properties of the function, and connections to other functions
Encoding the public key provided by "SenderPublicKey" returns the sender address:

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-g9xknq

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-7h0iei


https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-j1ac0v


https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-fpm4ek

Verify the authenticity of the signature by using the transaction digest and public key:

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-7owzr3

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-nj6iqd


https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-6nkand


https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-gogfow


https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-z13vav

Possible Issues (2)Common pitfalls and unexpected behavior
Nonexistent Hashes (1)
Using a transaction ID that does not exist in the blockchain will return a Missing output:

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-l5mpak


https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-i1a7js


https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-2kvgpc


Incorrect Hashes (1)
Providing a transaction ID that is not a hex number will return a $Failed output:

https://wolfram.com/xid/096bfbaa7vf6rcbwjsz0cyc4lzbzhvmx5yoh9h02gncqlfcvcq-1wshvl


Wolfram Research (2020), BlockchainTransactionData, Wolfram Language function, https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html.
Text
Wolfram Research (2020), BlockchainTransactionData, Wolfram Language function, https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html.
Wolfram Research (2020), BlockchainTransactionData, Wolfram Language function, https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html.
CMS
Wolfram Language. 2020. "BlockchainTransactionData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html.
Wolfram Language. 2020. "BlockchainTransactionData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html.
APA
Wolfram Language. (2020). BlockchainTransactionData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html
Wolfram Language. (2020). BlockchainTransactionData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html
BibTeX
@misc{reference.wolfram_2025_blockchaintransactiondata, author="Wolfram Research", title="{BlockchainTransactionData}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html}", note=[Accessed: 09-July-2025
]}
BibLaTeX
@online{reference.wolfram_2025_blockchaintransactiondata, organization={Wolfram Research}, title={BlockchainTransactionData}, year={2020}, url={https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html}, note=[Accessed: 09-July-2025
]}