Memory Pool Memory Pool Refreshing

58,605 transactions
33.22 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,674 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,240 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,673 (152,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,969 696,969 0000000000000000000b3e2716da675f99df43134a67fc1987c5590f1c370472 1.61 MB 1,119 12
696,968 696,968 000000000000000000113f254177a5e614013985365d776b3b3c7059ea8ff0a8 1.03 MB 1,692 8
696,967 696,967 00000000000000000008b771494dad2986c75b0a2f3bd03c52be4326d1c26580 1.34 MB 2,315 14
696,966 696,966 0000000000000000000b725235eabb60e77417629e8cdb8660bee53540b863c7 0.04 MB 64 14
696,965 696,965 0000000000000000000471631708f613050c0a33400dc563e9ed58df0c0ff70c 0.43 MB 533 9
696,964 696,964 0000000000000000000a58696562fff80ce42d470e242b98c395dd87d7162ccf 1.30 MB 1,859 10
696,963 696,963 0000000000000000000a58ce52f3709b3fe8c868706bc037093b83b6d7eb1e77 0.14 MB 290 14
696,962 696,962 0000000000000000001141ce6782c18ad7fa085c777181ffbddaeb8a3d8fcf13 1.02 MB 1,105 7
696,961 696,961 00000000000000000005350be586c9dee72b3d188d0c175c0e8ce21dea75d44c 0.49 MB 551 2
696,960 696,960 00000000000000000003c8655c3f92ffcc61204c1efd97ed689d15140e7a3ac1 1.23 MB 1,775 14
696,959 696,959 00000000000000000008649eb49fe4bd9240b05c5cb3dc69657062bad0f6c5a8 0.13 MB 40 3
696,958 696,958 0000000000000000000c3d2e3614772419534263066fe1e12968fd53b1cd1007 0.37 MB 394 34
696,957 696,957 00000000000000000003d0eecc1ab29530bbbe290eb311e7e28e7b5977c68736 0.03 MB 23 5
696,956 696,956 0000000000000000000c9bd0b686d32aac4cd74ed8d6374a2d3a630e27d35708 0.24 MB 22 1
696,955 696,955 0000000000000000000af0e453e7fb63fc844e1a59f9e9e09f4f0c9a7b21b336 0.98 MB 623 3
696,954 696,954 0000000000000000001211128fbe8a5efef5ded25e86dc11fcc6e56a5da9a81b 0.85 MB 1,174 8
696,953 696,953 0000000000000000000d2d2eadaadfbed1753935d11e68c726e6000778cb102e 1.15 MB 1,245 9
696,952 696,952 0000000000000000000edc5c54c171e241e92ee36bd04072efd68193c4482279 0.53 MB 777 16
696,951 696,951 0000000000000000000757f207e9186fe6b471de1074b9c7df8c502750c0058c 0.02 MB 52 6
696,950 696,950 0000000000000000000f3265ded613ebc55457edb6b1f3bd8a92e002fabad052 0.01 MB 23 10
696,949 696,949 000000000000000000102e83db06100854f7e93312b62e693879ab5a7b6a9e27 0.48 MB 534 7
Previous 10 blocks ↓
Total Size: 660.89 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 622.16 GB sent, 3.61 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.