Memory Pool Memory Pool Refreshing

71,047 transactions
33.20 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,419 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,064 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,418 (689,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
155,649 155,649 0000000000000a5443b8a9c24dab7df04c49ba7193fc002cc6470d05fdfa8071 0.01 MB 14 23
155,648 155,648 0000000000000be9266702d167c43d6a8438ea80640c3c4f38308b279b2552f6 0.00 MB 6 10
155,647 155,647 0000000000000afb7cdd7c66d6085fb90c81b18a740d6c7b3c67e66c7fadee0f 0.00 MB 11 0
155,646 155,646 0000000000000b6225069092458a6c1c84d876092b7181d6e1e61f2927f6af18 0.01 MB 21 186
155,645 155,645 000000000000047e7fd025f09ccce4e55bd35221779c88c430544a80c9f78967 0.02 MB 24 89
155,644 155,644 00000000000002ad18f02d363564da3501234596dae6345b93fa1579fc3f7d98 0.00 MB 5 0
155,643 155,643 000000000000057d88ae1d9ad629d78d79a0462788795104d218cde58f59b1aa 0.02 MB 38 34
155,642 155,642 00000000000009c921fb9cdfac8fb6e9e07619cf6be3c45e1c06088d6351242b 0.01 MB 14 8
155,641 155,641 0000000000000996fde2e9d554f3e347a12048dea8d6c7c627a8451c13b9f8d7 0.00 MB 16 53
155,640 155,640 0000000000000ef4445bd1f98771650f0b352a2e33ec1c40403b047bec270607 0.02 MB 38 36
155,639 155,639 00000000000008e2add56b2f1219d388ae2be05f14016ddef75922bfd5d9a83d 0.01 MB 23 33
155,638 155,638 00000000000000b12837c79d74cf0b9b24d18089ad339e954366701fd3d85a33 0.01 MB 19 201
155,637 155,637 000000000000072c28425341f9fe611652e82d0e80fb79b4a439fef6b79ed158 0.01 MB 20 30
155,636 155,636 0000000000000688a7be5e1f33bfc95a889984d5e722396d2de30656de7c029c 0.05 MB 92 80
155,635 155,635 000000000000037de7fd4add4fa2afbd501a166e3a05dac6bd8ef6a78e91746e 0.05 MB 179 24
155,634 155,634 0000000000000a634e3a1f4173c71b3b6bf242101e50749c5ee686fe981c71f6 0.03 MB 67 160
155,633 155,633 0000000000000ac16be64cbf9f5118ab8ad10f3ffc6cd0410799734101fdaf56 0.00 MB 12 434
155,632 155,632 0000000000000e8a40d0c4248bcbbc6c1a4f649b151a961f081fdca6d549d400 0.01 MB 18 149
155,631 155,631 000000000000071fae1aef337dce2cc01174d19c1e4040811f9ffe4f9b18ab3e 0.00 MB 1 0
155,630 155,630 0000000000000ece3bf29bdb4cd9f990241266cbf95e91ffb8b44f1991a1abd9 0.01 MB 18 328
155,629 155,629 00000000000002da4a76adb5c81c73d27be5fff628af23c13b2dce2d741aad43 0.01 MB 16 39
Previous 10 blocks ↓
Total Size: 653.18 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,302.23 GB sent, 79.85 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.