Memory Pool Memory Pool Refreshing

84,661 transactions
35.02 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,577 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,218 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (68,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,288 781,288 00000000000000000005b19615630f3e093f2c09844f6f97bb9a4c6f208c3d38 3.84 MB 273 6
781,287 781,287 00000000000000000003a3775d85cbdfaea5f88e8499d592dfe95c3212b45dc2 3.79 MB 341 6
781,286 781,286 00000000000000000002012898d08688b0048989acbe1a04867f770d7d63628d 3.43 MB 537 8
781,285 781,285 0000000000000000000135cd37c3c997986b734bdf2f04d411909e3aecc5e219 1.54 MB 2,241 20
781,284 781,284 000000000000000000039285a530bc53bd54febe45e2c814b17900059642c1be 1.66 MB 2,881 23
781,283 781,283 00000000000000000000701e8f5e1ac355653c91535e393f0895089c44b8cccc 2.17 MB 2,389 22
781,282 781,282 000000000000000000016bfaea5a6cf051e6099e34852753e9247cf3216becca 2.32 MB 1,799 16
781,281 781,281 00000000000000000000b5ae508a89556390e2be174eec2bb35ff522392aaf58 1.31 MB 1,238 22
781,280 781,280 00000000000000000004d91e2075caaeac5686fa5081f573b0d0182fe75add21 1.33 MB 2,571 46
781,279 781,279 000000000000000000001a682f0381d691e3588824b15c0ba40b0e8d34692a4e 1.37 MB 2,602 355
781,278 781,278 00000000000000000001e34fc5c0db02f3061e9d14df1d2df8c03cb3d72d0218 3.33 MB 928 14
781,277 781,277 000000000000000000014bdfbf46969d9b1f290ad21f27f263e14881ef595627 1.96 MB 2,321 31
781,276 781,276 00000000000000000004627dcc2895cf0364c1defacdeca8c74995a7c54e5712 1.79 MB 2,609 31
781,275 781,275 00000000000000000002074e62194c210280195d157e1f2527d93f8b8cb713e9 1.97 MB 2,342 27
781,274 781,274 00000000000000000003b401838b7494d42ff7578a3305173a1b064c2a81abaf 1.53 MB 2,382 30
781,273 781,273 0000000000000000000081f57e037f86a4a978959836abe7e87c2309849233de 1.45 MB 1,549 21
781,272 781,272 000000000000000000024f7843ffe6dc605da1c2050f6f14a84e1e3bbfdf0804 1.85 MB 1,858 26
781,271 781,271 00000000000000000005e2c03643e7b83c7b97d55f7b913f7f546ccd6fb84f93 1.51 MB 2,544 30
781,270 781,270 000000000000000000061fec3d433a63ae5c2b8addafd5e547d0169343d7300d 1.48 MB 3,342 46
781,269 781,269 00000000000000000000aeb5e51015e07c8230fff40b673f2810df1e8531e076 1.30 MB 1,724 54
781,268 781,268 0000000000000000000635985b8664d12d377c791a0f8c286017f238326a6f88 1.53 MB 3,212 37
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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