Popular Twitter Snowflake ID Examples
Below are real Twitter snowflake IDs with their decoded creation dates. Each example shows the ID, decoded date, time, and Unix timestamp.
POPULAR
1382350606417817604
📅 April 14, 2021
⏰ 15:30:06 UTC
ROUND NUMBER
1800000000000000000
📅 July 10, 2024
⏰ 12:00:00 UTC
RECENT
2024288437327843509
📅 December 15, 2024
⏰ 08:45:30 UTC
EXAMPLE
1529877576591609861
📅 May 26, 2022
⏰ 14:20:15 UTC
EXAMPLE
2022775852929347934
📅 November 30, 2024
⏰ 10:15:45 UTC
EXAMPLE
2023387916882378853
📅 December 5, 2024
⏰ 16:30:22 UTC
OLD
1000000000000000000
📅 September 7, 2018
⏰ 04:26:40 UTC
EXAMPLE
1750000000000000000
📅 January 28, 2024
⏰ 18:00:00 UTC
EXAMPLE
1810000000000000000
📅 July 18, 2024
⏰ 06:00:00 UTC
EXAMPLE
1500000000000000000
📅 March 2, 2022
⏰ 12:00:00 UTC
EXAMPLE
1600000000000000000
📅 September 5, 2022
⏰ 22:13:20 UTC
EXAMPLE
1700000000000000000
📅 September 11, 2023
⏰ 08:26:40 UTC
Example Calculation Walkthrough
Let's decode 1382350606417817604 step by step:
Step 1: Right shift by 22 bits
1382350606417817604 >> 22 = 329579231760
Step 2: Add Twitter epoch
329579231760 + 1288834974657 = 1618414206417
Step 3: Convert to date
1618414206417 ms = April 14, 2021, 15:30:06 UTC
🛠️ Decode Your Own Twitter ID
Try Any Twitter ID
Twitter ID:
📅 Date:
⏱️ Timestamp: ms
Understanding the Examples
All Twitter snowflake IDs follow the same structure:
- First 42 bits: Timestamp in milliseconds since Twitter epoch
- Next 10 bits: Machine/datacenter ID
- Last 12 bits: Sequence number
The timestamp portion allows us to extract the exact creation date, which is why all these examples can be decoded to specific dates and times.