Memory Pool Memory Pool Refreshing

23,161 transactions
29.56 vMB
Show Random Selection Loading Transactions
Max Size: 127/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,847 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,524 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,846 (228,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,034 613,034 0000000000000000000cf471a8ff91406192d81893d365f8c90abc5bab8f85b8 1.28 MB 2,690 24
613,033 613,033 00000000000000000000f1d0c2081dd6dbc8c31089e16ee9808c4e4204deb444 1.46 MB 3,082 30
613,032 613,032 00000000000000000006b39d8f412b98b0b132a936c7837caf09a1b135c1be11 1.27 MB 2,878 42
613,031 613,031 00000000000000000006ce64d413883a1b4803a313886742f8eeda2eca77f4c9 1.39 MB 3,229 36
613,030 613,030 0000000000000000000cbd8a0376633912a2bb05201780a22582ed7e92181e2f 0.74 MB 1,261 17
613,029 613,029 0000000000000000000f86fb9b67648fc1caac946f2fb5acbd9ecf37a86562ae 1.13 MB 2,713 19
613,028 613,028 00000000000000000000334aa64e477f7010403d4fae0c553e8f5a64f1fae95c 0.31 MB 497 16
613,027 613,027 0000000000000000000aa8d05c2030675b4f160e3a72c1cb1b73b88653fff505 0.15 MB 396 17
613,026 613,026 000000000000000000071f4019a8e9d39543e85aa5ceffd4fad7a0fe1bccae52 0.09 MB 265 17
613,025 613,025 00000000000000000003f9e4531803d974ff646e69571f06c10f712e2f23af7c 0.26 MB 708 15
613,024 613,024 0000000000000000000577a8fbcdad26db322388f594a48dd7467e8c3d7c27e0 0.29 MB 723 22
613,023 613,023 00000000000000000006a7bb71f9c2bb3472f064bee8746a967d9c7d0c1c6142 0.73 MB 1,771 14
613,022 613,022 0000000000000000000e13efecac5e8f846d090c6051a4f50b30652221a2b766 1.25 MB 2,861 19
613,021 613,021 0000000000000000000ccee6a576adfe06a1713d49ee8659d0f1f12c132ae8de 0.27 MB 720 6
613,020 613,020 0000000000000000000517f22c415379a2bcc4d503e0c691ea5ae5eb985f7c5f 1.27 MB 847 12
613,019 613,019 0000000000000000000cbe4d071c31a2a1e83423318ed43cb1dac4f63206f275 1.27 MB 2,917 14
613,018 613,018 000000000000000000114aaaa921ca1fb1092ec6a9aae1c8c0060284f1fcaa34 1.26 MB 2,490 9
613,017 613,017 0000000000000000000b50f69ba6145260777016d0dd18200a982126e1e85415 1.37 MB 3,164 31
613,016 613,016 0000000000000000000ea8e80113029312e8124b39819be888af488baee57de1 1.33 MB 2,945 15
613,015 613,015 000000000000000000052d4b5680843fa6052d9bced84cf5bcc9b96eea8c828b 1.29 MB 1,950 7
613,014 613,014 00000000000000000003dc8680487407789777fa2c60ffb88047a4c63fa74dee 1.14 MB 2,711 11
Previous 10 blocks ↓
Total Size: 646.47 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,356.44 GB sent, 37.94 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.