Memory Pool Memory Pool Refreshing

65,359 transactions
36.77 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,333 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,680 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,332 (687,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
162,244 162,244 00000000000002d5443e7f66d46a63ea3fde16de3e2600dda8c87fa38eb979f6 0.01 MB 38 99
162,243 162,243 000000000000086c5ad5296d89861aaa14e6884cc1a74be4ece12396cc229177 0.00 MB 11 18
162,242 162,242 0000000000000ae24b0bcb89ba24ddb9a62a99acd430aa5185610594ba280fc1 0.00 MB 12 50
162,241 162,241 0000000000000a187366c8ae98101f83a6c2a220aae254d80fd01dc1613fea61 0.01 MB 41 165
162,240 162,240 00000000000002c4ebaf0c31a81f5253946df07510a291835adae43e5d060e2e 0.03 MB 66 239
Previous 10 blocks ↓
Total Size: 660.24 GB

Node Information

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