Back to Tools
â„ī¸

Discord Snowflake Decoder

Convert Discord IDs (snowflakes) into timestamps and component data

⚡ Instant
Decode in milliseconds
🔒 Private
All processing is local
✨ Free
No limits or sign-up

💡 Works with user IDs, server IDs, channel IDs, message IDs, and more

â„šī¸

About Discord Snowflakes

Discord uses Twitter's snowflake format for unique IDs. Each snowflake is a 64-bit integer that contains:

🕐Timestamp

Milliseconds since Discord's epoch (January 1, 2015)

🔧Worker ID

Internal worker identifier (5 bits)

âš™ī¸Process ID

Internal process identifier (5 bits)

📊Increment

Counter for IDs in the same millisecond (12 bits)