Memory Pool Memory Pool Refreshing

89,642 transactions
35.41 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,413 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,842 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,412 (497,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
351,783 351,783 000000000000000004edad8563ef8bc80c531943e0716d268f1d5b3072ca2d1e 0.19 MB 412 31
351,782 351,782 00000000000000000adf694a729498562f996d5ac400903fab071a732181e51b 0.62 MB 1,162 30
351,781 351,781 00000000000000000d66e68d56bf086cc186b919de6b2dd2c90a3084e4908364 0.16 MB 280 20
351,780 351,780 00000000000000000cb96590fc63a2aee78c06325176118527286492ef63456b 0.20 MB 512 39
351,779 351,779 00000000000000000c698033a6f62c508ce07e0e5e0363272b9eb8019ca56ea6 0.78 MB 1,577 35
351,778 351,778 0000000000000000030c7a6a74921c323d32d653861b1aecdf41a0ee69e4f8a2 0.92 MB 1,584 28
351,777 351,777 0000000000000000085bd525438d7912180f53a6a3bab9cf485730db9a2e5db0 0.33 MB 462 29
351,776 351,776 0000000000000000081b148c8a9773e291dfb5b02461cf7f12f16c490b90bf5f 0.10 MB 130 10
351,775 351,775 0000000000000000104bf2217b0bf41043ccf50649b858715fdc97b4e532224a 0.17 MB 265 35
351,774 351,774 000000000000000006d784966827db2e373ebebdf93146db8a013c6e151e733d 0.08 MB 159 29
351,773 351,773 000000000000000012a6ad7497e484f226b964c87d2330cca9e34c887027138d 0.23 MB 450 30
351,772 351,772 000000000000000011104c427b673c277abbd6483fffdb9f7cf62939b982758a 0.54 MB 1,004 30
351,771 351,771 00000000000000000a0e271ff20109ec7bb9320c754f3f2881dcdf84608e3f47 0.02 MB 57 34
351,770 351,770 000000000000000005c8ccc41d073220ff71ecb01798b293346fd1973ae7d266 0.07 MB 132 20
351,769 351,769 00000000000000001562a2333e4dcced9ba0cd72b78810cf4ec43f60314f493d 0.59 MB 896 13
351,768 351,768 0000000000000000143e674c976410068ad9be249216803ed7c8cd6e0a0bc7f1 1.00 MB 1,196 25
351,767 351,767 00000000000000000118c93cf8e244e2272a338ef6be74c4413b7b259d38110b 0.75 MB 1,318 28
351,766 351,766 000000000000000003202fda2293147dad73a0ea910d2d6fbd3659146306aa12 0.75 MB 2,287 52
351,765 351,765 00000000000000000a1876d7a6b0d657eb458287259e6d63437cd2d5d9c33505 0.33 MB 784 32
351,764 351,764 0000000000000000029589ee45f568deabf10deccf23697f0116066a72df5c51 0.41 MB 609 26
351,763 351,763 000000000000000001a2b5a04f0fbadb8a418895516486ced9a9d8d40f32e276 0.54 MB 1,259 35
Previous 10 blocks ↓
Total Size: 660.39 GB

Node Information

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