Memory Pool Memory Pool Refreshing

60,222 transactions
34.23 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,676 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,526 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,675 (731,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
118,336 118,336 000000000000340ea562a7f8e659b4c78402e20a854d4f6bb00ca8deae50f3e8 0.00 MB 12 1,887
118,335 118,335 0000000000008474483f168258aa28e4bf72cb528d06096868b8e85155e25ca8 0.00 MB 3 1,934
118,334 118,334 000000000000b036bf676e6de7fcf197ee2a7c1256ed221a7857c346739eac6d 0.02 MB 58 2,585
118,333 118,333 000000000000843919a06713f53243259ab6cc087f2e88bfc15538e937c0628b 0.00 MB 5 2,143
118,332 118,332 000000000000c3b13ef88f8b2c1a2f34949a6f942688fd677fa3cbdbe67977ee 0.00 MB 3 3,891
118,331 118,331 00000000000003aa8929b70563b3894d16a58f137b685f391a91251cb0bfac9b 0.00 MB 12 2,058
118,330 118,330 00000000000064e1e8aba675f4df3e42b001abe53f4f89519b9dc67dca618df9 0.00 MB 8 2,306
118,329 118,329 0000000000007e9a2b33eeebfcf36235a6a282d5ee892a2e710515bb536821b5 0.01 MB 37 2,512
118,328 118,328 0000000000005c4f7a497132bb2a62989c6c35245f7b06202fba487515f37618 0.01 MB 12 1,281
118,327 118,327 000000000000c34866a2b4437f6f42682f9298a82eaca6971f877220e47bd641 0.00 MB 16 2,986
118,326 118,326 00000000000085ea876108bb601345d25311e7ca746479e75d68b3805755d70a 0.01 MB 55 3,262
118,325 118,325 000000000000386a0190be33852b3c512ee714e1eeec5c4df949a9a83fa90239 0.00 MB 10 2,052
118,324 118,324 0000000000006e2cdf26e8ebacc055b19c2c094f32de086ef58570cc45fb3ecd 0.00 MB 18 2,234
118,323 118,323 0000000000008830e9427b32bf82381d56ea6fc016a348fc91b669ee900a07cb 0.01 MB 29 2,500
118,322 118,322 00000000000060ac96762eaed7b9e907961b0c4577bf4b41aa74ebb925cd315b 0.02 MB 76 2,849
118,321 118,321 0000000000007354fdcf825554a42ddcffbff654319f16d3856cac527c1bfc3e 0.01 MB 32 2,638
118,320 118,320 0000000000000356b06484586559932d32e901e3e202cbb58f3c7f81d0fb531f 0.00 MB 1 0
118,319 118,319 0000000000001a7c2cefd07b06e97f4d83cb5c1da9ef934efecc5f81c9c08800 0.01 MB 33 1,432
118,318 118,318 0000000000001ef9351beaab91b89cfd840715d95bce42625cea9567dc8730e0 0.02 MB 56 2,998
118,317 118,317 00000000000093125d56cfe4d666c5107448320bdcbb4b2b2984e541b6d5678c 0.02 MB 53 2,719
118,316 118,316 00000000000003ac036d0e1d5deb3a77a5ac502ed991eff1ea6319e8dd8b938c 0.01 MB 25 2,518
Previous 10 blocks ↓
Total Size: 660.89 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: 625.42 GB sent, 3.63 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.