# UUID Inspector

> Identify a UUID version and variant, and extract the timestamp from v1, v6 and v7.

A UUID inspector reads the version and variant bits to identify which of the eight UUID versions an identifier uses, validates the 8-4-4-4-12 format, and extracts the embedded creation timestamp from versions 1, 6 and 7 — the only versions that carry one.

**URL:** https://convertto.tech/t/uuid-inspector
**Category:** Developer Tools (https://convertto.tech/c/developer-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your uuids.
2. The result appears immediately — copy or download it.

## FAQ

### Why is UUIDv7 better for database keys?

Its first 48 bits are a Unix millisecond timestamp, so new values sort after old ones. That keeps B-tree inserts at the right-hand edge of the index instead of scattering them, which on large tables is a substantial performance difference.

## Related tools

- [Semantic Version Checker](https://convertto.tech/t/semver-checker): Test versions against a range, sort by precedence, or compare two releases.
- [UUID v4 Generator](https://convertto.tech/t/uuid-v4-generator): Generate random RFC 4122 version 4 UUIDs in bulk.
- [Format Validator](https://convertto.tech/t/validator-suite): Validate emails, UUIDs, IP addresses, credit card numbers, IBANs and semver strings.
- [Barcode Reader](https://convertto.tech/t/barcode-to-text): Read a code from a photo, a screenshot or your camera, entirely in your browser.
- [Base64 to File Converter](https://convertto.tech/t/base64-to-file): Decode Base64, a data URI or hex back into a downloadable file, with the type detected automatically.
- [Base64 to PDF Converter](https://convertto.tech/t/base64-to-pdf): Decode a Base64 string into a real, downloadable PDF file.
- [What Browser Am I Using?](https://convertto.tech/t/browser-info): See your browser, engine, version, platform and which web features it supports.
- [QR Code Reader](https://convertto.tech/t/qr-code-reader): Decode a QR code from an image or your camera, and check the link before you open it.
