Memory Pool Memory Pool Refreshing

31,135 transactions
48.86 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,078 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,544 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,077 (280,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
560,474 560,474 00000000000000000008e96f87262cb715583ac9d38e369701324ebcd0cdc69b 1.16 MB 2,646 24
560,473 560,473 00000000000000000009443766b4fcec66d68401f8a4f42f298864ee2096721c 1.28 MB 2,854 54
560,472 560,472 0000000000000000003048548cd1928b67931708d719038caaad281f92e39e78 1.25 MB 2,749 24
560,471 560,471 00000000000000000026adce856c1ea1fd2655dc07aa18cfdab11a1d08906c8b 1.30 MB 2,809 11
560,470 560,470 0000000000000000002d036b4d1d3f50458493351630476e5285c8b6ccefcf07 1.22 MB 2,650 43
560,469 560,469 00000000000000000020a4ce87336fc0736a9965ff66cf9f3df5f561ebef9bdb 0.65 MB 1,089 2
560,468 560,468 0000000000000000002a2ac2229355ad270d913191282c0a697321933ad51685 1.22 MB 2,112 5
560,467 560,467 00000000000000000006b98777f7352c60465dfc3b387ff896291b247b9b6242 1.10 MB 2,502 8
560,466 560,466 000000000000000000196d6d1d3f6fe9a9115a63d9b6714d9cef1a976bdb6b35 1.19 MB 2,734 10
560,465 560,465 0000000000000000001f2c05c8b2fc68b901442ea51698ce585db540d2e0c752 1.25 MB 3,031 34
560,464 560,464 0000000000000000002a5b4b71f86bbc09cf046f2541e290722034fcc00eab8d 1.22 MB 2,803 26
560,463 560,463 00000000000000000009a8541d1ab173ce0536bee9329df7ce20f34a0d1058dc 0.53 MB 1,403 14
560,462 560,462 0000000000000000002f06e684a7c239c3f192920ac2850936ca4ca07417b6b6 1.00 MB 1,302 4
560,461 560,461 00000000000000000014978519860da9dd64f67a20e89d79236a5ec54a90b4bc 1.21 MB 1,762 3
560,460 560,460 0000000000000000002d4df04a4734d46af16d1a75aadbe7773d42608593e5b1 1.18 MB 2,395 6
560,459 560,459 0000000000000000001f9b79eeceae0a307a75c4e530e50ffccdb9f6337b8bf3 1.15 MB 2,811 20
560,458 560,458 00000000000000000022eebeb91c706a21b6678a7d70e43493f82c21cc8a0003 1.25 MB 2,727 20
560,457 560,457 00000000000000000007bd4bd3a83c656eac2753e9108a27d98647b1c389e2cb 1.21 MB 2,753 10
560,456 560,456 0000000000000000001111d486a149dadb07a76f3a064443b473f06d2b4d5e72 1.25 MB 2,764 43
560,455 560,455 0000000000000000002c7a118657a25fa061a37558b742b5d5cfbfff1a2ec6d3 0.53 MB 876 9
560,454 560,454 00000000000000000018cdc26b57c39ae0439f6235b7cc5c9ab344bbc26bff6f 1.21 MB 2,672 9
Previous 10 blocks ↓
Total Size: 645.03 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,184.82 GB sent, 30.14 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.