Memory Pool Memory Pool Refreshing

61,823 transactions
27.03 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,439 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,728 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,438 (490,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
358,493 358,493 00000000000000000f6bdc24ca1f5be2578f6c39fabd423ac88c55f1a32f9b8f 0.57 MB 1,166 25
358,492 358,492 000000000000000002b3d80f1e77bb068d054a91638f8919179bf7101a82db2f 0.10 MB 225 27
358,491 358,491 0000000000000000124ecf5381306f2b7ff1b199cdb5a230957415409535ee05 0.69 MB 1,037 14
358,490 358,490 0000000000000000153e784d11e7daad4c9a62b4b035014e7a90a6fae8271343 0.23 MB 517 59
358,489 358,489 000000000000000015fa8009f0cfd1e070157c86a968889900f23366fd0a3cd7 0.58 MB 1,085 29
358,488 358,488 0000000000000000033671301f7756d5c67f5d9e85cc35f8535686ad74943bfa 0.67 MB 823 7
358,487 358,487 00000000000000000f3580558a7d442ad0f6dc2abbaefa4c36175b603330ba26 0.22 MB 377 25
358,486 358,486 0000000000000000102086f9712841bef3b7239d4ea4ca9758e64b4971ab84df 0.33 MB 587 22
358,485 358,485 00000000000000001246965fb5fdb103e409dcbd619e450e70de9dbfc87b0c2c 0.52 MB 913 23
358,484 358,484 0000000000000000093f436254f33cb57155eab7980a16c1fa2ca013261f9181 0.62 MB 1,062 23
358,483 358,483 00000000000000000e0bde654878a54f879dabacac6c537d1db310ce7a4aeb01 0.41 MB 735 24
358,482 358,482 0000000000000000043e22f0db9ac3fbfe32f4359800bdc6d44f1a8ab0469eb2 0.25 MB 309 21
358,481 358,481 000000000000000007a2df8bad8a3a5e5116c30a166dffeb78e647ea449b6247 0.28 MB 571 23
358,480 358,480 00000000000000000428f566c7783a9c6186e83039963033b90e0e952a3d1957 0.58 MB 1,123 27
358,479 358,479 00000000000000000b67817a5218c177a5add807edf6781954f965739fa9d7eb 0.59 MB 1,116 24
358,478 358,478 00000000000000000cf23a3f5062cce7cd343f7fd6de6a604b303ebb9c087203 0.02 MB 44 32
358,477 358,477 000000000000000005ebe4c399ee5a764f884a16a128174363621f745e193bae 0.10 MB 36 7
358,476 358,476 00000000000000000710ec79438fc686d123de6f3492db407d817077c7b55b4d 0.09 MB 141 17
358,475 358,475 0000000000000000067de4789c46e27d58ac811747c973c0ae0f2bd6d584edc8 0.15 MB 266 13
358,474 358,474 00000000000000000f57e903d20bbe85c1b864b2cb67daf6d2892393b56796ae 0.22 MB 413 25
358,473 358,473 0000000000000000108b853936f22904bd431a34a721b1fee8b1c08c0584eee7 0.47 MB 1,005 30
Previous 10 blocks ↓
Total Size: 660.44 GB

Node Information

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