Memory Pool Memory Pool Refreshing

100,995 transactions
30.17 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,497 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,808 44
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,496 (67,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,631 781,631 000000000000000000028cc21451d2f2edb9b8ca97fac68314113d5c6d1fd3be 1.68 MB 2,199 19
781,630 781,630 0000000000000000000668c4d9089f1c5225f7e7d62265a725ca3525130f6c01 2.63 MB 1,682 17
781,629 781,629 000000000000000000023a261b9d2bd879167b22d779139e51f2a3c8e06fd476 3.20 MB 1,000 10
781,628 781,628 00000000000000000000f01d40995c4e31c0f450e0a95b51badbc73d2cf15159 2.75 MB 1,536 12
781,627 781,627 00000000000000000006063185785bdce78b36c3f0bcd43b7ba77a591865ca7a 3.37 MB 670 7
781,626 781,626 000000000000000000048a116afd114530a3504b797740a5ff5cd41a395d82ab 3.16 MB 773 8
781,625 781,625 00000000000000000004f4955617483a9d922a1370331724925f8279720b12f3 3.10 MB 1,999 7
781,624 781,624 00000000000000000000ea54c99cd596b29bd377391ff00965475edfabed9e7e 2.60 MB 1,537 15
781,623 781,623 00000000000000000005bcb72d8f430326f5dd66d457b60f49e4c367917d17f9 2.36 MB 1,865 12
781,622 781,622 00000000000000000003ef8430878eb1962414c2d74f1ac68211e4a57baaaeef 1.76 MB 2,244 18
781,621 781,621 00000000000000000006764b6fa34dd0d63af970d25f5de8321ba2cf8af3465d 2.00 MB 2,403 17
781,620 781,620 000000000000000000056b5297b16e21211aa7b38af67688620806751ec543a7 1.68 MB 1,646 16
781,619 781,619 00000000000000000004f52de2c90004c60bc5abe772a4bc6d1faa0697993aca 1.35 MB 2,473 28
781,618 781,618 00000000000000000004d6b5b738df1dad6108b3dab180ad846f1065e66068f5 2.82 MB 1,161 8
781,617 781,617 00000000000000000000908fb99ea769cddadff91f53756911105bf57369a5ac 2.85 MB 1,151 10
781,616 781,616 00000000000000000000655e6abed402ff448b2c67a68a661727a937e9624386 2.52 MB 1,007 10
781,615 781,615 0000000000000000000180c004d27737f84a82543682955f1dfbf52efa4d37b7 1.47 MB 1,462 16
781,614 781,614 0000000000000000000066ee0d26cffb59dfc9c53e2341a502030d956e37a489 1.39 MB 1,917 20
781,613 781,613 00000000000000000001052790f7d4e60f849a925ab6f9de4cf7bed0bc89b60c 1.52 MB 3,360 29
781,612 781,612 000000000000000000015affd67267985f852851a2f52beeb06f42d157a182b2 2.34 MB 1,932 19
781,611 781,611 00000000000000000000d67442df21c09cb13994f21fc70f53c8b510671780b6 1.93 MB 1,548 15
Previous 10 blocks ↓
Total Size: 660.55 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 95 incoming
  • Data Transfer: 437.67 GB sent, 2.10 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.