Memory Pool Memory Pool Refreshing

58,297 transactions
44.34 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,371 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,639 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,370 (299,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,747 542,747 00000000000000000024369a7fdb9ba29cf224c91c69d03e313ca9f4f3ec7602 0.64 MB 1,541 13
542,746 542,746 0000000000000000001634a408a458b4514d1ea4562fd43a7b955bc62918b5dc 0.63 MB 1,265 15
542,745 542,745 0000000000000000001f1490ea71005a0011c94eb1be257790e0ba8087135111 0.09 MB 159 8
542,744 542,744 000000000000000000218bc24778cbc1f2aad9a29849eb7355636625032656c2 0.28 MB 412 8
542,743 542,743 00000000000000000012303e5a3efd142aa99aadb0bab6db4ff348db814d2c13 0.73 MB 1,922 15
542,742 542,742 00000000000000000018cd64a42930fa8bf17a83668c2c5385c4db72a1022a49 0.17 MB 330 30
542,741 542,741 0000000000000000001cf2bac3d9bc175e7aaadd6f5e04ff242d18cfb2927ad3 0.02 MB 77 12
542,740 542,740 00000000000000000001ec27b6681c91263681fef06539c700b6fd7f7ae218c1 0.09 MB 206 8
542,739 542,739 000000000000000000099659948d02d3f534136879b7ce20f25789472db8331e 0.16 MB 373 12
542,738 542,738 00000000000000000020b04aa70ee99936c6f4e17d8935659cd22e16e8defc46 0.20 MB 474 7
542,737 542,737 0000000000000000000bb75f1c92e00731a9ce5f3f7d7dcded38380cc41993a6 1.15 MB 2,463 12
542,736 542,736 0000000000000000000cf4b779310eeca2cf2e3bf94847c3a724a1e061407199 0.23 MB 569 10
542,735 542,735 0000000000000000000fb15e50635d91af159905a04b9406e3214f9e9d2c6c6b 0.21 MB 534 11
542,734 542,734 00000000000000000016380c593e3414193ae7b4ef837dc05a0453cb80307356 0.69 MB 1,802 17
542,733 542,733 00000000000000000012a74a1c00397e4996986469c1d5404a84186ac158f191 0.21 MB 496 9
542,732 542,732 000000000000000000180557a34ec918a228bcd374fb5d9939a5e078765edc14 0.70 MB 1,332 15
542,731 542,731 00000000000000000004cea19639d91ab3b244703f18aa482ee6911816612b6c 0.38 MB 632 5
542,730 542,730 000000000000000000096de2b32c0eedbdd8f038c1bf9c4449364461cbd9d7ce 1.15 MB 3,177 4
542,729 542,729 0000000000000000000f886518879b48d7db430273a9d8d7b39b82917938ed01 1.24 MB 3,197 24
542,728 542,728 0000000000000000000f462731f00e4e600469893990c896dba86fa5fb0c1990 0.50 MB 1,236 13
542,727 542,727 00000000000000000005f3c0b802ac8b85488d4f88d7a60a20ee4ea3984c1394 0.89 MB 1,725 9
Previous 10 blocks ↓
Total Size: 647.41 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,485.66 GB sent, 45.68 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.