Memory Pool Memory Pool Refreshing

78,474 transactions
35.95 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,659 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,290 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,658 (154,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,785 694,785 00000000000000000003c74b18be451766fe892b4662add8c78665983fe5f671 1.47 MB 777 9
694,784 694,784 0000000000000000000a34d322181420d8d575a1caacf679858e1f43600d7cf3 1.44 MB 2,038 6
694,783 694,783 00000000000000000002e8f954b375be2706b92845f366b9fd6b988e163f5043 1.81 MB 1,665 23
694,782 694,782 00000000000000000003fe463ea800e594e446ac3a655e2aababee7367d13a11 1.12 MB 1,242 10
694,781 694,781 0000000000000000000b62729cb80da634cd7b9e2d284890cec6c90ed7427b62 0.09 MB 125 7
694,780 694,780 0000000000000000000b21fd837627993485339f8f80fdaf4c4b790c7690b605 0.67 MB 795 9
694,779 694,779 0000000000000000000567ad6afc25e9ab94c31f28be8d3dd78c5b634fea709e 0.48 MB 573 9
694,778 694,778 0000000000000000001260845cc81af83fdee27a515c476d70ea3181db4f3bd0 0.85 MB 296 1
694,777 694,777 0000000000000000001147d9ffeab59dbdd2c2a61de0209f6da60748bf984123 1.53 MB 1,407 8
694,776 694,776 0000000000000000000f9dfc4bfeaa5fe0a408abe48d81821976487c2416f974 1.43 MB 1,149 6
694,775 694,775 00000000000000000000c3b2a7960947b111c6ca50b8e2328b1ac32646d0faa4 0.81 MB 1,028 12
694,774 694,774 00000000000000000007e01b449352e41025f460311eff552e9a7f04ca5265ea 0.19 MB 336 14
694,773 694,773 00000000000000000006a0b75106309c4d7495e3fa9c15b2c2e7b1c6bcc298e0 1.05 MB 1,349 8
694,772 694,772 000000000000000000041e3815cb6681bacd51b9324aa0151a34052e0ec2950d 1.56 MB 2,612 12
694,771 694,771 000000000000000000009dd7338b8731bd20fc551890946bab4c8f34d7f3256e 0.07 MB 124 9
694,770 694,770 00000000000000000001df7749e7d8d4b6e95ad07ce3d05047546a2ec490b58e 0.94 MB 874 13
694,769 694,769 0000000000000000000172f23264b7ae3205d716630adc9b24d422f0d0781d67 1.23 MB 1,642 10
694,768 694,768 000000000000000000060aa353d5efef0aea35be2a91a91ecc03baf9fbc07a32 0.99 MB 1,179 6
694,767 694,767 00000000000000000000a1109fe17f30f5c19acbda041c79dc3c6713ba00e585 1.22 MB 1,203 5
694,766 694,766 00000000000000000008806e71513b8f45d6c670758792f22aac0e4909d190d5 1.56 MB 2,374 10
694,765 694,765 00000000000000000001a15c2d7ed00f57113d5bf55787fdaac05e23b1cc5cd0 1.52 MB 3,208 2
Previous 10 blocks ↓
Total Size: 660.86 GB

Node Information

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