Memory Pool Memory Pool Refreshing

81,081 transactions
36.69 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,643 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,512 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,642 (153,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,129 696,129 00000000000000000008deb72175b874154f876dead98d5c16e54b552870df12 1.31 MB 1,870 12
696,128 696,128 000000000000000000083fef426d85cad69756cf23a9c463288350fb4e3c49c6 1.43 MB 1,989 16
696,127 696,127 00000000000000000007e6d55d07502e54de0e2ecc8cb2794416245423d3eaf5 1.10 MB 566 2
696,126 696,126 000000000000000000000a2040825f28c587490f5b08e7db9b6f3ab8a854312d 1.31 MB 1,747 5
696,125 696,125 000000000000000000014b3c764022107fb359569900f4781e9838ed8e0fa1f1 1.49 MB 2,873 19
696,124 696,124 00000000000000000006a00efafe937b755cf0ad30baa3151ffebd037bdcfebc 1.54 MB 1,431 2
696,123 696,123 0000000000000000000c085b3d45abf77d08d662efeaebdffc2f97fe659778a4 1.49 MB 2,688 21
696,122 696,122 0000000000000000000077f97ac05358a0d1433273543c3f172802fa2de0b56c 0.63 MB 605 2
696,121 696,121 000000000000000000088671b67d35a6f58a8f117128926a89558517cc1900c2 1.53 MB 2,487 13
696,120 696,120 00000000000000000002403cbf600ecbf9794e9c7cc7937b2139d683bb77fe1d 0.16 MB 256 10
696,119 696,119 0000000000000000000cc002386f8e8db070fd6b76f26a220701e856b3cd1dc1 0.12 MB 240 11
696,118 696,118 0000000000000000000dc737589f828a17d18426f85e6b051aeca3f41c9bb830 0.34 MB 740 10
696,117 696,117 0000000000000000000a4bc2e8616ff8937631457f40bfd8965afb25cfc242eb 1.08 MB 2,045 9
696,116 696,116 0000000000000000000f20158bf373a973d32c1a2416421cfd6dbb2dce2fd38b 1.45 MB 2,721 22
696,115 696,115 0000000000000000000993820f3db5f77d31a7f4220827f665783699ebf2cb30 0.82 MB 1,433 13
696,114 696,114 00000000000000000011b4a7d851cb23f5716fa9635dc1a681e6c4f9a5828810 0.96 MB 1,658 19
696,113 696,113 00000000000000000007d7d9fee490823f43e9203d140052beaf183aff4dcb9a 0.87 MB 1,346 19
696,112 696,112 00000000000000000009cf81436f81cf8f5a2e2870504cd925b3a3c31dcaa0fd 0.98 MB 1,117 4
696,111 696,111 000000000000000000092461f1defc79b3ed6f1a693214aabf2e9762829638a8 1.27 MB 2,237 4
696,110 696,110 000000000000000000030c74e50c12243be58bd986489cad2772292cfb0a6b0d 0.00 MB 1 0
696,109 696,109 0000000000000000000bb6435ae10d81d962a6714d9a6d1e8db3cee38303902f 1.57 MB 2,429 15
Previous 10 blocks ↓
Total Size: 660.83 GB

Node Information

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