Which URL to enter into browser to show all posts in archive.php?

archive.php is very broad template, possibly used for many kinds of archives.

If you mean common reverse chronological view the link to that would be return of get_post_type_archive_link() for the specific post type.

Note that the native post post type is special case. For it archive is typically either site root or posts page, depending on site’s configuration. Those never use archive.php, according to template hierarchy.