Render custom blocks
$bid = 'myblock';
$block = \Drupal\block_content\Entity\BlockContent::load($bid);
$render = \Drupal::entityTypeManager()->getViewBuilder('block_content')->view($block);
Render plugin blocks
$block_manager = \Drupal::service('plugin.manager.block');