Skip to content

Qtum.info explorer down #1043

@krupnovdenis

Description

@krupnovdenis

Is there an existing issue for this?

  • I have searched the existing issues

Current behaviour

The official Qtum explorer https://qtum.info has been unreachable since 29‑May‑2025 (returns 500 or fails to load).
Could you please confirm if this is scheduled maintenance and provide an estimated time of restoration?
Thank you!

Expected behaviour

The public explorer https://qtum.info (and its API endpoints) should be reachable at all times.

When the site is up:

  • The Python library qtum can connect to the explorer’s API without timeouts.
  • Applications depending on qtum.info (wallets, monitoring scripts, Asgardia infrastructure, etc.) continue to operate normally.
  • No critical services relying on the explorer experience downtime.

Steps to reproduce

  1. Open a browser and navigate to https://qtum.info
    → The page fails to load (timeout / 500 error).

  2. From a terminal, run:
    curl -I https://qtum.info
    → No response or HTTP 500 returned.

  3. In Python:

    from qtum import Qtum
    q = Qtum()
    q.get_block('latest')   # or any API call

Relevant log output

No response

How did you obtain Bitcoin Core

Compiled from source

What version of Bitcoin Core are you using?

N/A – this issue is about the qtum.info explorer, not a local Bitcoin Core node.

Operating system and version

Tested on: - Windows 11 Pro 23H2 - Ubuntu 22.04 LTS Issue reproduces on both.

Machine specifications

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions