Satellite Tracker is a free browser-based tool that allows you to track satellites in real-time using TLE (Two-Line Element) or OMM (Orbital Mean-Elements Message) data.
The application calculates satellite positions using the satellite.js library, providing accurate orbital mechanics calculations directly in your browser.
Whether you're a space enthusiast, amateur astronomer, or professional, Satellite Tracker provides the tools you need to track satellites without any server requirements.
All calculations happen directly in your browser - your data never leaves your device, ensuring complete privacy and security.
The application supports both legacy TLE format and the newer OMM format for enhanced tracking capabilities.
Technical Details
Satellite Tracker uses the SGP4/SDP4 orbital propagation algorithms through the satellite.js library. The application architecture follows a modular design pattern with separate modules for:
- Orbital element parsing and validation
- Satellite position calculation
- Coordinate transformation
- User interface handling
The frontend is built with vanilla JavaScript for optimal performance without external dependencies. The responsive design uses CSS3 Flexbox and Grid layouts for consistent experience across devices.
No cookies or tracking scripts are used. All processing is done locally in the browser.