Memory Pool Memory Pool Refreshing

1,255 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,226 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (807,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,632 100,632 0000000000019eaddf0fb81073e5affce5a255a834ab533c046d780d1f1ade60 0.00 MB 1 0
100,631 100,631 0000000000044b9fa8c5bd14c10d7e611717f26a14bdbd6e5dce7a2f6dad88bd 0.00 MB 1 0
100,630 100,630 0000000000025d82d1f430ff901a75c7a99c39bdf9af02494273a1396cfb2a32 0.00 MB 3 0
100,629 100,629 000000000000f2272bc2fdc3d8c563e6f4201a4a6532c38975c919d667a4a2f0 0.00 MB 2 0
100,628 100,628 000000000000c0368635a8167404b4b95ab77d880a855b8fade3968c0f167172 0.00 MB 2 0
100,627 100,627 000000000002ef197deaf3b70ccafba0e91d79af156ad241817895e53a588c29 0.00 MB 2 0
100,626 100,626 000000000002661afef4583a4789489d628b76210cb3de847c8356b6ebfaba1b 0.00 MB 3 0
100,625 100,625 0000000000033a7e0e569e26a988c4fac57b48d0632eb449fd973d38db6c21db 0.00 MB 4 0
100,624 100,624 0000000000027c0746134816e98cf129882755541d8d359a812859a2b8ee6557 0.00 MB 5 0
100,623 100,623 000000000003369b4ade26af91b891859c79acf75fc119f62a1f0343fae45ccd 0.00 MB 1 0
100,622 100,622 0000000000027cca742813c703b94414dbe5e07372281511f646dc0d325ba22f 0.00 MB 9 0
100,621 100,621 00000000000101c7b53465cd3acf56ee366632cda74cc529d718966405688d3d 0.00 MB 1 0
100,620 100,620 0000000000027acf5f7d43c85be73586cb3b6f0ab70f1cc32e346f92f0683fcf 0.00 MB 3 0
100,619 100,619 00000000000313f9173e38de0e6ab3f72a9b61a603c764da5595073f454e2aac 0.00 MB 7 0
100,618 100,618 000000000003c1f20c5cc257c42e55292b5274b34d36249d011c019e3f5c4528 0.00 MB 2 0
100,617 100,617 000000000002e314640c9c8a337e34c6b5ab38006d9630c1fc77ce3da0a0f385 0.00 MB 8 0
100,616 100,616 000000000003cd029ab3d7261c17a56529adffe4d13040061f8131a31b47bf0a 0.00 MB 4 0
100,615 100,615 00000000000078eb9efd9092bbb71d8e53ec1ad49c562f5eeb8aac0cf87d505d 0.00 MB 1 0
100,614 100,614 00000000000243bba8f315263a5260363d484b6c8c6de1cb8245ec538a986f8a 0.00 MB 1 0
100,613 100,613 000000000000c36074a73b19a8252a865877ec7236271e9c103c582c3c9a6782 0.00 MB 1 0
100,612 100,612 000000000000a3b50b29e80b5cc37fbf0a70e09f12ee98840200f71802ba617a 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.