Memory Pool Memory Pool Refreshing

1,587 transactions
0.55 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
4 sats/vbyte 3
2 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,576 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (334,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
573,553 573,553 000000000000000000003e4d74e346e9a318e605ca38d7b9818c3cf703c1b95f 1.16 MB 3,311 42
573,552 573,552 00000000000000000004f723050f41cdce70688e4a6bf3341fef423b34a4d6cc 1.10 MB 3,344 33
573,551 573,551 0000000000000000000c7e76f8857b5ea9b712d9c0e3f8d09d7beccbbf71ccfb 1.12 MB 2,897 42
573,550 573,550 000000000000000000075cde515908e84fdabfc09b8a842c4e46157b9555a60c 1.11 MB 3,189 28
573,549 573,549 0000000000000000001dc5df02cf679701957dc8b64513ac29b3c4c482d4002a 1.15 MB 3,186 37
573,548 573,548 000000000000000000128d79a7257163a3147aad385ad8391309495feba0ddd3 1.14 MB 1,770 51
573,547 573,547 000000000000000000127e0b6ae52a42466a1d2472e123af3176f8d1aaf096af 0.22 MB 541 50
573,546 573,546 000000000000000000044185fbf0a8fdebbd1851c709507bbd1ef1cd2897add8 0.33 MB 1,012 34
573,545 573,545 0000000000000000000f3ca0bcb0684ca2cf16f494da5ed1156d19426682b929 0.17 MB 527 36
573,544 573,544 000000000000000000032f74ca4b236bff4fe6d057200c1c817f2bd56dcc422c 0.49 MB 1,369 31
573,543 573,543 0000000000000000000d729cf0954714d216265e9cec281fb6d27bb6f023fbd0 0.15 MB 501 44
573,542 573,542 0000000000000000000d9eb95d509922485ee6b564b759cabae0fb480295e504 1.09 MB 1,918 10
573,541 573,541 0000000000000000001a946974aa0a584686ae5ea58f4b80d19765bb91b14cd1 1.02 MB 3,347 9
573,540 573,540 00000000000000000026cf05e8ddf9daeb6ee33ec4d3c132ebe025080f1ae6df 1.27 MB 3,344 64
573,539 573,539 00000000000000000015c207c450a97ab16f4d502e6975b7d08875865d5544a1 1.05 MB 2,692 8
573,538 573,538 000000000000000000121a87c68218606484f0937c9554483769297a490e2cde 1.08 MB 3,024 23
573,537 573,537 00000000000000000004b90de5f23c828e55cd3db17f2e2e953f373734474995 1.13 MB 3,452 31
573,536 573,536 000000000000000000183c635d6c05db839ed63bb1f4f0ecb38aad4f0955477c 1.13 MB 3,359 26
573,535 573,535 0000000000000000001c093b24d56c3f89d2bc9382d12f050d70f319ceb53914 1.26 MB 3,378 50
573,534 573,534 0000000000000000000cb4e7ba078d7816365debf8d44baaff6f9281ddfa7be1 1.13 MB 2,883 13
573,533 573,533 00000000000000000025173bb21ba3bfd208a04ced21dc6d6eefee552d0de1eb 1.28 MB 2,969 43
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.