Memory Pool Memory Pool Refreshing

65,214 transactions
31.79 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,966 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,992 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,965 (100,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
749,399 749,399 000000000000000000076494dc0e90bba0252454a4942c037a22d65d98ecdd61 0.24 MB 587 7
749,398 749,398 0000000000000000000521239b7f43c2de9f13ad79bc30e09872a0cec1f36be1 0.78 MB 962 7
749,397 749,397 00000000000000000005d15a6e58cee0b30a2ef9c2dfb6e0848b5d4afba38a60 0.85 MB 1,377 6
749,396 749,396 00000000000000000006534b55eabf2c503c481412727b12ddf00b9faee2cb3f 0.05 MB 119 9
749,395 749,395 0000000000000000000361bbac6121700b7ea8e6ba524642133e3ab888c4cd86 1.58 MB 1,593 4
749,394 749,394 00000000000000000001babdceb49e5838ff710248966e2fc57d326c726b5e2a 1.78 MB 2,163 5
749,393 749,393 00000000000000000003af2a68a6046fd62c11dd3d0748dd10dac83677cf57ca 1.27 MB 935 5
749,392 749,392 00000000000000000000c9bcc7522f16e71a850a0bc4aa0469a1286d047d4cfb 1.32 MB 1,361 7
749,391 749,391 000000000000000000081053938680a33e477834a349c016813cbf379434c72b 1.34 MB 1,918 7
749,390 749,390 0000000000000000000343d7f4aacf267069650d8fda4b3ddbf4fba8e9118df8 1.51 MB 1,907 5
749,389 749,389 0000000000000000000967b92c6178546a5813e25d38a785c81b586700f5a2ed 1.60 MB 3,142 12
749,388 749,388 0000000000000000000077275237593de3e30abcdfbfe15fdf716a2794eed337 1.10 MB 918 5
749,387 749,387 0000000000000000000755f25c257add8deb6c0d482e98460537ed7624a1e74a 0.41 MB 848 8
749,386 749,386 00000000000000000008f5f82b8921560f52b9dc3c3a1ef4b30f518177d8c2f0 0.50 MB 884 8
749,385 749,385 000000000000000000001dccc1125657ce63bb07df69003024111d2e79dd50f5 0.52 MB 1,028 8
749,384 749,384 00000000000000000008a795c250a3ccbd6430bec778c899c5f6d234bd69a006 0.06 MB 146 8
749,383 749,383 00000000000000000005f9bcbd23594c91321c3f3b79e3f56db6a440fb7a9ec3 0.04 MB 89 9
749,382 749,382 0000000000000000000070f5f4cd415e37c9152bf16282cd5c4bdb82af6d183b 0.79 MB 1,393 7
749,381 749,381 00000000000000000006dc88fd1f138129be6659d73e591ccb222462d0505df4 1.61 MB 2,794 9
749,380 749,380 00000000000000000008414a52b9977ea0967db55e57b78a3d8df367dd88a309 0.98 MB 1,106 7
749,379 749,379 00000000000000000005424af736cdff807953490fd016a8b6d972f001cb9ed0 1.21 MB 1,803 2
Previous 10 blocks ↓
Total Size: 661.44 GB

Node Information

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