Memory Pool Memory Pool Refreshing

6,392 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,037 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (726,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,881 180,881 0000000000000415bff92282e8de92da694424576ff57531f456a257aabf24b2 0.08 MB 180 136
180,880 180,880 000000000000008e6dd8888aeee87b58dc8a5372168c9ef58a813b46d632bada 0.06 MB 127 128
180,879 180,879 00000000000008ed7bfc013b1528959ad320b3f4d7a8b88c11b8d8df38c89c6f 0.21 MB 471 175
180,878 180,878 00000000000008922aff24b1dcb6e2dc062f8b43c66c519417a9c45d4c6fed66 0.24 MB 648 148
180,877 180,877 00000000000001c3b3fd56f8a7292c2f778da7e36e7c64ff7ff77bc811f18fe8 0.13 MB 317 132
180,876 180,876 000000000000088f1da09d14bf60c45f2c6a410cd6a07e96c5f6f6489227e600 0.01 MB 46 121
180,875 180,875 00000000000006846396a3791f73e755d91a2fa4b43ed1dc7bede8a2f73c820d 0.17 MB 359 120
180,874 180,874 0000000000000224c09711a71088d24521d311dea32a0640ce237fbb61591fdc 0.22 MB 492 123
180,873 180,873 000000000000081d0ae4fd266082173bc4a71dbe62f026662441f4f0b2dd2870 0.05 MB 126 103
180,872 180,872 0000000000000905c0f3fe5b70fd02ff23bdaac163f02e88e2e6b38d6539f57a 0.25 MB 602 139
180,871 180,871 0000000000000900d21c380ae16958ead239eb4c7e05a3fa81b6a49f9066b485 0.06 MB 167 142
180,870 180,870 0000000000000916f1dd8700f68c6ffbe1cdb7a8e82646b692bb9dfcbf7baadd 0.10 MB 251 116
180,869 180,869 00000000000004ff993862159a6b1f86a30709c7e6882a1e061afd59264107b4 0.25 MB 669 148
180,868 180,868 00000000000000b55750e6921826d3cc2a405001854a1452d4435e28d25478df 0.15 MB 256 85
180,867 180,867 000000000000073f54740d804fa54555bee4384078e3f73239e456eac6d4117d 0.01 MB 27 131
180,866 180,866 000000000000069bfb4a191b8fd3a8ffd2234c18a3ff5408de45e89bdb44b1fb 0.17 MB 373 137
180,865 180,865 000000000000026f52e276738055151f07db04c49ab9732746073cd80b8d9efb 0.25 MB 686 144
180,864 180,864 000000000000099d66067d26e7e9aaf9177713e553ce4c25c9fca07f30799738 0.25 MB 573 150
180,863 180,863 000000000000054f6a52a6845cbb8aca0e9f98e582357392434fce62bb1bcfec 0.03 MB 81 226
180,862 180,862 000000000000007176e563848f4a88dd3d880e25ed1c476ad884a9587502691d 0.25 MB 610 159
180,861 180,861 00000000000001a994be4eec27a8a9607b80bea8590f16e71bda765480775044 0.05 MB 110 148
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.36 GB sent, 92.71 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.