Memory Pool Memory Pool Refreshing

75,824 transactions
31.06 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,595 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,453 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,594 (217,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,403 632,403 0000000000000000000134017544075bd5bebfe7711b06c7ec56c49aa868b7f0 0.33 MB 659 42
632,402 632,402 0000000000000000000db5bf0ca05989baaad19a1bd0251168df85a8886ac5cb 1.09 MB 1,991 50
632,401 632,401 0000000000000000000d203d1f65874634b82c9826b1e5633bbfc0b3494f650c 1.13 MB 2,114 44
632,400 632,400 000000000000000000051496735809eabf2bdd448d07aa879ff0746c17b1e7ad 0.07 MB 206 54
632,399 632,399 000000000000000000089f50cf7ae3a8ad5c2414f6cdade5ceb3700f5c47b036 1.24 MB 2,837 45
632,398 632,398 00000000000000000005584231482b428949e5acba077e923470a763b667d178 0.38 MB 696 48
632,397 632,397 00000000000000000004fcd0059e1549d051a494c4adc4aabd0e2875cd50ff96 0.11 MB 264 52
632,396 632,396 0000000000000000000b7958b75d6a7a1c50b2fa3375a3bf85f6590c315739c5 0.79 MB 1,264 5
632,395 632,395 00000000000000000010ddf04c60043074f85b002a2ab9e9c85691ce1078703b 1.24 MB 2,834 47
632,394 632,394 00000000000000000007e728d4c8aea13fa492de0a280e736c76a3648d6f375c 1.27 MB 2,833 20
632,393 632,393 00000000000000000005cbd8d56acd23d4b2f4ede681194bbbf1de4044c8992a 1.32 MB 2,320 75
632,392 632,392 00000000000000000002842b9621a9f4b41fa55fac8aa2a208f2014518b588ed 1.38 MB 2,524 128
632,391 632,391 0000000000000000000775f64e36431d86116d51652ecb60d7bbf26a98846c35 0.54 MB 1,025 48
632,390 632,390 00000000000000000003ac3d631346cd1e5cf620d7093d8acbc83cd3825c1c5c 0.68 MB 1,461 59
632,389 632,389 0000000000000000000e3d5e6810ed2f7fe2a855cf4ff255040ee0fea7af0599 0.50 MB 566 64
632,388 632,388 0000000000000000000f76b2c61bc444d485b28616bc15c7809e285344b800ea 0.65 MB 1,408 50
632,387 632,387 0000000000000000000755202cfe98210ea57de9cc22568a8aa8e7beb2a6b928 0.34 MB 653 50
632,386 632,386 00000000000000000003a6823ffa22b538275b130b21a28251d64a2100c0292e 0.26 MB 548 56
632,385 632,385 000000000000000000107bbb8012923701377ebe1d064eef00deb01f915e2592 0.05 MB 134 52
632,384 632,384 00000000000000000010a6a9e0a41575c29396171d6a1f7fc0c00d5a50d92135 1.18 MB 2,513 50
632,383 632,383 0000000000000000000ed070975eaf6796f4b1178d3ff1295fe70ea2c003a619 0.24 MB 371 68
Previous 10 blocks ↓
Total Size: 660.73 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: 525.72 GB sent, 2.92 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.