As you may notice, if you simply use
trace_id or tx_hash fields while generating the links to a tonviewer (block explorer) it will not work because the hash may contain special characters.And even if you html-encode it this will not work in some cases as well.
So let me show you the most reliable way to generate a clickable link to any transaction.
Simply use this magic ⬇️
'https://tonviewer.com/transaction/' || to_hex(from_base64(trace_id))
