Memory Pool Memory Pool Refreshing

87,774 transactions
34.68 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,774 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,340 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,773 (655,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
194,139 194,139 00000000000002fe6d15f51f534280a90dc67e4e284c04110368b4bdfbf2a07a 0.00 MB 9 0
194,138 194,138 00000000000002440b1e766beb353fd24f1e9d6dc7a9b65d167b3b54ace7a4b4 0.46 MB 1,024 224
194,137 194,137 00000000000000452944450b3ff1043ab6385601948912b4da5ec5549cb35e23 0.03 MB 24 83
194,136 194,136 00000000000001daa6a74352f5541927c9b57c40bda08aab4140fe46369382bb 0.05 MB 127 314
194,135 194,135 000000000000004bd6ffc342e250add4de2a2cdd28d79144e1d5be7cf1dabc89 0.00 MB 8 0
194,134 194,134 0000000000000244170d663348377d8b04ada4c3a094047febeb87b1eebb61d4 0.00 MB 6 308
194,133 194,133 00000000000004bc8cde578890b2d3895ba9dd7d180bbc2fc06b59545dba1ceb 0.00 MB 1 0
194,132 194,132 0000000000000296ddb39bc8ff45a5175a7880ecd4ca8c61eeb2a8524cde2dfa 0.05 MB 123 26
194,131 194,131 000000000000040197fb69ea397d90fbf6de06b73e54077995fe68b551d0cf0b 0.36 MB 946 142
194,130 194,130 00000000000000f8223ac95297a9fd52667e2038bb5d60015437440013cefb40 0.42 MB 845 121
194,129 194,129 00000000000000b994dd46bb16f58c68b4e740b846d481ed0cdda884576800b1 0.27 MB 531 149
194,128 194,128 00000000000004a85d11d7af268f8c810689e03c9c099072cfb4045f9b9188ab 0.05 MB 121 121
194,127 194,127 00000000000000a5c7a09662ed1f1a7c5afa7202fa263345a9ef8ec9523a1b49 0.05 MB 110 132
194,126 194,126 000000000000038a51859dafd18c2d55889d6642cd33e1b60cdaed4d0bc5afbe 0.08 MB 279 101
194,125 194,125 000000000000036569eb49ccaf3965b82192778a9cda5c8779ee9d566b40410e 0.05 MB 115 31
194,124 194,124 00000000000001c61930760563cedb3faa3a4c133db67d1de87807836b451b17 0.23 MB 629 166
194,123 194,123 0000000000000778e10884052680616139ce572edc8399d084297856e2daf5de 0.25 MB 459 129
194,122 194,122 0000000000000794ac2eb9efab5910adbace5d654d1e71c9fb9fd08409948d06 0.05 MB 112 210
194,121 194,121 00000000000005024bb8a76587d6fbd86ddde066d088ec992df5842dc9985f34 0.01 MB 27 66
194,120 194,120 000000000000040b0a5934578f42dfe857de8a4b7f1a927bf34f3a4058b82eb6 0.10 MB 262 122
194,119 194,119 0000000000000058fcbbb4649c83a16e4c04b3381206306353c2e2d9130d8227 0.25 MB 566 198
Previous 10 blocks ↓
Total Size: 661.08 GB

Node Information

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