This reference explains how to listen for local mobile networks using a cheap RTL-SDR

On the computer open a terminal(emulator) and run the following to install the gr-gsm packet:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gr-gsm
Plug the RTL-SDR into your computer, and place the antenna away from any large metal objects, preferably close to a window or outside.
Run the next command to scan for cell towers
sudo grgsm_scanner --band=GSM900 -v
This command takes a little while to complete (+-5 minutes)
Note that GSM-900 is used in most of the world, but in America GSM-850 and GSM-1900 is used. Because of the limitations of the cheap SDR the GSM-1900 band's frequency is too high to capture this way. For more information look at the Wikipedia page
If the scanner can find any cell towers it will list them like this:
ARFCN: 986, Freq: 926.2M, CID: 60688, LAC: 739, MCC: 204, MNC: 4, Pwr: -35
|---- Configuration: 1 CCCH, not combined
|---- Cell ARFCNs: 986, 990
|---- Neighbour Cells: 996, 999, 1010, 1011, 1020, 1023
| Abbreviation | Meaning |
|---|---|
| ARFCN | Absolute Radio Frequency Number |
| Freq | The radio frequency in Hz |
| CID | unique Cell ID, identifies a sector antenna on a cell tower (within LAC or GSM network) |
| LAC | Location Area Code spanning a group of base stations sharing a single controller |
| MCC | Mobile Country Code |
| MNC | Mobile Network Code, assigned to a telecom provider |
| Pwr | The received signal power, measured in dBmW |
| CCCH | Common Control Channel |
On the internet, take a look al https://www.free-hlr.com/. Here you can find various information about a mobile phone. It depends on your mobile provider which information is visible.
If you go to https://www.mcc-mnc.com/ and search for your country, a list will be shown with your countries MNCs. Look for the entry that matches one of your scan results (in the case of the example 04) to find out what network the tower is part of.
Now go to https://www.cellmapper.net/.
There are multiple possible reasons why you might not be able to find a cell tower right away: