Make sure you exit visual block with ESC, not Ctrl C.
Also, Vim does not live update in visual block mode, you have to leave visual block mode to show the changes on other lines.
You will only see:
#Here
is
text
After you enter visual block and insert a #
, but once you leave visual block mode pressing ESC it should look like:
#Here
#is
#text