Memory Pool Memory Pool Refreshing

68,497 transactions
37.19 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,801 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,418 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,800 (283,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,713 566,713 0000000000000000002b82948734c08aa09539d09ba5d9b101b6928f71c51fab 0.40 MB 637 17
566,712 566,712 00000000000000000026b13229e8c71dfe2e84cebdb0d3844a2f6c7f2958e0ce 0.27 MB 598 22
566,711 566,711 00000000000000000005d344f32fb00b4769994a1a8220117f3d902dc192508c 0.90 MB 1,976 19
566,710 566,710 00000000000000000021067473888c0af9b0a364a6fa2ad4384f41e77d54d693 1.28 MB 2,714 25
566,709 566,709 0000000000000000000a5af46a40a1498cd27126c253a947856b6fd40b5a0d1d 1.35 MB 2,187 28
566,708 566,708 000000000000000000242d4e4ff5ac037e343b819c24a792e22ca08b8aa825a1 0.77 MB 1,676 25
566,707 566,707 0000000000000000000fd006a7f326dfd07d185a418753b91a562427f65e9d20 0.28 MB 625 26
566,706 566,706 00000000000000000014462682f73ee6fb0ed8598cfc34b8ff84840be80a0c41 0.15 MB 317 23
566,705 566,705 0000000000000000002aae4d31194866f3b3f359d906b137032882fea26a8791 1.03 MB 2,188 16
566,704 566,704 0000000000000000002cc4255d654b2f9e39f9c034b75581520cd0433a15a79f 1.20 MB 2,834 14
566,703 566,703 000000000000000000175e49b0e03224c07cfaac59784d1eb593400c2e126211 1.33 MB 2,808 35
566,702 566,702 00000000000000000027388fdd576fc03d6ad1c5bef08431ca0558a0947b7962 0.05 MB 114 45
566,701 566,701 00000000000000000028684fe165df4b0eec98d2659fecffdacf6907d4d7e84b 0.33 MB 764 23
566,700 566,700 00000000000000000010ff75552bcda885da8d90fd98a5827edfd5f1ba9914c3 0.84 MB 1,500 25
566,699 566,699 000000000000000000122455c6054d271bee3378e86bfaef4c9caad55c0df988 0.45 MB 771 26
566,698 566,698 000000000000000000104871e5344b106e0502a7aee402e7bdbe896f49e976d1 0.05 MB 145 20
566,697 566,697 00000000000000000028d304b54225f732f60237b2a85fe720adaf729ab9a5b0 0.90 MB 1,615 23
566,696 566,696 00000000000000000015119a942fb99598ba84da8d7e377108bf958e50a19140 0.19 MB 431 21
566,695 566,695 0000000000000000000b92f0f5e0f4188ed31d638f449681cc9bad3b4630c610 0.49 MB 867 17
566,694 566,694 00000000000000000007be0b1a021c3dc4b67a9f76453ed74fbd08ab777189fb 1.16 MB 2,139 4
566,693 566,693 0000000000000000001159bea0991df5c61349d635fd7cd4a928570506337df2 1.20 MB 2,244 20
Previous 10 blocks ↓
Total Size: 661.13 GB

Node Information

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