Memory Pool Memory Pool Refreshing

85,677 transactions
34.99 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,579 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,202 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,578 (213,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,549 636,549 0000000000000000000d302caac5114ea0a664b6bf211a77a33dc5adaebd79a2 0.72 MB 1,460 10
636,548 636,548 0000000000000000000b0d5c2966105ec8668d10ce6e1b898fae30441261fe90 1.24 MB 2,821 18
636,547 636,547 00000000000000000007efe6902ee521a7532c3401b683e1d7b2cdf5b2d6908c 1.26 MB 2,484 16
636,546 636,546 0000000000000000000ce34bedeef15ad2b6cd045c46e52d91156dee65cffec2 1.25 MB 2,237 15
636,545 636,545 000000000000000000071cf51a29b42f588caa8f901b5d507dc46f17053ab206 0.56 MB 1,138 15
636,544 636,544 00000000000000000004fd1a560775515de6bde4943b0c11be939db8c6134668 0.08 MB 227 27
636,543 636,543 0000000000000000000113afb674d542a541bf17781face269f1a7ab19364392 0.69 MB 1,050 2
636,542 636,542 0000000000000000000b72dec0621d2d5090d0645542388cb7143ea1fd4a40df 1.21 MB 2,696 21
636,541 636,541 0000000000000000000401fcb8f62d87462eb89565a672cac76b9d3c17bcc9a0 0.70 MB 1,370 16
636,540 636,540 0000000000000000000c996200d829155a70d940cb04d5aa935445c0b2963b60 0.35 MB 660 15
636,539 636,539 000000000000000000040ec51d1068df56df452ec35901b328a6ef779817e735 0.12 MB 228 17
636,538 636,538 000000000000000000048e2c7546c6ec2168293abcb45195427c6b81cc52b077 0.31 MB 717 20
636,537 636,537 00000000000000000008b7c9e555bbd71299ee3bdfd5adc088f9acbfacd47e4e 0.91 MB 1,765 20
636,536 636,536 000000000000000000053071bb917bd899cf0b277c6ca0f7b81949cd7750670d 1.00 MB 2,155 18
636,535 636,535 000000000000000000085d8f9d9b5119fb8497304a8aa3cf54038cc8f6009cf6 0.95 MB 2,106 13
636,534 636,534 00000000000000000000a265d6e5155fc25fd89c6e8c652031d362e8e0060d13 1.46 MB 1,923 14
636,533 636,533 000000000000000000025e2cdbda140ddb5e5ff45247ab14f1fe226e77586c1b 1.35 MB 1,928 33
636,532 636,532 00000000000000000005f9eddb5c97eba64d2b21667a6103d32c33dd14100c8c 0.09 MB 113 13
636,531 636,531 000000000000000000032d39e2dd4178f6d0703db746266b82e92bbc4052f39e 0.89 MB 1,830 7
636,530 636,530 00000000000000000001229dd65883faed7f63d599416742876dd0cace54821b 1.35 MB 1,809 28
636,529 636,529 0000000000000000000ef754d5ed3cba2a7bec9cdf6b4982c8066bc2b94c043f 1.35 MB 2,563 28
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, 101 incoming
  • Data Transfer: 522.40 GB sent, 2.85 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.