How can I get the blog page ID?

You can get the blog page id using this:

get_option('page_for_posts');

tech