<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bitcoinsv.io/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Michaella+Pettit</id>
	<title>Bitcoin Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bitcoinsv.io/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Michaella+Pettit"/>
	<link rel="alternate" type="text/html" href="https://wiki.bitcoinsv.io/index.php/Special:Contributions/Michaella_Pettit"/>
	<updated>2026-06-01T22:15:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://wiki.bitcoinsv.io/index.php?title=UTXO&amp;diff=1206</id>
		<title>UTXO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bitcoinsv.io/index.php?title=UTXO&amp;diff=1206"/>
		<updated>2020-01-15T11:09:42Z</updated>

		<summary type="html">&lt;p&gt;Michaella Pettit: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UTXO is an acronym for unspent transaction output. Every [[Bitcoin Transactions|Bitcoin transaction]] in every [[block]] contains at least one output, which details how many Bitcoins are owned by the given public key(s). Outputs are then spent by inputs of later transactions and typically must be unlocked with a [[Digital Signatures (ECDSA)|digital signature]] (ECDSA in the case of Bitcoin). Until an output is used as input in another transaction, this output is called a UTXO. &lt;br /&gt;
&lt;br /&gt;
All UTXOs at a given time can be collected into a set, called the UTXO set. The UTXO set represents the current state of ownership of all Bitcoin in existence. The inputs of transactions that are to be added to the [[blockchain]] are checked against this set. If the input of this transaction is spending an output in the UTXO set, the input is valid. &lt;br /&gt;
&lt;br /&gt;
When a node receives a new transaction, one of the checks on the transaction is if the input is spending a UTXO in the set. If this check is passed, the output that is being spent is taken out of the UTXO set, and temporarily stored elsewhere. If the transaction is accepted into a block, the corresponding UTXO is deleted from this temporary storage. On the other hand, if the transaction that spends the UTXO is not included in a block, the UTXO is returned to the UTXO set as the output is still unspent. As soon as an output is spent, it is no longer in the UTXO set. This process prevents an output from being [[Double-spending|double-spent]].&lt;br /&gt;
&lt;br /&gt;
==Provably unspendable outputs==&lt;br /&gt;
&lt;br /&gt;
There is a subset of outputs which are provably unspendable. These outputs, whilst ‘unspent’, are not included in the UTXO set, as they are provably unspendable. Prior to the [[Genesis upgrade]] in February 2020, these outputs start with the [[OP_RETURN]] [[Opcodes used in Bitcoin Script|opcode]] in the ScriptPubKey field of a transaction. Prior to this upgrade, The OP_RETURN opcode ended the script execution and returned a failure. After the Genesis upgrade, this provably unspendable output will be unlocking scripts beginning with the opcodes [[False Return|OP_FALSE OP_RETURN]].&lt;/div&gt;</summary>
		<author><name>Michaella Pettit</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.bitcoinsv.io/index.php?title=UTXO&amp;diff=1205</id>
		<title>UTXO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bitcoinsv.io/index.php?title=UTXO&amp;diff=1205"/>
		<updated>2020-01-15T11:08:32Z</updated>

		<summary type="html">&lt;p&gt;Michaella Pettit: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UTXO is an acronym for unspent transaction output. Every [[Bitcoin Transactions|Bitcoin transaction]] in every [[block]] contains at least one output, which details how many Bitcoins are owned by the given public key(s). Outputs are then spent by inputs of later transactions and typically must be unlocked with a [[Digital Signatures (ECDSA)|digital signature]] (ECDSA in the case of Bitcoin). Until an output is used as input in another transaction, this output is called a UTXO. &lt;br /&gt;
