Memory Pool Memory Pool Refreshing

64,702 transactions
31.62 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,730 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (177,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,114 672,114 00000000000000000008c538281c71471f25030308a055760d90721f30a4e106 1.32 MB 2,100 87
672,113 672,113 00000000000000000009f37a6c9677f5641d3376d56f547d63e4efc338c3cfb3 1.39 MB 2,936 66
672,112 672,112 0000000000000000000c173d7f5ccc52fe71ac031d6557ab7293ab345b7571ed 1.40 MB 2,814 116
672,111 672,111 000000000000000000031d26a767f919a1e7c5badd44a65023b8215b7322bdd3 1.36 MB 2,351 148
672,110 672,110 00000000000000000004dc3757b1fd6283747f3c9282a7d9fc0c0bba5cb08f0c 1.31 MB 3,399 165
672,109 672,109 0000000000000000000aed8051aef28b575a3deebf8488c174fa3b6095e24a69 1.29 MB 3,385 168
672,108 672,108 00000000000000000005a9c36f235b5a781d8f31f29818f2471b518184e43bae 1.35 MB 1,367 51
672,107 672,107 00000000000000000001efe20991e1d8ade2ee6499d2c22d18e4adbe04e4b3f6 1.15 MB 1,738 89
672,106 672,106 000000000000000000043f641cdd011377e7b026809ec91d755a150c3b118195 1.32 MB 817 72
672,105 672,105 00000000000000000002ece42faace1e8f34caadb24c9156c4804460b6b10bf0 1.83 MB 587 33
672,104 672,104 000000000000000000045a8ebc6f3b84d809f4a594b3577f4c8906785248cbae 1.55 MB 525 27
672,103 672,103 00000000000000000006ada05cde20f252c3aad2af08abd8ce81cd80d97b5a78 1.21 MB 2,066 55
672,102 672,102 00000000000000000000112fa4c9b3397e7697248f75b00b8dc8d0a5cc6a9cc3 1.23 MB 2,123 73
672,101 672,101 0000000000000000000929d889964c21ff17e71fe71dfead446383482015de1c 1.30 MB 1,969 33
672,100 672,100 00000000000000000000c14e7b1effc8f5997e4b3113ad56c9f20cbcd0e0aaea 1.27 MB 2,762 106
672,099 672,099 0000000000000000000a698d8debeba5d9fa3b8f3d319be5ebb4ac5f115c2087 1.19 MB 2,396 58
672,098 672,098 00000000000000000005dffbf9b705907c1b32cf1bd95f4aa6d7b69b6f932b2b 1.32 MB 1,959 84
672,097 672,097 00000000000000000003a4eb6b08baed2a0e4e700a87b6633afe8e8be0404d51 1.21 MB 2,153 64
672,096 672,096 000000000000000000000ba38802f756f6ccc2a2ddd90249c168df94e7486495 1.33 MB 2,751 104
672,095 672,095 000000000000000000075fb8e9803eb0977c35aaaf50144f78250af13f014489 1.53 MB 1,137 37
672,094 672,094 0000000000000000000bdd231c4c407368c82e3ddbc1cde99ccbf0f6f060d57d 1.35 MB 1,167 35
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 112 incoming
  • Data Transfer: 737.19 GB sent, 4.67 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.