Memory Pool Memory Pool Refreshing

80,257 transactions
27.89 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,532 (322,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
526,763 526,763 000000000000000000097f43897eb97cf612a765744d45753ae5102e9de59e9a 0.66 MB 1,676 33
526,762 526,762 0000000000000000000b410626e2d6073049e04e63f66a2de5ef28f56256f62e 0.89 MB 1,641 14
526,761 526,761 0000000000000000003269570be05c4855e11e9c5f4c3ea1b90d55682e8266df 0.16 MB 298 31
526,760 526,760 0000000000000000001f2ad6c10f0bf257d0184b511cdb71c729af044df5fc63 0.26 MB 537 16
526,759 526,759 0000000000000000001bc2f1e89decf1677daecb5b20c28d11a3f25b4f13f4c4 0.13 MB 212 37
526,758 526,758 000000000000000000077634bf0191475bedd079eca016772eba6892fc6179f2 0.12 MB 205 11
526,757 526,757 00000000000000000025c1f39c78bffb163600df55ac3697b589aba6cff872da 0.01 MB 26 12
526,756 526,756 0000000000000000000b65f13d74ee8192e768aef2e11ec8743d3d5c092c8422 0.29 MB 735 12
526,755 526,755 00000000000000000015fb3973e08bea583454844a76734946ff10dfed8b7cdc 0.13 MB 220 20
526,754 526,754 0000000000000000002ebe2b5d1df64a523e77efced8455563901421c8b40221 0.72 MB 1,609 14
526,753 526,753 00000000000000000006a53c08d35783a7c0bb832fb209f420e9c5a76c0e828f 1.02 MB 1,957 19
526,752 526,752 0000000000000000001e158098813ffed7c160a1863f3aafc936a215c64c7c78 0.01 MB 45 23
526,751 526,751 00000000000000000018d1d02b294473cf1a5fa6a54e72f1d79c4fca5ce540f3 0.54 MB 877 9
526,750 526,750 0000000000000000001a3859d5a869c8d11314724a8d2dea61cdf17c81a9b121 1.23 MB 2,592 13
526,749 526,749 00000000000000000010162689ce15b68f4a3cd05a22404dae32713bac550107 1.12 MB 2,422 23
526,748 526,748 0000000000000000000cb430bbd911b8d8a2def5c57fc62f299179c5dbc8adee 0.36 MB 396 11
526,747 526,747 00000000000000000025985ca058d932a8829def35ca602e1553cf16642ff517 0.99 MB 1,785 11
526,746 526,746 0000000000000000001e941b417a189559a7cb86e6946f6ac8732455ca071a12 1.19 MB 2,617 13
526,745 526,745 0000000000000000002bf118300de53282083e2b1d8807aa8c8a1e20a6d8b30f 1.18 MB 2,894 21
526,744 526,744 00000000000000000004a4f43207bdb757e87c787359edf45ad49654524bc89d 0.32 MB 558 3
526,743 526,743 0000000000000000001933d2ed24ccd322e82681f87f232856ac113701a3297c 0.60 MB 1,358 9
Previous 10 blocks ↓
Total Size: 660.61 GB

Node Information

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