Memory Pool Memory Pool Refreshing

33,290 transactions
24.10 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,229 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,802 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,228 (370,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,977 471,977 00000000000000000125a4176a01b2f23df08793834e4c2ca2c93464428e526d 1.00 MB 1,979 359
471,976 471,976 0000000000000000004a28dc48c6f3d0f6fb291ca2cd5bb907ebefef89d4bcb1 1.00 MB 2,374 234
471,975 471,975 0000000000000000010cb1055e493113143975f3ca3d09cb9367a3b7b19cef5a 0.99 MB 2,235 255
471,974 471,974 000000000000000000654ab49a9a75e54139c9827d3c31456f2c1274928b5555 1.00 MB 1,997 347
471,973 471,973 00000000000000000184fa13ee267cacbc4be2e9ab24f008178f336a27d93f80 0.99 MB 2,287 382
471,972 471,972 0000000000000000010b5976744d0456c4a505df10b1be97476425b5ce609082 1.00 MB 2,533 300
471,971 471,971 00000000000000000084733ff83500d49d875649723a81b27c935e9b387ec9ee 1.00 MB 2,080 332
471,970 471,970 0000000000000000008c9b91a8cd6dd90e6eb624141943e6a746af2abdeab839 1.00 MB 1,955 311
471,969 471,969 0000000000000000010628745666b06e1630107720e3630f413f5c85d0aa3137 1.00 MB 2,233 351
471,968 471,968 000000000000000001721a21d56bb6e5550d0aa81c0ee16339c6c15ef9d6548a 1.00 MB 2,160 391
471,967 471,967 00000000000000000181f7d21dfb692501c1f9b3923a68abae2cc65470403733 1.00 MB 2,272 348
471,966 471,966 000000000000000000445d3cfa18066de845df6ff2ec13ffbeb45c9aa0f92ba3 1.00 MB 2,171 352
471,965 471,965 00000000000000000029915eb343d79882958f7dd9582098b0d442374023aeb5 1.00 MB 2,219 365
471,964 471,964 00000000000000000047302a1dce362236bd444876fd5fafb5d8ff118469f266 0.99 MB 2,202 404
471,963 471,963 000000000000000000017cdc3af23836c057d43cea6de787759422c2afa282b6 1.00 MB 2,038 341
471,962 471,962 000000000000000000b66bda66a9eacb4ee9a44ad40dd2bf0d6a7c39a18c9495 1.00 MB 1,651 423
471,961 471,961 000000000000000000be41fbfe648578cd787e1bf36224c0d9d3e7e40f8a7c7c 0.52 MB 373 107
471,960 471,960 0000000000000000017334ec88ab5b5cdcda2cd6d8c5ceb6d017d47277cd0da6 0.80 MB 1,556 260
471,959 471,959 0000000000000000004f215699a4e08df538efeb3b08e0c6bd3daef0de85ac41 1.00 MB 367 47
471,958 471,958 000000000000000000c26f69faec1d2a64462aa925fb5d62bca1471dbcaa5591 1.00 MB 1,463 188
471,957 471,957 000000000000000000cf649f582ffa41ebed2f33e67c00cea5b4455aa239e762 1.00 MB 1,897 122
Previous 10 blocks ↓
Total Size: 647.15 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,459.51 GB sent, 43.54 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.