Blockchain Transaction

From GM-RKB
(Redirected from blockchain transaction)
Jump to navigation Jump to search

A Blockchain Transaction is a digital ledger operation that records the transfer of assets or data between parties securely and transparently.



References

2024

2015

  • (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/Block_chain_(database)#Basic_principles Retrieved:2015-8-20.
    • … A block chain implementation consists of two kinds of records: transactions and blocks. Transactions are the actual data to be stored in the block chain, and blocks are records that confirm when and in what sequence certain transactions became journaled as a part of the block chain database. Transactions are created by participants using the system in the normal course of business (in the case of cryptocurrencies, a transaction is created anytime someone sends cryptocurrency to another), and blocks are created by users known as "miners" who use specialized software or equipment designed specifically to create blocks.

      Users of the system create transactions which are loosely passed around from node to node on a best-effort basis. The definition of what constitutes a valid transaction is based on the system implementing the block chain. In most cryptocurrency applications, a valid transaction is one that is properly digitally signed, spends currency units from a known valid wallet, and meets various other requirements such as including a sufficient miner "fee" and/or a certain time elapsed since the currency units were previously involved in a transaction.

      Meanwhile, miners attempt to create blocks that confirm and incorporate those transactions into the block chain. In a cryptocurrency system such as bitcoin, miners are incentivized to create blocks in order to collect two types of rewards: a pre-defined per-block award, and fees offered within the transactions themselves, payable to any miner who successfully confirms the transaction.