I have received a very small transaction in a wallet which seems not to support coin control at all (GreenAddress / Blockstream Green). I don't want to use the resulting UTXO in any of my transactions. So I am searching for a method to "isolate" this UTXO.
The following idea came to my mind when reading
this Stackexchange post (which details how UTXOs are selected in Bitcoin Core for transactions):
Create a transaction equal or smaller* than the value of the mentioned UTXO, with a very low fee, so it would likely be stuck for a while before being confirmed, or not confirm at all. While this transaction being stuck, transfer the rest of the wallet balance to another wallet.
Would this work? Or are there alternative ways to isolate an UTXO without coin control?
I think the success of this method also should depend on GreenAddress working roughly similar to Bitcoin Core when selecting UTXOs, something I don't know.
*Unfortunately the wallet doesn't give me the option to select an exact tx fee, so matching the exact UTXO value could be difficult. I guess however, if I understand the Stackexchange post correctly, that a slightly smaller transaction would also result in this UTXO being selected, because it's by far the smallest unspent output in my wallet.