diff --git a/ch02.asciidoc b/ch02.asciidoc index 1f32d7bc..7bf07c14 100644 --- a/ch02.asciidoc +++ b/ch02.asciidoc @@ -165,3 +165,17 @@ This transaction will also include a second output, because Alice's funds are in Finally, for the transaction to be processed by the network in a timely fashion, Alice's wallet application will add a small fee. This is not explicit in the transaction, it is implied by the difference between inputs and outputs. If instead of taking 0.085 in change, Alice creates only 0.0845 as the second output, there will be 0.0005 BTC (half a millibitcoin) left over. The input's 0.10 BTC is not fully spent with the two outputs, as they will add up to less than 0.10. The resulting difference is the _transaction fee_ which is collected by the miner as a fee for including the transaction in a block and putting it on the blockchain ledger. +The resulting transaction can be seen using a blockchain explorer web application + +[[transaction-alice]] +.Alice's transaction to Bob's Cafe +image::images/AliceCoffeeTransaction.png["Alice Coffee Transaction"] + +Use the following link to see it the transaction on the bitcoin blockchain: +.Link to Alice's transaction on the bitcoin blockchain +---- +https://blockchain.info/tx/0627052b6f28912f2703066a912ea577f2ce4da4caa5a5fbd8a57286c345c2f2 +---- + + + diff --git a/images/AliceCoffeeTransaction.png b/images/AliceCoffeeTransaction.png new file mode 100644 index 00000000..7814a424 Binary files /dev/null and b/images/AliceCoffeeTransaction.png differ