Memory Pool Memory Pool Refreshing

61,769 transactions
40.20 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,391 (351,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
497,736 497,736 0000000000000000009610abe5298400fa918110e4429eab304b801c6cff5832 1.09 MB 2,556 106
497,735 497,735 0000000000000000009fbd3b262b06c09654dca9abe7f7c4206ced4390af9fb2 1.05 MB 2,082 158
497,734 497,734 00000000000000000076eaa0f154c37f5e60bf1c18b86775d0fbbc32d0169c2c 1.04 MB 2,274 138
497,733 497,733 0000000000000000009a0a6f9e3c59ebed0c1d847cf597d9b1b5fb8365380c30 1.04 MB 3,046 64
497,732 497,732 0000000000000000009b7fe7cd542196ec9694b74f222de67c2b4a8e14b8d1d4 1.05 MB 2,715 88
497,731 497,731 000000000000000000a7cdb717117dfeac04d261f702d4f7b14cd44d5e76cee8 1.02 MB 853 110
497,730 497,730 0000000000000000002cbc5bf3afa5402035f71d6b6f96baedf675bce1faca9b 1.06 MB 1,965 147
497,729 497,729 00000000000000000000954afb20e8f663294194833bf19a435295aa3e7e46ae 1.06 MB 1,693 159
497,728 497,728 0000000000000000004656f5fe04884b8ab29ccbe0213952a8f0df1e58199dbb 1.06 MB 2,534 71
497,727 497,727 00000000000000000096852e0f389f0cc490e6984005c88798703dbdb911702e 1.11 MB 2,617 81
497,726 497,726 0000000000000000005c5fbfea5340e000151517a2140a7199f1cb9a7ef2d53c 1.08 MB 2,522 148
497,725 497,725 0000000000000000009b50d139898b9303c5113d89b50698cdc3706ae48fd5cb 1.05 MB 1,896 159
497,724 497,724 000000000000000000bc26425859226751047f56d53d94281809a4783424b028 1.08 MB 2,669 113
497,723 497,723 000000000000000000480820a49b2c969619a9119191f96de8018938d0345261 1.09 MB 2,530 129
497,722 497,722 000000000000000000c6ebb23fddf31a6129f368deaf30d19a9570234f2a4e5f 1.10 MB 2,188 147
497,721 497,721 0000000000000000005289baf4152085e7aaf5158c1c0d090ef58a25c91c2265 1.05 MB 2,021 159
497,720 497,720 000000000000000000b6eeb1e46e40a17ae42dcea786520cea709787b6707027 1.04 MB 1,467 140
497,719 497,719 0000000000000000002bade7b47acc0a1dbc1504228079bc320d509fd6df86d6 1.07 MB 2,212 177
497,718 497,718 000000000000000000bf564d2bbc61937b566b507a90f89ac61aa7574f99b6ba 1.02 MB 1,332 42
497,717 497,717 0000000000000000003d712c152a2a5fdfb2a08d682f4e1b24d080aa6e94ae18 1.10 MB 2,089 26
497,716 497,716 00000000000000000031b42f0f22c714fcb0b64361d762b201e4647b7fb11e23 1.07 MB 2,641 127
Previous 10 blocks ↓
Total Size: 660.36 GB

Node Information

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