What Is ADS-B?

ADS-B is the transponder protocol that turns every airliner, fighter, and helicopter on the planet into a free, real-time data source. Here is exactly how it works and why every live flight tracker on the web — ours included — is built on top of it.

📡 Try the live ADS-B radar

The acronym in one sentence

Automatic Dependent Surveillance — Broadcast. Each word matters:

What gets broadcast

Once per second, each ADS-B-equipped aircraft transmits a short digital message on 1090 MHz (or 978 MHz in the United States for general aviation) containing:

How the data reaches your browser

  1. The aircraft transmits. The transponder broadcasts on 1090 MHz roughly once per second.
  2. Volunteer ground stations receive. Hobbyists, aviation enthusiasts, and ATC contributors worldwide run software-defined radios (SDRs) with a small antenna to decode the broadcasts.
  3. The decoded data feeds an aggregator. The receivers stream their decoded messages to free public aggregators like ADSB.lol and adsb.fi, which deduplicate and combine the streams from thousands of receivers into a single global picture.
  4. The aggregator serves an API. The aggregators expose free public APIs that any web application can query for "all aircraft within X nautical miles of these coordinates".
  5. Your browser queries the API. When you open our live radar, it pulls the local picture from the aggregator every 10 seconds and renders the markers on a map.
Why is this free? The receiver hardware is cheap (a $20 SDR dongle plus a wire antenna). The aggregators are non-profit and run on donations and ads. The bandwidth at each step is tiny — a typical aircraft message is a few hundred bits. No commercial entity needs to fund the network.

Why ADS-B is mandatory

ADS-B Out (the transmit side) is now mandatory in most controlled airspace worldwide:

The mandate exists because ADS-B is the foundation for "Next Generation" air-traffic control. It is more accurate than radar (10 m vs 100 m), updates faster (1 second vs 4-12 seconds), and works in regions where ground radar would be uneconomical (oceans, polar routes, mountain valleys).

What does NOT broadcast ADS-B

You will not see everything on the radar:

Privacy and ADS-B

Every aircraft you see on the radar is broadcasting its position by international regulation, in clear, every second. There is no opt-out for civil aircraft above the mandates' thresholds. The FAA does run a Limiting Aircraft Data Displayed (LADD) programme that asks aggregators to suppress specific tail numbers; participation is voluntary and only blocks the human-readable callsign, not the raw ICAO address.

Want to receive ADS-B yourself? A USB SDR dongle (RTL-SDR or similar, ~$25), a magnetic antenna mounted high, and software like readsb or PiAware on a Raspberry Pi will get you decoding aircraft within a few hours. Feeding your data into the free public aggregators is encouraged — they thrive on volunteer coverage.