one the overview page of my wallet it says
125195.083756 hyp
num transcations 46
and it shows 5 recent staking transactions
on the transactions page it shows in the upper right, 90928.872449
why are they different?
on the send->coin control page it shows 38441.818523
when i hover over some of the staked transactions on the main page and see the 'original UTXO' size,
i cannot find those blocks in the 'coin control' page. where are they?
it seems like all these totals should agree.
I won't scan the code now (presstab please correct me if I'm wrong), but, as far as I can see, the Overview tab shows your real balance, while the Transactions tab shows the number which corresponds to the result of the combination of this sorting parameters if you select 'All/All' in the upper left: (All transactions/Received with + All transactions/Minted (including orphans)) - All transactions/Sent to.
Coin control will show your entire balance if you select all of your blocks by pressing 'Clear selection' button.
When your block stakes, it absorbs minted coins and either splits into two equal parts ((original block size + stake) / 2) or just merges with the stake (depending on the stake split threshold setup parameter). There are few entries in the wiki regarding block splitting mechanics. Please read
here and
here.
To see the detailed description of the original block in the blockchain explorer you should right click on the stake transaction, select 'Show transaction in the block browser' (you can also click 'Copy Tx ID' item instead), copy the selected transaction ID and paste it into the block explorer
transaction search form. In the 'Input 0' field you'll find the transaction ID (Input Source) which will lead you to the original block (output/one of the outputs).