Knowing blog name using blog id

You are looking for get_blog_details function.

$blog_details = get_blog_details( $blog_id );

Here is the official documentation.