Memory Pool Memory Pool Refreshing

82,558 transactions
37.40 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,655 (153,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,305 696,305 000000000000000000048498416e989ebdf96070fa408604e95200d1a2ff180d 0.98 MB 1,349 13
696,304 696,304 000000000000000000106377403ed88b7ec9f11ad836b02af2699fbcb5aade0e 0.24 MB 474 10
696,303 696,303 000000000000000000088107c337bf315e2db1e406c50566bd765f04a7e459b6 0.87 MB 1,728 12
696,302 696,302 0000000000000000000059e97dea0b0b9ebf4ac1fd66726b339fe1c9683de656 0.40 MB 488 39
696,301 696,301 00000000000000000000db35bd5f3b25b905770add5c225112ab592429bb9b88 0.19 MB 211 8
696,300 696,300 0000000000000000000c0ad31840daf94b2b0acc8dc1d863be882482d5edc195 0.59 MB 587 4
696,299 696,299 00000000000000000010e59646a8c5443b3e4305394c039de43a08049722dedd 1.45 MB 2,452 13
696,298 696,298 0000000000000000001106f68a74ae0476b835445a1c2df03ef9cdccaf270ff5 1.23 MB 965 6
696,297 696,297 0000000000000000001050eaa2dc802960bcf429e0e05b404f6ec84f54111a41 1.45 MB 2,744 6
696,296 696,296 000000000000000000061a45df6927871728e235140aea04b31ad29ba949c1d9 1.48 MB 2,179 20
696,295 696,295 0000000000000000000eceb67a01c81c65b538a7b3729f879c6c1e248bb6577a 0.87 MB 1,345 9
696,294 696,294 0000000000000000000584a6441c42854ebdecfa8bb0cc4bfdca63ee83161d05 0.05 MB 154 12
696,293 696,293 0000000000000000000c337b7335949fb1f17a1ee92401d504a2f526058be3f5 0.48 MB 782 8
696,292 696,292 00000000000000000000c4c81260638ac1e39b3b481da5beb9a46b6ff34503b3 1.11 MB 1,597 11
696,291 696,291 000000000000000000107bd94408a855c82e6704a4ef57bcccd99ddad86a4a7b 0.76 MB 1,346 4
696,290 696,290 0000000000000000000c679685f69d0c2db3cf47bf808fd1aa0f068a32dc080b 1.56 MB 3,102 4
696,289 696,289 0000000000000000000b0e138535dc63761b596fbb61d3fdb1cf614059e5f9d2 1.59 MB 2,043 53
696,288 696,288 0000000000000000000f7a4d2957b2286fc0a4cf7097c3e3c902e02d5b1fabbe 1.24 MB 1,539 5
696,287 696,287 000000000000000000029835506d77b6f9238ca2bfe0e31fc11d8806d768c891 1.60 MB 2,593 18
696,286 696,286 00000000000000000001e214afdd247b64f4018a25cd767487d245d2b7c08033 1.30 MB 1,720 10
696,285 696,285 00000000000000000004b424c281231743a4433fc33433058c35ed60ae860fd1 1.36 MB 2,553 10
Previous 10 blocks ↓
Total Size: 660.86 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: 587.44 GB sent, 3.45 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.