Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,933 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (477,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,739 430,739 00000000000000000134e7e32ce9c208889d8cc77ab6d67b7c9b8c911d239f7b 0.12 MB 252 51
430,738 430,738 00000000000000000246825b30738c7e1634ecc603ce5eebb29735f63271def8 0.68 MB 1,691 61
430,737 430,737 0000000000000000037580ecb17188f0f257cfefbc472427f703777b0ca78968 0.65 MB 1,199 52
430,736 430,736 000000000000000000068d9c3c738b194077569c22f4cffd1f961bd8b8b780b6 0.00 MB 1 0
430,735 430,735 00000000000000000419336823d0ddb4acd1a3265d99afbc9423a4d844d50da8 1.00 MB 738 17
430,734 430,734 00000000000000000417906129ef833b684fc62e982ac01264f3995136b92adb 0.17 MB 475 72
430,733 430,733 000000000000000000a1085419c15e23207aab636eef36961cdafff8d3817e02 0.72 MB 1,635 55
430,732 430,732 00000000000000000159728e5b420f96bf2f3739c73ddbbd2474a57345500ae4 1.00 MB 2,548 63
430,731 430,731 0000000000000000025e0a541dd44a1cd5ca7dd803339a8b47ab87ee888fa95e 0.09 MB 256 73
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
Previous 10 blocks ↓
Total Size: 769.28 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,635.55 GB sent, 94.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.