How to See Your Oldest Followers on Instagram

Instagram doesn't show when someone first followed you in the app — but your data export records the exact timestamp of every follow. Here's how to find your earliest followers.

6 min read

Instagram doesn't tell you when someone first followed you. Open the followers list in the app and you'll see names and profile pictures in an algorithmic order, with no dates attached. But those dates do exist — Instagram records the timestamp of every follow in your data export, and with the right tool you can see exactly when each person arrived on your list.

If you've ever wanted to find your earliest followers, trace the timeline of when your audience grew, or simply understand how your follower list has changed over the years, your Instagram data archive is where that information lives.

What Instagram Shows vs What It Actually Records

Inside the Instagram app, your followers list offers very limited information: a profile picture, a username, and an optional display name. There's no timestamp, no follow date, no way to sort by when someone arrived. The list order shifts based on Instagram's internal signals about which accounts you interact with most.

This isn't because the data doesn't exist — it's because Instagram's app simply doesn't surface it to users. Behind the scenes, every follow has a precise timestamp attached to it.

That timestamp is accessible through your Instagram data export, which contains a structured record of your account activity including your complete followers and following lists, each with the date and time of the original follow.

Where Follow Timestamps Live in the Export

When you request your Instagram data download and open the archive, you'll find a folder called connections/followers_and_following/. Inside:

  • followers_1.json — every account following you, with timestamps
  • following.json — every account you follow, with timestamps

Each entry in followers_1.json looks something like this:

{
  "href": "...",
  "value": "username",
  "timestamp": 1704067200
}

The timestamp field is a Unix timestamp — the number of seconds elapsed since January 1, 1970 UTC. To convert it to a human-readable date, you divide by 1000 and use a date conversion tool, or pass it through something like new Date(1704067200 * 1000) in a browser console.

Entries in the file appear in the order they were added, oldest first. Your very first follower is at the top of the list; your most recent is at the bottom. The Instagram data export step-by-step guide explains how to request your archive and navigate the files if you haven't done this before.

What hooleft.me Shows You

Reading through raw JSON to find follower timestamps works, but converting Unix integers to dates and scrolling through potentially thousands of entries is more effort than most people want to put in. hooleft.me processes your data export and displays your follower list with readable timestamps — no conversion needed.

When you upload your Instagram data export ZIP to hooleft.me, it parses your followers file and shows you each follower with a human-readable date alongside their username. You can see at a glance who your oldest followers are and when more recent followers arrived.

hooleft.me works entirely from the export file you provide. It doesn't connect to Instagram or require your password — it reads the archive you downloaded and presents it in a cleaner format. For anyone who wants to understand their follower history without spending time in JSON files, hooleft.me is the faster path.

MethodShows follow timestampReadable date formatWhat you need
Instagram app (followers list)No — timestamps not shownN/ANothing — but limited data
DIY data export (JSON)Yes — as Unix integerNo — requires manual conversionExport archive + date converter
hooleft.meYes — as readable dateYes — no conversion neededSame export, processed in seconds

How to Request Your Data Export

If you haven't downloaded your Instagram archive before, the process takes a few minutes to set up and then some time to wait:

  1. Open Instagram on the web or in the app and go to your account settings
  2. Find the "Your activity" or "Download your information" section
  3. Select JSON format (not HTML — hooleft.me and most tools need JSON)
  4. Choose the data range you want, or select all time for the full history
  5. Submit the request and wait for Instagram to send you a download link by email

The wait varies from a few minutes to 48 hours depending on Instagram's queue. Most exports arrive within a few hours. Once you have the ZIP file, you can open it directly to read the JSON, or upload it to hooleft.me to see your follower timeline in a readable view.

Why Knowing Your Oldest Followers Matters

Most people who look up their oldest followers are simply curious — it's interesting to see who was there from the beginning and whether those early followers are still around. But there are more practical uses:

  • Audience timeline: Seeing when follower growth accelerated can help you connect spikes to specific posts, events, or content changes
  • Loyalty markers: Long-standing followers are often your most engaged audience; knowing who they are can inform how you think about your community
  • Audit and cleanup: If someone has been following you for years and you've never seen them engage, they may be a ghost follower worth noting
  • Account history: If your account was compromised at some point, comparing pre- and post-incident timestamps helps identify what changed

For a more complete picture of how your follower list has changed over time — including who has left — the Instagram follower history guide covers snapshot-based tracking in detail. And if you want to see the specific date someone followed you as it appears in the export, the how to see when someone followed you on Instagram post walks through the same timestamp data from a slightly different angle.

Seeing Your Follower Timeline

If you'd like to see your oldest followers without reading through a JSON file, upload your Instagram data export to hooleft.me and your follower list will be displayed with dates alongside each name. hooleft.me shows the full list — oldest first — so you can scroll from your very first follower to your most recent, all in one readable view.

The data was always there in your archive. hooleft.me just makes it easy to see.

FAQ

Can you see when someone first followed you on Instagram?

Not in the app directly, but your Instagram data export records the exact date and time of every follow. You can access this through your archive or by uploading it to hooleft.me.

Does Instagram record follow timestamps?

Yes. Every entry in your followers list inside the data export includes a Unix timestamp showing when that person followed you.

What format are follow timestamps in the Instagram export?

They appear as Unix timestamps — a large integer representing seconds since January 1, 1970. You need to convert these to a readable date, or use a tool like hooleft.me that does it automatically.

Can I sort my followers by date in the Instagram app?

No. The Instagram app doesn't display follow timestamps or allow you to sort your followers list by date.

Why would I want to know who my oldest followers are?

Knowing your earliest followers can be useful for understanding when your audience began growing, recognizing longtime supporters, and auditing how your follower list has changed over time.

See who isn't following you back.

No password. No DM scrape. Just your own data.

Try hooleft.me

Related