Memory Pool Memory Pool Refreshing

39,224 transactions
40.38 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,701 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,424 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,700 (293,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
547,716 547,716 0000000000000000001a1b25cd3e857a744d3131baef797ab1df279143704cad 1.07 MB 1,640 6
547,715 547,715 0000000000000000000a039c253835db4c8531fb0b8f94c8938bdc2986c87ae9 1.13 MB 1,765 9
547,714 547,714 0000000000000000000a8aa389e775a949861da7f35648a9fd6c0d3b87d64953 1.11 MB 604 2
547,713 547,713 0000000000000000000dad6fd8c1ed4e87784d64ddcd75ce44dc81df889d6053 1.21 MB 2,474 4
547,712 547,712 0000000000000000001b9c3b5c285c106975ccb4ab77d85a9f5945dd24ece4b6 1.20 MB 2,955 8
547,711 547,711 0000000000000000001ba2dc2824f7b30de1e14feb4d33d52b866a22a0407ff3 1.18 MB 2,681 11
547,710 547,710 000000000000000000051be2fdefd9144c7d715c7306e9ceca723f3c9ba2b009 1.27 MB 2,629 15
Previous 10 blocks ↓
Total Size: 646.20 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,332.89 GB sent, 36.39 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.