Memory Pool Memory Pool Refreshing

84,615 transactions
27.66 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,521 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,621 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,520 (71,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,748 777,748 00000000000000000000b9f2592cb0a7f370c69ba3932be63439694b07ca1636 2.24 MB 556 5
777,747 777,747 0000000000000000000040b23b051b456260d29375e011c9930e81de8bc7e5cd 2.31 MB 300 3
777,746 777,746 000000000000000000041973b610ce5530577f9d3c487154b8d26774145d6472 2.71 MB 453 6
777,745 777,745 000000000000000000026dd260b2a32080ab5d83e170b82a202f350277880944 2.32 MB 1,602 8
777,744 777,744 00000000000000000004744ecc695175c314a076bd888ca990140605ce02cf62 2.05 MB 1,943 13
777,743 777,743 0000000000000000000169eac1d0b32dc9123249c8f8b215106ade9d9327e4b0 2.26 MB 1,046 5
777,742 777,742 000000000000000000064cb7c79ae3cc2a378c66dbb89880dd1916ac0f7b0f89 2.16 MB 1,524 9
777,741 777,741 00000000000000000002163171bc9071d89ba4a98abd9ce9f6c3282d47df8037 1.50 MB 2,756 23
777,740 777,740 0000000000000000000115b608977a47890ed8a360314af37a39eb2b008003d7 2.22 MB 285 4
777,739 777,739 00000000000000000005b5d67e1c2c7cb01237643d85af524a02d4e7bdd21947 2.12 MB 1,015 8
777,738 777,738 00000000000000000003b33d60cc1d9cc25fdb49e15bb8ed22781fe7073892c2 2.21 MB 1,295 9
777,737 777,737 000000000000000000072f722b17667a4ebba78dc059ca70e976f5b6f6c8229b 1.30 MB 694 11
777,736 777,736 0000000000000000000516793630f45d0a616295d51dcfa8f31ab2251865e4be 2.15 MB 1,299 8
777,735 777,735 000000000000000000065108c78d576253c2501426c5017f442533a25a0673f5 2.16 MB 1,728 11
777,734 777,734 00000000000000000000914ac132ec7f96ec76532e91c03393dd5f08311918ab 2.15 MB 1,515 10
777,733 777,733 0000000000000000000407e276bbd0129da8bd57badbb7a5e821d2cfb826de65 2.14 MB 1,998 13
777,732 777,732 000000000000000000022e17637e168cb54121f8152902cee073c00de385ddc7 2.28 MB 411 4
777,731 777,731 000000000000000000072e025820aa311b8b866704f8e8983ef5a0aa8938eeeb 2.34 MB 394 4
777,730 777,730 00000000000000000004524053f4b81a2aad529526b74c15cacc798222ebe2a5 2.32 MB 173 3
777,729 777,729 00000000000000000006942cc7e9fb8545946a138a8faf8c66b1aadd02dd073e 2.03 MB 965 7
777,728 777,728 00000000000000000001b0ceb7adb82f912213aca5ff2788b4bf64d2a4d7b20d 2.18 MB 1,461 9
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 95 incoming
  • Data Transfer: 478.06 GB sent, 2.29 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.