Memory Pool Memory Pool Refreshing

72,297 transactions
37.59 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,818 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,313 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,817 (687,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
162,265 162,265 0000000000000bdadd3150d6bafb22d5e252cafade9610a27c016e4c008c4660 0.02 MB 55 11
162,264 162,264 000000000000017b0669cc725a39c6473149c304529a5f2d8fc3f42bf2ad9a7e 0.04 MB 98 174
162,263 162,263 00000000000009a3a627944d48936bdd1b71f790b21c36c33f5239977343f15e 0.01 MB 30 72
162,262 162,262 0000000000000371e426dd865cc2f24c13b4feeccf00e19c9f51afe5907741fc 0.03 MB 29 139
162,261 162,261 00000000000000fbef30ea48585b73bebc1844948bf6f7f303ebad32e032f7ed 0.01 MB 32 306
162,260 162,260 000000000000019923bbe7d72bd2b15412f6140b9cc08a262861c36e12cc8c85 0.00 MB 15 59
162,259 162,259 00000000000003fc35e4efdbe31d18946c6dedf2fd43f2ac5c176020dc44b766 0.02 MB 42 170
162,258 162,258 00000000000001ccf8ae6830009756bdaa9d3399dbd06c8c8b952028adc82429 0.04 MB 110 175
162,257 162,257 0000000000000899da9c8feebd120482d4fbf5b3c25bd0a85ab405df8bc0a2c9 0.02 MB 31 38
162,256 162,256 000000000000007bf030c6d91ae45c043c888d1a7feac5b91b96f3aa14b4b57b 0.01 MB 19 101
162,255 162,255 0000000000000073cffea73e35d8ad42de5f06a3f5b5a7fe74529a9301fc0747 0.02 MB 38 114
162,254 162,254 00000000000005590de117683bf30ffdb469cf755b18a0a9a6c963da31485559 0.04 MB 93 177
162,253 162,253 000000000000020531ac45e92475aed3790bbecc8433da90210a572857512212 0.00 MB 1 0
162,252 162,252 000000000000000a86bded5656d09eb2076d338e44284302b1b5e1b09fc57eb0 0.05 MB 69 154
162,251 162,251 0000000000000a832685e2ea527cd63c0c14ef3866806732b6fafdfaea510579 0.05 MB 117 205
162,250 162,250 0000000000000275e3c15ccbc7c794a8fc45ad445fd3df1ea68b75a854f31b94 0.04 MB 129 93
162,249 162,249 000000000000047ae9ea5756923b204315889b7785292048f7b3af17faddf2ad 0.01 MB 31 155
162,248 162,248 0000000000000aad88115728f5be610782403d97b4d8f7f45fb893bd68747d4e 0.03 MB 44 103
162,247 162,247 000000000000060643ec83e91a99b477e62c44de1203b27998c5233c4c9d9f72 0.00 MB 1 0
162,246 162,246 00000000000005f8a2adebc0fae546123f4f0e7b8db008b514a87379a771c0ae 0.04 MB 118 91
162,245 162,245 00000000000004fd17876d1c7cadec6ad83f261a70f3d7357eb2f1d7c8aec0b3 0.00 MB 15 74
Previous 10 blocks ↓
Total Size: 661.17 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: 748.18 GB sent, 4.96 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.