Memory Pool Memory Pool Refreshing

95,654 transactions
33.78 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,562 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,060 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,561 (217,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,456 632,456 000000000000000000105a64d93e9d0e063b6a71fbba2382a9d6d92f05f5dadd 1.33 MB 1,619 24
632,455 632,455 00000000000000000011efe05834965cf0c15a4ec59a12a8748d6d860f8cd956 1.23 MB 2,091 60
632,454 632,454 0000000000000000000966ab44d3a7788d59187772598053c900cd594e4f9013 0.34 MB 659 40
632,453 632,453 0000000000000000000683dd6f54c8bfa0216ea71c770490907cf38382f47054 0.76 MB 1,252 42
632,452 632,452 0000000000000000000ab743532174157367395d891407825d0225926a143303 1.24 MB 2,222 51
632,451 632,451 000000000000000000058e36c1479f1cc0cc4c5a47cf06edddfd4dec5945b99f 1.07 MB 1,950 47
632,450 632,450 00000000000000000003ac9ec6f1af8d546e1cb1c78e79d43111896e2bb33f23 0.90 MB 1,785 28
632,449 632,449 000000000000000000061434cc93f71b27d11bc0251a173588fdef1310c72cc5 1.24 MB 2,509 50
632,448 632,448 00000000000000000001e8909e5f82de70b5971661f1387718e88bf2b6d02e92 0.70 MB 1,265 37
632,447 632,447 0000000000000000001127c5a9a0963b5f4bac4a39b9f5d1f8187a34ed11d547 0.74 MB 1,122 52
632,446 632,446 00000000000000000004722badaef9769cf9d7302863828fbf295030f06e38ea 0.46 MB 899 50
632,445 632,445 000000000000000000050e0c574fb2f04ad8d3811ce38a1fdb8639609fd3aac1 1.04 MB 2,091 14
632,444 632,444 0000000000000000000926b5b5520dfbf361deaab2ac2493f27d45a033b9598a 1.46 MB 2,037 85
632,443 632,443 0000000000000000000148938b173f8f747a2d42d7ed346a6d46d4532421899a 1.01 MB 1,884 40
632,442 632,442 0000000000000000000020fc20ead85ee13422d888864a2f289f726f20c092c5 0.43 MB 732 41
632,441 632,441 0000000000000000000af490928a83c401afd58a62ac7f80bb24186106749fb6 0.39 MB 522 38
632,440 632,440 00000000000000000008cbeff81e2f87286b24b5cc3a60bdc1e44c634155e434 1.11 MB 1,378 43
632,439 632,439 00000000000000000002afe0f96d6826b24683a5fe2ebdf08476ac3be9310d0c 1.61 MB 1,964 34
632,438 632,438 0000000000000000000db751dfb6a4dbc469ca1fe6af2a94f329de189d21f94b 1.27 MB 2,394 10
632,437 632,437 0000000000000000000b7a412b1c5ec4db1124fe148fb624a09ce54891b79de1 1.28 MB 2,309 97
632,436 632,436 0000000000000000000bdc8e1bd8295d133e504c60dfd4981ced3e178caad105 1.24 MB 2,151 29
Previous 10 blocks ↓
Total Size: 660.67 GB

Node Information

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