If all your blocks disappear from the site the moment you add a hook_block implementation to your module, check whether you have a theme with the same name as your module.
Cause: The theme system uses your hook_block implementation as if it were a theme_block implementation.
Either rename your module or the theme.