To be clear from the beginning on: It is a highly complicated task to automatically analyze audio recordings. Trying to differentiate between speech and noise is theoretically possible, but I doubt there is a one-click solution available on the Internet. This sounds more like research work.
Also, your recording will probably not have passages of complete silence. If it were so, one could split the file at the points where there is absolutely no sound - this involves some programming as well, I can't recall any program which does that.
Finding significant parts or parts with voice
You might want to use a (free, cross-platform) program like Audacity in order to see the Waveform of the MP3. Using the Waveform you can see where "most" of the action is.
For example, the brownish sections I marked are the ones that exceed a certain threshold. They are most likely the ones with the voice data you are trying to find.
The other (blue) parts might not contain any relevant information or speech as they aren't as loud as the others.
Also see the gaps in between - these will help you to identify parts where really nothing is going on. You could cut the file there and split it in order to get different "interviews" (or whatever you were recording).
Noise elimination
To eliminate noise, you can try to use the Equalizer effect and filter out certain frequencies. You will need to experiment with that, as not every recording device is the same and noise conditions change.
That being said you can try to boost frequencies between 500Hz and 1kHz (or even up to 4kHz), and cut frequencies below 500Hz and above 8kHz.
Audacity also has certain noise elimination filters to remove static, hiss, hum, or other constant background noises. Experiment with those.