Memory Pool Memory Pool Refreshing

77,552 transactions
31.22 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,719 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,476 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,718 (655,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
194,544 194,544 00000000000006ad047ca3f4283340f27777d55a7b5eb630e343483c56f633a6 0.25 MB 730 150
194,543 194,543 000000000000076159917f9c5b931edb7891ee5d27178fa8a1ac2c499297dda5 0.02 MB 60 111
194,542 194,542 000000000000020391428dc4612637a1345a90beea1dd718ade488deb9431ba6 0.18 MB 512 113
194,541 194,541 000000000000030d1af82f04aaffa295d6580243e1e4d3392660ee5c8dd0dca1 0.23 MB 576 142
194,540 194,540 000000000000049561094020e74bfa1d41c6d87447406121fe29af502ae87809 0.00 MB 11 30
194,539 194,539 00000000000000dc8e4950245626278bd1fab5eb17b26ccf4cd9fd1a12a12555 0.00 MB 5 0
194,538 194,538 000000000000070862ef0e41e6f421ea7ccaef4a845d151fae8b1f7c714daee4 0.05 MB 123 130
194,537 194,537 00000000000005f5196ad648b44d2092314eef928c335f306768a337b797bb5c 0.02 MB 41 54
194,536 194,536 000000000000074e7477cb7c556324d6a94fad708b04e8a901292b34c4489a1b 0.10 MB 270 127
194,535 194,535 00000000000003fb72543f1389d1bf69a53187d305ad21759861c2ebef720787 0.08 MB 140 95
194,534 194,534 000000000000064eb23d7484f0f270d2e4b5a41961447abb950f019f9f03eaf0 0.08 MB 183 113
194,533 194,533 000000000000030aa09bd7ef27ad1867d06eab795254c423123e8e8bfcac131c 0.03 MB 68 106
194,532 194,532 0000000000000708aecbedbc2b86566db7f13fa5dd885e602172d08db9b40849 0.13 MB 363 153
194,531 194,531 00000000000002bc97bcf801dc105550526574065af3fd4663d5639c17382776 0.07 MB 238 21
194,530 194,530 00000000000005899aca999e1d5146ce470967cd191f6d419a44728899bf7496 0.25 MB 245 89
194,529 194,529 0000000000000206b7bf0161c62442443823eb84ab0707284781aec90842d432 0.05 MB 134 90
194,528 194,528 00000000000003734ac3cb8dd1941ff191a92e85b0580584bf323e74f7f568e9 0.00 MB 6 0
194,527 194,527 00000000000005a5ed277e13ce2301de05e2b4ffe6ceaf61d5ed223f03ecfbf9 0.24 MB 595 124
194,526 194,526 00000000000005e41a47f9ae2e32dee2aa6e5800d5a884018dc75b47810c1547 0.36 MB 945 148
194,525 194,525 00000000000006bb172485de9d9f03ec8ac515481c9b29ec96fd2623d34585a9 0.05 MB 140 99
194,524 194,524 0000000000000744be5d3d1d2c6ddb0d53de4c9c6df762c19d3e9a5ca0c6c383 0.00 MB 11 150
Previous 10 blocks ↓
Total Size: 660.98 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: 667.42 GB sent, 3.95 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.