Discord Snowflake decoder
Every Discord user, message, channel, server and webhook ID is a Snowflake - a 64-bit number with the creation time baked in. Paste one to see when it was generated.
discord id
decoded
- created at
- -
- unix millis
- -
- relative
- -
- worker id
- -
- process id
- -
- increment
- -
format
Discord layout (64 bits):
42 bits - milliseconds since 2015-01-01 00:00:00 UTC.
5 bits - internal worker ID.
5 bits - internal process ID.
12 bits - per-process increment.
In Discord, ids you paste into chat - user, message, server, channel - are all Snowflakes.
-
Epoch: 1420070400000 (2015-01-01 UTC)