Memory Pool Memory Pool Refreshing

81,785 transactions
33.46 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,310 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (228,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
621,393 621,393 00000000000000000002eea3fc00d02da73957c51fed0612bb3ff5866ab71105 1.44 MB 1,890 67
621,392 621,392 0000000000000000000f56ee52836a0b04097b32eaafb4f5ad909592e2766cff 1.25 MB 2,464 91
621,391 621,391 0000000000000000000e06f18530c79080380d6698b8ff7a83cfea994adc6924 1.30 MB 2,061 49
621,390 621,390 0000000000000000000373362c69289c3033b3f2071fdbb8a4cd1ab8c64dc353 1.32 MB 2,622 63
621,389 621,389 000000000000000000105d598c58a53ccebc6efda51c5507710b3f7f4a656817 1.33 MB 2,615 76
621,388 621,388 000000000000000000081aee12a9d0b002d513a9dd4fdffa32554c74318c6b1e 1.17 MB 2,441 39
621,387 621,387 0000000000000000000494607406494eeecd76daf7f5f583efa1258642dc7282 1.30 MB 3,088 41
621,386 621,386 0000000000000000000fbc764748c9068654ad87d7c34dbfbbe6e7f935454f23 1.32 MB 2,514 68
621,385 621,385 000000000000000000082472547225e655f0f53bf511e51a7b8af779d9cc3ee1 1.37 MB 2,966 42
621,384 621,384 0000000000000000000861724dd933095ba60f06ffdff290af3bc13da0ed6fd4 1.16 MB 2,034 37
621,383 621,383 0000000000000000000b7693e6f9c861e4b9971f3ec42d7053ac4496817bca44 1.23 MB 2,761 49
621,382 621,382 00000000000000000002b020d608cf215750e620fb2a4630b3fe648b2fdce2cb 1.18 MB 2,794 41
621,381 621,381 0000000000000000000b5c61d43eb9d57d0e20bae3844b5e9e13c0e7fab37c4e 1.29 MB 2,817 64
621,380 621,380 0000000000000000000920cb02fd36cb20dd091a7b5fb9be9a147aa417d91a03 1.13 MB 1,563 53
621,379 621,379 0000000000000000000679516242c71af8fb1653c6f98141b44c6a74c505d672 1.35 MB 2,563 70
621,378 621,378 0000000000000000000bf49a8dff1b2f332471f20a33f3e4c078462e9319b059 1.32 MB 2,587 58
621,377 621,377 00000000000000000010027f3ed632819bbe0eb2f5c5c229873a0cc681c0896e 1.17 MB 1,891 58
621,376 621,376 000000000000000000072b02a214d8660221bd2197a6ac23a591032dc83e05eb 1.29 MB 2,406 76
621,375 621,375 000000000000000000042b3761c1d61922f3266b8830c0bf2966d99037ee7817 1.20 MB 2,583 40
621,374 621,374 000000000000000000095f3501800b0c65c04f2579f669b230679e1c32e3937d 1.29 MB 2,399 67
621,373 621,373 000000000000000000095e9db4eb513b9e96c626d9cd4babea93611bb0fe143a 1.37 MB 2,965 83
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, 98 incoming
  • Data Transfer: 518.85 GB sent, 2.82 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.