Memory Pool Memory Pool Refreshing

77,613 transactions
32.89 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,472 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,660 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,471 (239,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
610,112 610,112 0000000000000000000805b484cf78c7b836a755090aa9c8512a098c160a8103 0.23 MB 632 14
610,111 610,111 0000000000000000000fbdf39165abb08a024806616b4791888b7c65fc475a47 0.01 MB 34 17
610,110 610,110 0000000000000000000bcb96e3d894f6c2364451192c13cef1fc7140c683737d 0.40 MB 942 11
610,109 610,109 0000000000000000000e4346b43bc27be7279062e755307d1600831a941f1e7f 0.36 MB 766 11
610,108 610,108 00000000000000000004487057c3631f5bade6bdd1c09201d6890b7039936c1a 0.78 MB 1,781 14
610,107 610,107 0000000000000000000bb9fa673a413003710fe700982b79af22dfdf930634d0 0.45 MB 1,291 11
610,106 610,106 000000000000000000061d631e268ef42a871ed6d5144c71ac5ec66eb2f79db3 0.17 MB 411 22
610,105 610,105 000000000000000000117a834ff96d1b2e9a42cbf42bbeb874742ea32368ba05 0.59 MB 1,668 12
610,104 610,104 000000000000000000155a110fa2f04c77da0a04c21371b147260c74ecdf61b0 1.27 MB 2,812 11
610,103 610,103 0000000000000000000ff1cdae22bd3b4294723e8d2f21593a0eb95575513657 1.26 MB 3,312 18
610,102 610,102 0000000000000000000fe82290e40cb3280485d0a21314045994830cfa725ad5 0.20 MB 443 22
610,101 610,101 000000000000000000119e38fa0fed636ea920188542c6f00e2fdfbeb50e1181 0.18 MB 427 24
610,100 610,100 0000000000000000001479cbcb1373d2db36deeb53437209a178619873700611 1.16 MB 2,339 11
610,099 610,099 00000000000000000005bdc5436e906bed1287ec7c7fbd74928431d19aa86bcd 1.22 MB 2,221 11
610,098 610,098 0000000000000000000da434958a02c828f46751db9a9f48b913f264080de8c6 0.91 MB 2,473 14
610,097 610,097 0000000000000000000196bf30459d89a6642221df5339db921faaa6c78e5cc4 0.90 MB 2,422 13
610,096 610,096 0000000000000000000971f5976aa84418f18632e9996d9ec3e1adaf134776a7 0.31 MB 701 12
610,095 610,095 00000000000000000001709bea34d1bc8f94934c7fb9c80e331a06ae26a35995 0.23 MB 533 11
610,094 610,094 0000000000000000000dce733b88283fecc16e24f25f78f73d0863f0c0575962 0.40 MB 989 20
610,093 610,093 00000000000000000010cacdc1fccd08c37e5661ce7e21e99c41e09be71e74eb 0.30 MB 480 16
610,092 610,092 00000000000000000006d22ccbacf653106257c0da9cc4415dd9dcdb46a42a67 1.23 MB 2,879 14
Previous 10 blocks ↓
Total Size: 660.50 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: 397.44 GB sent, 1.81 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.