&lt;br /&gt;
All UTXOs at a given time can be collected into a set, called the UTXO set. The UTXO set represents the current state of ownership of all Bitcoin in existence. The inputs of transactions that are to be added to the [[blockchain]] are checked against this set. If the input of this transaction is spending an output in the UTXO set, the input is valid. &lt;br /&gt;
&lt;br /&gt;
When a node receives a new transaction, one of the checks on the transaction is if the input is spending a UTXO in the set. If this check is passed, the output that is being spent is taken out of the UTXO set, and temporarily stored elsewhere. If the transaction is accepted into a block, the corresponding UTXO is deleted from this temporary storage. On the other hand, if the transaction that spends the UTXO is not included in a block, the UTXO is returned to the UTXO set as the output is still unspent. As soon as an output is spent, it is no longer in the UTXO set. This process prevents an output from being [[Double-spending|double-spent]].&lt;br /&gt;
&lt;br /&gt;
==Provably unspendable outputs==&lt;br /&gt;
&lt;br /&gt;
There is a subset of outputs which are provably unspendable. These outputs, whilst ‘unspent’, are not included in the UTXO set, as they are provably unspendable. Prior to the [[Genesis upgrade]] in February 2020, these outputs start with the [[OP_RETURN]] [[Opcodes used in Bitcoin Script|opcode]] in the ScriptPubKey field of a transaction. Prior to the Genesis upgrade, The OP_RETURN opcode ended the script execution and returned a failure. After the Genesis upgrade, this provably unspendable output will be unlocking scripts beginning with the opcodes [[False Return|OP_FALSE OP_RETURN]].&lt;/div&gt;</summary>
		<author><name>Michaella Pettit</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.bitcoinsv.io/index.php?title=UTXO&amp;diff=1203</id>
		<title>UTXO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bitcoinsv.io/index.php?title=UTXO&amp;diff=1203"/>
		<updated>2020-01-15T11:05:09Z</updated>

		<summary type="html">&lt;p&gt;Michaella Pettit: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UTXO is an acronym for unspent transaction output. Every [[Bitcoin Transactions|Bitcoin transaction]] in every [[block]] contains at least one output, which details how many Bitcoins are owned by the given public key(s). Outputs are then spent by inputs of later transactions and typically must be unlocked with a [[Digital Signatures (ECDSA)|digital signature]] (ECDSA in the case of Bitcoin). Until an output is used as input in another transaction, this output is called a UTXO. &lt;br /&gt;
&lt;br /&gt;
All UTXOs at a given time can be collected into a set, called the UTXO set. The UTXO set represents the current state of ownership of all Bitcoin in existence. The inputs of transactions that are to be added to the [[blockchain]] are checked against this set. If the input of this transaction is spending an output in the UTXO set, the input is valid. &lt;br /&gt;
&lt;br /&gt;
When a node receives a new transaction, one of the checks on the transaction is if the input is spending a UTXO in the set. If this check is passed, the output that is being spent is taken out of the UTXO set, and temporarily stored elsewhere. If the transaction is accepted into a block, the corresponding UTXO is deleted from this temporary storage. On the other hand, if the transaction that spends the UTXO is not included in a block, the UTXO is returned to the UTXO set as the output is still unspent. As soon as an output is spent, it is no longer in the UTXO set. This process prevents an output from being [[Double-spending|double-spent]].&lt;br /&gt;
&lt;br /&gt;
==Provably unspendable outputs==&lt;br /&gt;
&lt;br /&gt;
There is a subset of outputs which are provably unspendable. These outputs, whilst ‘unspent’, are not included in the UTXO set, as they are provably unspendable. Prior to the [[Genesis upgrade]] in February 2020, these outputs start with the [[OP_RETURN]] [[Opcodes used in Bitcoin Script|opcode]] in the ScriptPubKey field of a transaction. The OP_RETURN opcode currently ends the script execution and returns a failure. After the Genesis upgrade in February 2020, this provably unspendable output will be unlocking scripts beginning with the opcodes [[False Return|OP_FALSE OP_RETURN]].&lt;/div&gt;</summary>
		<author><name>Michaella Pettit</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.bitcoinsv.io/index.php?title=UTXO&amp;diff=1195</id>
		<title>UTXO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bitcoinsv.io/index.php?title=UTXO&amp;diff=1195"/>
		<updated>2020-01-15T10:23:57Z</updated>

		<summary type="html">&lt;p&gt;Michaella Pettit: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Michaella Pettit</name></author>
		
	</entry>
</feed>