GUIDE
Transaction Verification Guide
Learn how to verify transactions and smart contracts on Binance Smart Chain
How to Verify Transactions
Step 1: Get Transaction Hash
After completing a transaction, you'll receive a transaction hash (TX hash) that looks like:
0xa1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456
Step 2: Verify on BscScan
- Go to bscscan.com
- Paste your transaction hash in the search box
- Press Enter or click Search
- Review the transaction details
What to Check
- Status: Should show "Success" in green
- From/To Addresses: Verify sender and recipient
- Value: Confirm the amount transferred
- Gas Fee: Check transaction cost
- Block Number: Shows blockchain confirmation
How to Verify Smart Contracts
Step 1: Get Contract Address
Smart contract addresses look like:
0x1234567890abcdef1234567890abcdef12345678
Step 2: Check Contract on BscScan
- Visit bscscan.com
- Enter the contract address in search
- Click on "Contract" tab
- Look for green checkmark next to "Contract Source Code Verified"