Memory Pool Memory Pool Refreshing

64,941 transactions
41.12 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,392 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,720 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,391 (222,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,122 627,122 00000000000000000008c33ad3d0c50bb5734e64707054e6d5188cff579fdbb1 0.51 MB 996 14
627,121 627,121 0000000000000000000345daca40fd8f37d1479ef356b57f55e09b41904367d4 0.48 MB 1,103 15
627,120 627,120 0000000000000000000c0a09ae210b94b8faa6d9baf991cd8b4deb4ee4cce9c4 0.14 MB 333 18
627,119 627,119 0000000000000000000070f2dc4c1d72279e22dd3a59e065d8ffbba18311e155 1.04 MB 2,358 18
627,118 627,118 00000000000000000005a8c426720e0152b25dbfb365ea0ee18323186dd1ead8 0.59 MB 1,266 16
627,117 627,117 0000000000000000000534165f72f583a770363f417ee59ec58caf742274bfc9 1.18 MB 2,127 7
627,116 627,116 00000000000000000001a017cb303d1330f78e25bfeed26553ea93b50ed81e49 1.29 MB 2,381 21
627,115 627,115 0000000000000000000a3bd530407d20eb662887f08483f9d7542df9336fddde 0.44 MB 1,008 15
627,114 627,114 00000000000000000004f08e474ad32f4e5f77e8d8ff10f010d105927698dc41 0.25 MB 506 18
627,113 627,113 00000000000000000000348cffb4736565f8812ab2cc55cf5f6459355d55b675 0.75 MB 1,093 23
627,112 627,112 000000000000000000093c1d9b60c8a8183ec01489fc502bdb87c9fc50c638ce 0.10 MB 278 24
627,111 627,111 00000000000000000005e137abad6e09fdecd357a46c3d4ddf0dddba4d83a036 1.10 MB 705 4
627,110 627,110 00000000000000000009ec1a234408ea1e8e48d462b5acce618136ec8df2001f 1.20 MB 1,968 19
627,109 627,109 000000000000000000110a7dc9f386328cc1a07687df8a864778c81b572b558d 0.63 MB 1,196 20
627,108 627,108 0000000000000000000a82cf8510bf816927dd6bb020c9927aba806f232ad737 0.39 MB 882 15
627,107 627,107 00000000000000000009385868e23c4e2b17264154d8cb63254512d810258954 0.43 MB 738 19
627,106 627,106 000000000000000000012aff209e25022cc2c5eb56d3ac91210a52fea1cada28 0.78 MB 1,309 9
627,105 627,105 00000000000000000009e214ed62a3675ea834487b6b0d1272687be2136e8522 1.23 MB 2,266 19
627,104 627,104 00000000000000000000a1015a7515217e96b9bc2a53f43d8281f4910037f553 1.00 MB 1,653 10
627,103 627,103 0000000000000000000d040de0a9dd61af8d142195daf26d73f43266386ae35b 1.21 MB 2,022 14
627,102 627,102 00000000000000000005205da31b27018e7ea6b51dfb9d1330d611836445586c 0.58 MB 1,260 20
Previous 10 blocks ↓
Total Size: 660.36 GB

Node Information

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