The 'blocked' command doesn't have RPC support in the daemon yet. When the daemon is running, store is nil, causing a panic. This fix detects when daemon is running but store is nil, and opens a direct database connection as a fallback. This allows the command to work even when the daemon is active, until proper RPC support is added.