Memory Pool Memory Pool Refreshing

82,648 transactions
35.54 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,612 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,739 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (155,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,120 694,120 0000000000000000000297f4aa04d7c102bdb462e9cbe85bb3289ea5af5771cd 0.86 MB 1,168 10
694,119 694,119 000000000000000000041988589d7c5f8eec2420b931affea99b2c112ddd4ddd 1.19 MB 1,116 15
694,118 694,118 00000000000000000008e64c2800f85c9e16c7b6369485770157200514d1f82f 1.22 MB 1,685 14
694,117 694,117 0000000000000000000686a585a17bc36b0758de7da1e06571a56b4e3f32d276 0.47 MB 631 10
694,116 694,116 00000000000000000003fe2d885c3776cb336efc4d26b8ece79c0ae33f15b0ac 0.61 MB 1,193 16
694,115 694,115 0000000000000000000a891df66a8d5c202bf39384c33648549d12bbd815a81a 0.10 MB 178 9
694,114 694,114 00000000000000000012517740c274788bed8ad5416927726f6fb4e7dac7de52 0.34 MB 715 13
694,113 694,113 000000000000000000112bcf1a07a3101fa19448cac9007481b7941fee54574a 0.33 MB 429 9
694,112 694,112 0000000000000000000a2f220a5ef985b36fde4d701ffa9c5ff9dfa04ff95e0c 0.07 MB 154 14
694,111 694,111 0000000000000000000ecdf8bef9a56a931d9fe422727903621f04529d57c43d 0.02 MB 49 8
694,110 694,110 0000000000000000000973e0193804ee7665bbcee5ef0e3ce613b4b1c22ba944 0.53 MB 862 15
694,109 694,109 00000000000000000007db1084ae67dd6a46725fe182dd8c1ffa547df283defc 0.17 MB 275 31
694,108 694,108 0000000000000000001359ab8472b50f41017c246cf10a6a2f918337d0df05c9 0.14 MB 314 13
694,107 694,107 000000000000000000061353be0a4b290f1359f3f9368026becbc957302503ec 1.06 MB 1,166 6
694,106 694,106 0000000000000000000cd870daaff38d84273522fc816803dbfde5371c966b02 0.75 MB 1,335 9
694,105 694,105 000000000000000000007e819c108a1c4f17d4aded6cbca101a025840bc12101 1.26 MB 1,979 9
694,104 694,104 0000000000000000000a17fa144c90862ba1f625c658bbf2b28afaa650b99d4d 1.25 MB 2,172 10
694,103 694,103 0000000000000000000d6831c866079d43ebdac9a8e76451e17b9ab50e8b6ead 0.03 MB 59 13
694,102 694,102 00000000000000000000d36da065ec62cf69e1ad9711024ef6ebbf05977c8c55 0.37 MB 648 17
694,101 694,101 0000000000000000000c65d464da5e20253eba6203cb50e59a1c69e52c86d416 0.27 MB 362 4
694,100 694,100 0000000000000000000d1873e59a7b75a335f041e71ecbd888be9bf99d04f18e 1.49 MB 2,590 18
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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