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)