There is a blank.htm file in CRMWeb/_static, which can be used to display blank page for iframe. But CRM keeps adding http:// in URL field of iframe 🙁 To simply set it, open iframe properties, press F12 and enter this into console:
document.getElementById('Url').value = '/_static/blank.htm'
Then OK, Save, Publish 🙂