As I understand, we can generate a TXID by hashing transaction data through SHA256 twice, and as you know probably, A bitcoin transaction is just a bunch of data that describes the movement of bitcoins.
after that, to search a TXID in the blockchain, we should search for it in reverse byte order.
I tried this instruction to generate a TXID for some sample tx messages, but i didn't find it in blockchain explorers.