A hobbyist aviation tracking site — what it is, how it works, and a walkthrough of everything it can do.
A hobbyist project built around a simple idea: let anyone see what aircraft are flying near them, and build up a personal log of every flight that's passed overhead. The site pulls from public APIs and community-run virtual radar feeds to populate its database, so all you need is a location, an account, and an active subscription to start tracking.
The database stores aircraft registrations, callsigns, route data, and operator details gathered passively over time. The more flights pass through, the richer it gets. Anyone can browse the database for free, but registered accounts get extra layers of personalisation, and an active subscription unlocks live overhead tracking tied to your specific location. Personal sighting history is kept for the last 30 days, after which older entries age out automatically.
For developers, the same data is also accessible via API, so you can pull aircraft information directly into your own applications if you want to build something on top of it.
A set of background processes run continuously behind the scenes, each with a specific role — pulling data from public sources and writing it into the database in real time:
Our system uses two different data streams. Live flight positions and basic telemetry are sourced from flight tracking feeds with global coverage. However, the rich aircraft data (operator, specific type, and callsign route data) is populated by indexing feeds sourced from community-run virtual radar feeders.
Currently, these indexing feeders actively monitor:
The Database Advantage: Because our tracking and indexing are separate, an aircraft only needs to pass through one of these feeder regions once to have its rich data permanently stored in our database. If that aircraft later flies over your area — even if there is zero active indexing coverage near you — our global flight tracking feed will spot it, and the system will automatically pull its full historical profile from the database.
Most of the site is open to everyone — browsing aircraft, searching the database, and exploring the live map are all available without an account. Beyond that, there are two account tiers:
What an active subscriber sees — e.g. the Sightings dashboard or a tracked aircraft's route map
Here's a walkthrough of every page, what it shows, and which account tier you'll need to see the full picture.
The homepage is the live front door of the site — everything currently overhead, plus a snapshot of database-wide and personal activity.
A live, auto-updating list of aircraft currently within range of your set location. Guests see a prompt to log in; free accounts see a locked, blurred preview explaining that an active subscription is required; active subscribers see the full live table, complete with registration, route, type, altitude, speed, and how many times each aircraft or callsign has been seen before.
Local flight tracker, live view
A card gallery and a full list of the newest additions to the database, each linking through to the aircraft's own search result. Visible to everyone — no personalisation involved.
A rolling log of your own tracked flights from the last 30 days — callsign, registration, type, operator, and route, each linking back to a full record. Locked for guests and free accounts.
Global totals for airframes, callsigns, operators, airports, and runways, visible to everyone. Active subscribers also see a personal summary — sightings in the last 30 days, and how many aircraft are active right now.
A ranked list of the operators with the largest fleets currently indexed in the database, with a quick link through to the full Operators directory.
An interactive world map of Flight Information Regions (FIRs), showing each region's boundaries along with the airports inside it.
FIR map with airports and runways
Search by registration, serial number, aircraft type, operator, or callsign. As a guest, you have full read access to the database — every aircraft, route, and operator record is browsable without an account, including aircraft photos pulled from a third-party image API.
Free accounts see an extra Total Seen / Last Seen column in the results list for both aircraft and callsigns — though these stay at zero and won't update unless you have an active subscription actively tracking aircraft. Active subscribers get a deeper layer on top of every detail page: look up a registration and you'll also see Your Recent Callsigns & Routes for the last 30 days, plotted on a route map. Search a callsign and the same applies, with your overhead sighting log for that specific flight shown alongside the database entry.
Guest search view
Active subscriber view, with tracking history and route map
A sortable, searchable directory of every airline, military force, and private operator detected in the database, with fleet size and unique route/callsign counts visible to everyone.
Logged-in accounts (free or active) see two extra columns — Total Sightings and Last Active — based on their own tracking history. These are visible on every account, but will simply stay at zero and won't update unless you have an active subscription with a tracking location set, since that's what generates sightings in the first place.
Operators directory
An alphabetical breakdown of every country represented in the database, showing how many airlines are registered there and the total size of their combined aircraft fleet. It's a useful way to get a sense of which nations have the heaviest footprint in the tracked data.
Logged-in accounts see an additional My Sightings column alongside each country. It's visible on every account, but the figures only move once you have an active subscription generating sightings.
Countries list
A browsable, searchable catalogue of every aircraft manufacturer, ICAO type code, and model in the database, grouped alphabetically by manufacturer. This page isn't tied to any individual account — the data is the same for everyone, giving a broad picture of what's been recorded across all tracked airspace.
Aircraft type index, grouped by manufacturer
A dedicated page for active subscribers that lists every aircraft currently being tracked within your set location, with full detail on each one rather than the condensed homepage view. Registration, callsign, aircraft type, operator, altitude, speed, heading, and route are all visible at a glance, alongside aircraft photos.
Toggle Kiosk Mode and the page switches to a full-screen, dark map view focused on a single aircraft at a time — whichever is currently closest to your location — automatically cycling to the next as it passes, complete with an animated altitude-coloured route projection. Built to run untouched on a screen or TV, it works like a live overhead feed showing one flight at a time, in full detail.
If you're logged in but don't yet have an active subscription, this page shows an upgrade prompt instead, linking through to Pricing.
Full list view
Kiosk mode
Your personal sightings dashboard — a complete record of every aircraft and callsign that has passed within range of your set location over the last 30 days, automatically logged without any manual input.
Logged-in accounts without an active subscription are shown a "Subscription Required" notice instead, linking through to Pricing.
Personal sightings dashboard
Your account hub — where your plan, profile, tracking location, and API access are all managed. Everything here is personal to your account and determines how the site behaves for you.
Profile & account settings
A straightforward web application built on standard, widely-used technologies, combining a handful of public data sources into one platform behind the scenes.