Calculate Twitter Snowflake ID
SNOWFLAKE ID
📅 CREATION DATE
⏱️ UNIX TIMESTAMP
🕐 TIME AGO
Snowflake Components
Timestamp (bits 22-63):
Datacenter ID (bits 17-21):
Worker ID (bits 12-16):
Sequence (bits 0-11):
What is a Twitter Snowflake Calculator?
A Twitter snowflake calculator is a tool that decodes Twitter's unique 64-bit snowflake IDs and extracts all embedded information including timestamps, datacenter IDs, worker IDs, and sequence numbers.
Snowflake ID Structure
Twitter snowflake IDs are 64-bit integers with the following structure:
- Bits 0-11 (12 bits): Sequence number (0-4095)
- Bits 12-16 (5 bits): Worker ID (0-31)
- Bits 17-21 (5 bits): Datacenter ID (0-31)
- Bits 22-63 (42 bits): Timestamp in milliseconds since Twitter epoch
How to Use the Calculator
- Enter any Twitter ID (tweet ID, user ID, DM ID, etc.)
- Click "Calculate & Decode" to see all components
- View the binary representation and decoded values
- See the exact creation date and timestamp
Calculator Features
- ✅ Decode all snowflake components
- ✅ View binary representation
- ✅ Extract timestamp and date
- ✅ Show datacenter and worker IDs
- ✅ Display sequence number
- ✅ 100% accurate calculations