Object Tracer

ObjectTracer — Frequently Asked Questions

Getting started

Is ObjectTracer free?

Completely, with no ads. It runs on free infrastructure and donations, and it always works without an account.

Do I need to sign in?

No. Every feature works signed out. An account only saves your tracked flights and pinned launches so they follow you across devices.

Does it work on my phone?

Yes. The full 3D globe runs in any modern mobile browser. You can also add it to your home screen as an app from the install prompt.

Do you track me?

No analytics on you beyond what is needed to run the site, no ads, no selling data. We track objects in the sky, not people.

Flight & ship data

Where does the flight data come from?

Live aircraft positions come from open ADS-B receivers worldwide via adsb.lol. Aircraft broadcast their own GPS position roughly twice a second; the receivers pick it up and we plot it. Route and airline details come from the adsbdb flight database.

How accurate is it, and how fresh?

Positions refresh every few seconds and are accurate to a few hundred meters, the same source airlines and controllers use. Between updates the globe smoothly interpolates motion so aircraft glide instead of jumping.

Can I follow one specific flight?

Yes. Click any aircraft, or search by callsign, registration, or ICAO24 hex code. The camera can lock on and follow it, and you can save it to your profile.

Why does a flight show no route?

We only draw a route when we have a verified flight plan. We never guess a destination. If the plan is not available, you still get live position, altitude, speed and heading.

Are ships really on the same map?

Yes. Maritime vessels reporting over AIS appear on the globe alongside the aircraft above them, so you can watch a port and its approach traffic together.

Space & the sky

What is the ISS live stream?

When the International Space Station is in view you can open its live 4K video feed, sourced from NASA public streams, along with the current crew on board and its live orbital position.

How are satellite positions calculated?

From published two-line element sets and standard orbital propagation, the same math used for satellite prediction everywhere. That is why a satellite keeps moving accurately even between data refreshes.

Can I get notified before a rocket launch?

Yes. Open any upcoming launch and turn on a reminder. Your browser will notify you shortly before liftoff, and the launch pad is marked on the globe.

How far out does it go?

Keep zooming out. The view scales from street level through the Moon and the full solar system, out to a catalog of hundreds of thousands of real galaxies.

Under the hood

Is the globe a map image?

No. It is genuine 3D geometry rendered in your browser with Three.js and WebGL, which is what lets it tilt, orbit and scale continuously instead of snapping between fixed zoom levels.

How does it stay fast with so many objects?

The server streams only the objects in your current view over one WebSocket connection, and the globe draws thousands of them in a handful of GPU calls. We write about exactly how on the Engineering Blog.

Can I read about how it is built?

Yes. The Engineering Blog covers one problem a week in depth, from rendering tens of thousands of aircraft at 60 frames per second to serving the whole sky on a free backend.

Open the live 3D globe → · Engineering Blog · ISS tracker