Memory Pool Memory Pool Refreshing

75,174 transactions
34.71 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,640 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,040 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,639 (71,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
778,395 778,395 0000000000000000000525327fcb1c4634bc4f44a654885f69628ddc6c3f1e7a 0.30 MB 232 9
778,394 778,394 00000000000000000004cebf2dbbdd7695131481126f072eb2fdae16c2c60145 0.70 MB 481 10
778,393 778,393 00000000000000000001d331833d9dde21c59cc102aaf0a0b5d7a88cebc21882 1.68 MB 1,877 10
778,392 778,392 00000000000000000001eb5b2c5d372a050ed70be307482085d7d0bf621f64b6 0.40 MB 391 10
778,391 778,391 00000000000000000004b5eb73a943bc36bc46f89856c9972315e5dcb8bdb062 2.15 MB 1,462 8
778,390 778,390 00000000000000000001f309b2e0099fa001612c81509115fa8a035d889505d6 2.76 MB 1,045 4
778,389 778,389 00000000000000000006334466d076dfd7bc733eb957332297854eb199cef754 2.27 MB 2,138 12
778,388 778,388 000000000000000000053de4aa50ce471291e23b5873880fb92a6bcbbf3643a9 2.78 MB 584 4
778,387 778,387 00000000000000000001338532bc1618f0859b53b8874a6060444fde016f31e1 2.30 MB 968 3
778,386 778,386 0000000000000000000309f73ae9f8006fd14335efafd6cf551fde3063fc5f8d 1.72 MB 2,883 16
778,385 778,385 00000000000000000005f1454c3e3e7fd89a700abde7780601214dc65b746bed 2.24 MB 2,357 12
778,384 778,384 00000000000000000002f83b9b4fd59782599e1b08ff785147ffb16e7db96d7d 2.07 MB 1,849 2
778,383 778,383 0000000000000000000400d0e8110ff69f71f439649e23a1cbd72bf50d10b31c 1.63 MB 1,928 9
778,382 778,382 0000000000000000000176628df12d349e471df0b22c72339a0e0154f0df6b59 1.46 MB 2,911 20
778,381 778,381 0000000000000000000674df14d3f3788789d00a72d11141c28321a2cfc9f73b 1.41 MB 2,526 20
778,380 778,380 00000000000000000005621e8dd01a24fe1bc3d0a4ce648b038b9ce1474394bb 3.02 MB 1,070 4
778,379 778,379 00000000000000000001cdcdc5c4660c417d1fa520d110b97dbdda2f1ee2991e 2.14 MB 2,151 10
778,378 778,378 00000000000000000005b6cee7536ea5f21d4dfe897196a687ad388a5ba743c7 3.05 MB 705 3
778,377 778,377 00000000000000000001e4962525f0f0606e1b5be322a02307597968c4e303c5 2.58 MB 1,438 5
778,376 778,376 00000000000000000000f1c602665505c943b3ff57311044dd89053f15157659 1.83 MB 2,530 11
778,375 778,375 00000000000000000005f50a094caf9da6b8f716981ab9af1c8ac4ce54650eb3 1.66 MB 3,165 16
Previous 10 blocks ↓
Total Size: 660.82 GB

Node Information

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