Memory Pool Memory Pool Refreshing

84,427 transactions
36.15 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,605 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,321 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,604 (176,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,967 672,967 000000000000000000066030f384ec6c0e0706ab52001265a486c98a1e5989a1 1.15 MB 2,734 77
672,966 672,966 0000000000000000000890fe84e740f396a7cc84a5df2003c7aa464b15488d41 1.34 MB 2,424 116
672,965 672,965 0000000000000000000ab9e6af33f7680c75bc529a28e207d2332901a5a788f8 1.39 MB 2,791 144
672,964 672,964 0000000000000000000bb5c0f83bb0602fa5012de97fee4cd433d13f1749f68b 1.27 MB 3,379 89
672,963 672,963 0000000000000000000100db7403439e678a723bb93f9eecaa3aa6bc6867979a 1.10 MB 2,992 82
672,962 672,962 0000000000000000000c9599813ae727d2cc3b47fdc068f0bb7beed1657b0e06 1.24 MB 2,795 108
672,961 672,961 00000000000000000007766935519977bd0c5aa7e876dd07d1c053edd9cec46c 1.37 MB 2,755 130
672,960 672,960 0000000000000000000c6d244fcbe466052076bc585bba97d1fccd74d65d0d44 1.14 MB 1,016 114
672,959 672,959 000000000000000000098c3378175fce5ee326d008305b58bc8b97300f51d2d1 1.25 MB 1,787 121
672,958 672,958 000000000000000000099a6fcea6179a50e360327cc97af0fd2e69f8ccc9e4f9 1.24 MB 2,344 116
672,957 672,957 00000000000000000003e273d3304d696d49f19ade31daf05dd1aeee0bf60097 1.63 MB 1,798 117
672,956 672,956 000000000000000000060e7d31077308d513414ae5851bc660275f4619b304ee 1.20 MB 2,194 143
672,955 672,955 0000000000000000000398db66b4b424e9023f4ecb8bab25421de281eb653937 1.48 MB 2,783 142
672,954 672,954 00000000000000000004a3dbadce039aead4bed874decf78c18d5bf46a3b10eb 1.31 MB 2,582 111
672,953 672,953 0000000000000000000a24d65fd00a3f691154690090f2eda2c74aafcf09c4cc 1.54 MB 2,092 79
672,952 672,952 00000000000000000005b0f8024a054e39cb121ce88dfe707e91ec8f20c80be9 1.42 MB 2,003 103
672,951 672,951 0000000000000000000b68803e49c113872254dfe9e4f901ee3a9614dd1eaf99 1.20 MB 1,730 120
672,950 672,950 000000000000000000009227f4218475c553f47ba2dcfd58f6edfb07431f0938 1.42 MB 3,203 132
672,949 672,949 000000000000000000017a286215cd58889d1d4f458a9f738d1f641a3d700a6c 1.62 MB 1,368 80
672,948 672,948 0000000000000000000421b4df5b44b89c0357feadcbfecc3816814a4a89d89a 1.77 MB 599 20
672,947 672,947 0000000000000000000a8c6d1c3793a592c8d73e87b0252a7db98e3723081f66 1.44 MB 1,060 22
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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