I am thinking about creating a website with netlify

Would I be able to look at who exactly is Visting my website and what there IP address and location is??

@Jake4 Not as a built in feature of Netlify, but you could create it yourself based on your requirements.

The client’s IP address is available in an edge function context object, see:
https://docs.netlify.com/edge-functions/api/#ip

There are also various 3rd party geolocation services you can leverage.

So is the edge function include in the netlify website creation? Is anything encrypted when it comes to what I can see as a website owner?

@Jake4 I’m genuinely not sure what you’re trying to ask me.

What do you mean by “Netlify website creation”?
Netlify has a suite of features/tools, but is largely a hosting provider, what feature are you referring to?

What do you mean by “encrypted”? Do you mean “restricted”? As in “things you can’t access”?
It’s less about “things you can’t access” and more that they don’t provide them, you need to create them.