Snowflake ID Decoder
Decode Discord and Twitter snowflake IDs into timestamp, worker, and sequence.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste snowflake IDs
One per line — Discord user/message/guild IDs, tweet IDs, etc.
- 2
Pick the epoch
Discord, Twitter, or Unix depending on the source.
- 3
Read the breakdown
Timestamp, worker, process, sequence, and the raw binary.
Frequently Asked Questions
- A 64-bit identifier scheme invented at Twitter: 42 bits of timestamp, 5 bits each of worker and process ID, and a 12-bit sequence — sortable by time and generated without coordination. Discord uses the same layout.
Related Tools
Password Strength CheckerCheck password strength and crack time estimateAES EncryptionEncrypt and decrypt text with AES-256 in your browserTOTP / 2FA GeneratorGenerate TOTP codes from a secret key (Google Authenticator compatible)SHA-256 GeneratorGenerate SHA-256 hashes from any textMD5 GeneratorGenerate MD5 hashes for checksums and fingerprintingSalt GeneratorGenerate cryptographic salt values for password hashingJWT BuilderBuild and sign JWT tokens with a custom payload and secretXOR CipherEncrypt or decrypt text with a XOR key