Could an internal exchange transfer be absent from the public blockchain?¶
Yes. A transfer between customers of the same cryptocurrency exchange may be recorded only within the exchange’s internal ledger.
Avoid the dangerous assumption¶
The dangerous assumption is that every cryptocurrency transfer must appear as a separate public blockchain transaction.
A custodial exchange controls the private keys and may hold customer assets in pooled wallets.
When one customer sends value to another customer on the same platform, the exchange can update its internal records without moving assets on-chain.
The customer may see a completed transfer even though no transaction hash exists.
Relevant records may include sender and recipient account IDs, internal transaction reference, asset, amount, fee, timestamps, status, devices, sessions and authentication events.
The exchange may later move pooled assets for operational reasons, but that blockchain movement may not correspond directly to the individual customer transfer.
Preserve the platform name, both account identifiers, internal reference, asset, amount, timestamp and any linked message or payment request.
Ask the exchange whether the activity was an internal transfer, trade, account adjustment or on-chain withdrawal.
Do not conclude that a claimed transfer did not occur merely because it is absent from a blockchain explorer.
Equally, an internal account entry does not identify the person who operated either account.
Compare the provider record with logins, devices, communications and any later withdrawal.
When reporting, distinguish internal ledger movement from public blockchain movement and personal attribution.
Operational takeaway¶
Obtain exchange internal-ledger records before deciding that a cryptocurrency transfer did not occur simply because no separate blockchain transaction can be found.