What template file is used for homepage pagination?

It’s the same template used for displaying the normal page (example, page.php) but you have a conditional tag is_paged
https://codex.wordpress.org/Function_Reference/is_paged
which can help you to achieve whatever you want for the other pages /2/, /3/, etc.