Memory Pool Memory Pool Refreshing

31,342 transactions
44.25 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,447 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,440 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,446 (411,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,464 430,464 00000000000000000216396e5d61538e7d562a10d2f2763cf7aca54b305384f2 1.00 MB 1,669 42
430,463 430,463 0000000000000000042b3c4b5e62d3aac8f28d7055e6cd9e7b1d898caf90d023 1.00 MB 2,785 79
430,462 430,462 000000000000000004cfe274a238c72cf97123c295db8be1f087af10267b2a41 1.00 MB 2,465 61
430,461 430,461 000000000000000004c29d9a5a46a72e661c74932aa18d93f911da3f3695a667 0.74 MB 509 18
430,460 430,460 0000000000000000009db44cfb6c1f652d8ee2014d957741582c5b955069ffc3 0.10 MB 208 63
430,459 430,459 0000000000000000048a1c8ab58a73e16f504c8c711186cbbad1537bb1e598d3 0.11 MB 214 66
430,458 430,458 00000000000000000196d7a45b0698c6f308a46544f3d15d0292f91058f8a989 0.97 MB 1,739 51
430,457 430,457 00000000000000000395a357ada64bcee8ed5d2ae1dd4625bc4dd4f07e061428 1.00 MB 931 26
430,456 430,456 0000000000000000017c8c99855025ac73011401a577c51d7b3c0e75d2cee026 0.43 MB 572 34
430,455 430,455 000000000000000003c718f114a108fa91d8db8bdb4c8fd277a907187c8b95a4 0.86 MB 1,106 34
430,454 430,454 000000000000000000f24b50a163e6a5d8a45dd2a1cd65f21f59c49d4ca477e2 1.00 MB 2,231 64
430,453 430,453 00000000000000000070970e6cfa8224b021e8eeba5d0a9588fca0913f37bf00 1.00 MB 2,314 74
430,452 430,452 0000000000000000031495621dbe90dc9aaf6a1f1db833c35445700a87836268 0.23 MB 450 52
430,451 430,451 000000000000000002328172b5242c30b0ad057bc8efc72983b3700bec9a65e5 1.00 MB 978 23
430,450 430,450 0000000000000000031318d5d56e9cfbf55845c43570c3675287a43d868275b8 1.00 MB 2,723 66
430,449 430,449 0000000000000000017d93bb1d4f228be101dd6797bb771e396ed5f3cd83cb9d 0.18 MB 415 59
430,448 430,448 0000000000000000048660c446fe9bfaba399db952b25de2a151b060cd87bd72 0.66 MB 746 31
430,447 430,447 000000000000000000c1975645f0e7752b8eb1d62db18d5da1b055110d223de9 0.66 MB 1,764 60
430,446 430,446 000000000000000004355f5a3b4be04f0cc6f248097235fc646e6e365eb3f25c 0.02 MB 71 61
430,445 430,445 000000000000000001ec1d035fd85ced92db64d3f8e2b7b15d2a4c9c9ec1f290 0.37 MB 784 52
430,444 430,444 000000000000000000478feb2b4c76e6257d05aa5ad8feb33a95f65792da4e0d 0.72 MB 1,725 61
Previous 10 blocks ↓
Total Size: 647.57 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,509.97 GB sent, 46.48 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.