Memory Pool Memory Pool Refreshing

7,674 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,011 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (83,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,597 824,597 000000000000000000033e5162c60ce540e8025a6f16c597c2631985ee57089f 1.86 MB 2,644 47
824,596 824,596 00000000000000000003a3a5ae691c4a6d91261903a1d75c0ca5be95f9705e3c 1.89 MB 3,457 62
824,595 824,595 000000000000000000005620c57bcc66b0d5c58e2f6a5dfaa67f90e730f1617d 1.55 MB 2,758 55
824,594 824,594 000000000000000000005fd682b7e0ce0fd478e16dd46549b225bd7eae035902 1.58 MB 3,253 74
824,593 824,593 00000000000000000002688854684cb1c6621841d93a28d28fc9555cc87df447 1.49 MB 3,277 79
824,592 824,592 00000000000000000002436c5a40a3e61df8e89063f16638d0aed1c732f761b5 1.89 MB 2,010 49
824,591 824,591 000000000000000000039b857a6e213b3c3ddd9e2809b072e7503d80b08f7f79 1.76 MB 4,487 55
824,590 824,590 00000000000000000001889db759c7f81ec1d3e92cac3e095cafdc02027f29c5 1.81 MB 4,242 52
824,589 824,589 000000000000000000024e0aae31556b4792a8caf620bdb64098d89d61c9e9c2 1.69 MB 4,205 58
824,588 824,588 00000000000000000001508dbc5776d5571f1cdf13cffd22db6a3c14f111d7ca 1.73 MB 1,827 36
824,587 824,587 00000000000000000002f7c609a7f87c35e70aeaccd3265a39f4c0c41c4c53c7 1.84 MB 4,959 55
824,586 824,586 00000000000000000002b8bc7087a4028eda45e80fc939d05f391e4c43739a45 1.96 MB 1,439 36
824,585 824,585 0000000000000000000148a5e402b95301ad722dcb551be77fedbcc8f9d5c569 1.97 MB 3,238 51
824,584 824,584 00000000000000000003791cc26bf5f2fb104378a6c8e063f52e959290ed7c7d 2.11 MB 2,900 56
824,583 824,583 000000000000000000007de5c9d897d5d1fb7dc7fba708b9753d0e9dd1052d53 1.94 MB 3,221 91
824,582 824,582 00000000000000000003a0a4f727f2ec8344716aa611560a437351cf03906435 1.79 MB 1,580 47
824,581 824,581 00000000000000000001a47841d84f5a28240a5b465a6fc592722f8888a413e2 1.78 MB 695 36
824,580 824,580 0000000000000000000083d4f34c5314713de72d27c662e95807bb56c2e55008 1.45 MB 2,293 43
824,579 824,579 000000000000000000025443b95efe0ca063d90e5d35e54f646b3b62d0cf2eb9 1.59 MB 2,292 46
824,578 824,578 00000000000000000002b84dd11a81594a7f2a6c4ea3be59bc33cc5b7e30ff5e 1.95 MB 2,270 45
824,577 824,577 000000000000000000026c1b7c38e67dd1d81860357d0d48974a982b29ada1f6 2.18 MB 3,517 51
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.