Memory Pool Memory Pool Refreshing

28,983 transactions
38.52 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,408 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,413 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,407 (294,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,737 547,737 0000000000000000001a2e3e923fda25f072074262f7e44baee2dec32a6f95dd 0.73 MB 1,063 9
547,736 547,736 000000000000000000160dbc2a39532a460a713d142322a3f9fb89cc47293864 0.76 MB 1,091 8
547,735 547,735 000000000000000000162904807414e8d2b0a08156888b39b288cfe4793a025b 1.24 MB 2,481 8
547,734 547,734 00000000000000000016d484459e97343d34a1f88868ec9665d66aff0728a31e 0.29 MB 703 23
547,733 547,733 00000000000000000003a0282545b91c05e61ac171e123c33ac4344e5aa314b5 1.22 MB 3,247 11
547,732 547,732 0000000000000000000662b66913b1ce3e05486b33599801afed8f2d133395b9 0.01 MB 42 9
547,731 547,731 0000000000000000001ebeaac00b2353bbe24ed0c3eb6d29cc847b705666df39 0.56 MB 929 6
547,730 547,730 0000000000000000000ffacedb2941a6f8aa46affe3874f754fc9804571aff4e 1.11 MB 1,446 6
547,729 547,729 000000000000000000035943b0fa8645f3cadf1f53ab67a67dba0deedaa8bcbb 1.20 MB 2,538 3
547,728 547,728 00000000000000000007ff1b53b38502f4f905b52eacede06417c9d0b138501d 1.29 MB 3,064 16
547,727 547,727 00000000000000000015e095be91877c1d767c2f480a1c034378505ad400c69b 0.25 MB 496 20
547,726 547,726 000000000000000000111cb8633f8d4b9cb18f968dd9b37b3d65d5b65fb8e6cb 0.81 MB 708 4
547,725 547,725 0000000000000000000b2a6d69778a6d3113d044736b343a96da1c929f06a99d 1.22 MB 2,457 7
547,724 547,724 00000000000000000006b4a9fd570085b10ddb63b2b3b2b352ca0d14c4a3af30 1.22 MB 2,493 10
547,723 547,723 0000000000000000000c0c925c318c48eca1b26f02d915ff52221b3b374f7137 1.14 MB 1,946 4
547,722 547,722 00000000000000000019c2786e5d98a4f227358297ce627246adac134f0df276 1.22 MB 2,446 10
547,721 547,721 000000000000000000097e9a608e24850c86be5b3526f41e2704e5b0c0fc6d27 1.22 MB 2,350 7
547,720 547,720 0000000000000000001a48e84521c0fde71f42e841653fa9bf3968e2784b0256 1.25 MB 3,377 20
547,719 547,719 00000000000000000025c5a0e660011a1df9a34238b0da06b8ea44184cbfd3b4 1.15 MB 2,169 5
547,718 547,718 000000000000000000268ef7169f654f241324bc384a9b3668078ba9ee493ac4 1.19 MB 2,727 15
547,717 547,717 00000000000000000004c4ac9710ca0b59cade402e3b04a549aeb354d0e7af58 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 647.49 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,495.04 GB sent, 45.96 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.