Questions:
1) How do I use "vout" numbers? The are 1 to 3 figures numbers.
2) There are a lot of "txid" located below "vin". Do I need all of them?
As I noted in the instructions, there can be more sets, that's if the transaction is spending more than one input.
You can count the the number of inputs by finding how many txid and vouts sets (
"txid" followed by "vout" line) are there before the line "
"vout": ["
The "
vout" tells which output is the one it's spending.
For example, this transaction:
blockchain.com/btc/tx/c41fac476e555483ed6672e99ddcc51ee3ab0028f8ace4d7369c1d0e32ecf948vout: 0 is bc1pcldgkx2an6fukvssqzkl6tzkll3sj6tcpn6wpxmc99nw8rtkwcws04nvas
vout: 1 is bc1qam5vz2csj0h50qzsnqy3zmunrv0ud6j6m9szd7
If there's a third output, it's vout: 2; for the fourth vout: 3... and so forth.
1. Yes Elecrrum shows transaction history. But it slightly differs from the one in Core.
May be one these reasons:
one is: since Bitcoin Core where the keys are exported is offline, the displayed history isn't correct and what you see in Electrum is the updated/correct balance.
another is: you might have missed some private keys.
For some "txid" it works fine and shows info.
What does it mean and how should I handle the situation with those non-found "txid" ?
Nothing, as I noted in the instructions (
again) it's "
non-existing, dropped, replaced, etc".
For those that show info, check if the output that is yours is still unspent.