Memory Pool Memory Pool Refreshing

75,537 transactions
31.77 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,484 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,965 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,483 (87,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
762,069 762,069 0000000000000000000146a0095a5cafd7d1629a5fe9822c431acb40f8d47906 1.18 MB 709 1
762,068 762,068 00000000000000000001590f870333479d64254280d8f251874485ed83ba67ad 1.58 MB 2,391 13
762,067 762,067 000000000000000000023cb1f6e8280aeaa0300c9e7401f4bc7e8833c9c2318b 1.39 MB 1,534 8
762,066 762,066 000000000000000000032aa659e748196ef9ddc0f09032a7961de6e98a815e8c 0.23 MB 297 8
762,065 762,065 00000000000000000001d45e59b56792e1784181721509644107679b0d46d1a7 1.29 MB 1,103 11
762,064 762,064 0000000000000000000695e001b05b3779aef21fd38d49ccd69e0d90c8e15e38 1.32 MB 2,272 12
762,063 762,063 000000000000000000052033151e15c7ff69371a172f2fa7e1ec36724bc8b35a 0.04 MB 68 13
762,062 762,062 00000000000000000002ed52b8a5e62992c86b409eff70d0bedc3dcc36b101e0 0.44 MB 564 8
762,061 762,061 000000000000000000011f8673f1cdb21e97fd601b18aba6dd34fb3bbaaab040 0.83 MB 1,538 12
762,060 762,060 00000000000000000005352c90f552ec5ca641c40e7c51a2058cc0faeb197b34 0.43 MB 784 12
762,059 762,059 0000000000000000000576746c73c98f9320fd999d0fb99bccc1730726755349 0.41 MB 908 13
762,058 762,058 000000000000000000053904e70dadc988ea2e07eda0a25986a1270a7cf93d13 0.42 MB 608 12
762,057 762,057 000000000000000000062071071effa905be0a690a728b01fed8f5af399c1a08 0.06 MB 162 15
762,056 762,056 00000000000000000001b17fe22dc9ae077328123a0c075eb64d44417e71b6aa 0.33 MB 651 14
762,055 762,055 00000000000000000001e8ba6687b2d5a02319454c7888ce661bf406878ddd0c 0.15 MB 157 7
762,054 762,054 00000000000000000002732101c40bc77e182a5a73836a4c5ce24a366092dbc0 0.01 MB 35 11
762,053 762,053 0000000000000000000395efda1978d3f13b09a7023c1359143fa0124d625953 0.66 MB 569 7
762,052 762,052 000000000000000000067b6cbdc3cf412a6c1adcd80c892aa89834f9f3c63375 0.78 MB 1,312 11
762,051 762,051 00000000000000000004652f2908c67fd823d78ca852e1f6bc161df55d0526e2 1.37 MB 2,026 12
762,050 762,050 00000000000000000003bf4a5865e0cbd69a63e33fada63ccafab5f35819a2c2 0.14 MB 321 14
762,049 762,049 00000000000000000001c418b717e9543e4918ab5eb11d222b04c735e5a69998 0.08 MB 96 9
Previous 10 blocks ↓
Total Size: 660.53 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: 416.37 GB sent, 1.90 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.