-snip-
By saying "
indexed" was it meant like index in books and file storage systems?
Then, by comparing the speed between (
ex. not indexed Window Explorer) and Bitcoin's Blockchain, this question pops in to your mind?
Clients have a
blockchain_headers which contains something similar (
for indexing) that enables it to easily find the transaction hashes which have the accurate "
links" to where the UTXOs are stored:
"inputs": [
{
"addresses": [
"39EK***********************"
],
"age": 513486,
"output_index": 82,
"output_value": 10000,
"prev_hash": "24dc16f626085e7c75e6fbdbd2533f27d98d884fe73f58fed46a3e319157****",
"script": "160014d0ef607e4dc338d4dd67df92e2090b770a781***",
"script_type": "pay-to-script-hash",
"sequence": 4294967293,
"witness":
- prev_hash: the previous transaction where it belongs.
- output_index: where it sits between all of the other outputs of the particular transaction.
File explorers and Blockchain works differently, this is just "
in-relation".