MUSICBRAINZ / LIVE INDEX

pick one song, out of all of them.

No popularity weighting, no recommendation model, no genre filter. Every pull lands on a real, uniformly random position in a slice of MusicBrainz's open recording index. Might be a symphony. Might be a 2011 SoundCloud demo with four listens.

estimated catalog position
— — — — — —
press pull

what is this, actually

MusicBrainz indexes recording titles alphabetically-ish under the hood. Each pull picks a random three-character title prefix, asks the index how many recordings match it, then asks for exactly one result at a random offset inside that match set. Three characters keeps each match set small (usually hundreds to a few thousand recordings) so the pull stays fast; a single-letter prefix can match millions, and a random offset that deep makes the search slow enough to look broken.

The big number in the counter isn't that literal offset — it's an estimate of where the pulled prefix would fall in the full, alphabetically-sorted catalog (roughly 44 million recordings), scaled by the prefix's position in a-z0-9 order. "caa" lands near the front; "zz9" lands near the back. It's a real calculation from the real prefix that got queried, just not the actual database row number. The small print under the result card shows that real number too, if you want it.

It isn't a perfectly uniform sample of all ~40 million recordings — common prefixes ("the", "you") turn up disproportionately relative to their true share, and there's a 20,000-position ceiling on the real offset for those outlier prefixes, purely to keep queries fast. Nothing here is ranked, scored, or filtered by how well-known it is. Cover art, where shown, comes from the Cover Art Archive and is often just missing.