BlockchainTransactionData

Versions for specific blockchains »

BlockchainTransactionData[txid]

gives information about the blockchain transaction with ID txid on the blockchain specified by $BlockchainBase.

BlockchainTransactionData[txid,prop]

gives the specified property of the transaction.

Details and Options

Examples

open allclose all

Basic Examples  (9)

Get information about a transaction from the Bitcoin blockchain:

Get information about a transaction from the Ethereum blockchain:

Get information about a transaction from the ARK blockchain:

Get information about a transaction from the bloxberg blockchain:

Get information about a transaction from the Tezos blockchain:

Get information about a transaction from the Cardano blockchain:

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

Get the Bitcoin block number where the transaction was included:

Get multiple properties from a Bitcoin transaction:

Options  (4)

BlockchainBase  (4)

Get information from a Bitcoin mainnet transaction:

Get information from an ARK devnet transaction:

Get information from a Tezos testnet transaction:

Get information about a transaction from the Cardano blockchain:

Applications  (2)

Get information on the most recent Ethereum block:

Randomly select a transaction from this block:

Get detailed information for this transaction:

Convert the transaction amount to fiat currency using the current price:

Get the inputs and outputs of a Bitcoin transaction:

Inspect the locking script of the inputs:

And the unlocking scripts of the outputs:

Possible Issues  (2)

Nonexistent Hashes  (1)

Using a transaction ID from one blockchain in another blockchain will return a Missing["NotAvailable"] output:

Incorrect Hashes  (1)

Providing an invalid transaction ID will return a $Failed output:

Neat Examples  (1)

Use the Bitcoin blockchain:

Find the input script byte array for the coinbase transaction of block 416,236:

The raw bytes include some readable characters:

Wolfram Research (2018), BlockchainTransactionData, Wolfram Language function, https://reference.wolfram.com/language/ref/BlockchainTransactionData.html (updated 2019).

Text

Wolfram Research (2018), BlockchainTransactionData, Wolfram Language function, https://reference.wolfram.com/language/ref/BlockchainTransactionData.html (updated 2019).

CMS

Wolfram Language. 2018. "BlockchainTransactionData." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/BlockchainTransactionData.html.

APA

Wolfram Language. (2018). BlockchainTransactionData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/BlockchainTransactionData.html

BibTeX

@misc{reference.wolfram_2023_blockchaintransactiondata, author="Wolfram Research", title="{BlockchainTransactionData}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/BlockchainTransactionData.html}", note=[Accessed: 28-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_blockchaintransactiondata, organization={Wolfram Research}, title={BlockchainTransactionData}, year={2019}, url={https://reference.wolfram.com/language/ref/BlockchainTransactionData.html}, note=[Accessed: 28-March-2024 ]}