Memory Pool Memory Pool Refreshing

19,425 transactions
6.25 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,398 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (476,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,730 430,730 0000000000000000042e2a2399c8b9ee9024655f2916211ccbf64eabe3360c69 0.10 MB 275 66
430,729 430,729 000000000000000000a6ebed8f892864e42603c0503795a65ab6542f1c63bbce 1.00 MB 630 18
430,728 430,728 000000000000000002e741ff035884f8cf215f42da49f9220bfe630c99620416 0.89 MB 2,372 66
430,727 430,727 00000000000000000087ef2df584e4c4f712904205400dfb54efbbcb33ca7234 0.79 MB 1,584 54
430,726 430,726 000000000000000003c3781ef335bb5f0fcba465980b989c489fb08fdfb3a087 1.00 MB 2,454 70
430,725 430,725 0000000000000000019f8f73f7550ca942c7c573d1462c50bd8a44893a3c7847 1.00 MB 1,107 35
430,724 430,724 000000000000000001796fd5ad5b03be7f04bbdf4a03a61f9d38bf791b9679b8 1.00 MB 1,811 45
430,723 430,723 0000000000000000018c7057661c23193a0d9e9a0c21c99fc769b72e79e0b8c9 1.00 MB 1,668 45
430,722 430,722 00000000000000000400fac80d7e0beb461ffcde85c9c67caf423d99a949e05b 0.34 MB 860 68
430,721 430,721 0000000000000000041a630a4071dc9662ee955ee3ffc2d0d1392072b393f12a 1.00 MB 1,156 29
430,720 430,720 000000000000000000ef0f024769c1041a1cb87dfa6897c70bffe4ef0cb03533 1.00 MB 2,060 43
430,719 430,719 00000000000000000076c7765aebe012e7671829fc19f3eac82cdc91609debaa 0.99 MB 1,510 41
430,718 430,718 0000000000000000017d2740b38f0f7e794806e0425a052820a02df26afb5a9a 1.00 MB 2,724 69
430,717 430,717 000000000000000000066951971993b707b089bbb36cb3cef0352d0e3a1478ce 1.00 MB 2,465 64
430,716 430,716 0000000000000000039dca34bb69fb220d915ad1fde3d3572dcff7538e2bde03 1.00 MB 2,931 77
430,715 430,715 000000000000000004a2c59bc351afaa3bafb9a8f676d0436270ec1f023e6309 0.09 MB 212 72
430,714 430,714 000000000000000002e9a7a4f4382eaa3bdd0161a0c1eb524b05cfa75d9b2785 1.00 MB 1,973 48
430,713 430,713 000000000000000001fd68ac1cf2ee408db290bf59cbb570dc8a6e9a4889a4b4 1.00 MB 1,646 35
430,712 430,712 000000000000000001e870976cdd9137a8a593fa82cd9e2de701b046a33f275e 1.00 MB 2,447 49
430,711 430,711 00000000000000000358ea557a4432dffbac75d8a0d5482094a52e883e03f65f 1.00 MB 2,794 60
430,710 430,710 0000000000000000040dfec6c00481b122e5a8627df85979824ce2749a610619 1.00 MB 2,654 82
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.