Memory Pool Memory Pool Refreshing

12,219 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,036 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (23,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,907 883,907 00000000000000000001f89a0c096343fd1b187e15cce9d876f7707f1053b7d3 1.77 MB 2,610 4
883,906 883,906 000000000000000000021996f618d9de003270fa41dbf4d05dc38cb02a9cc4d8 2.13 MB 341 1
883,905 883,905 000000000000000000020bc948fd29e6313568d314efa16680bbadb4fb946e07 2.08 MB 928 1
883,904 883,904 000000000000000000005cec34e05d50fea14cf5b7c70374740b78737151f558 1.87 MB 3,320 1
883,903 883,903 0000000000000000000014450e29b967e08c680a6d579937cc0787d3151717d8 1.86 MB 3,688 3
883,902 883,902 0000000000000000000242d221bb583c8f39324f89ee35a0175bd0b48b45a0cd 1.56 MB 3,626 5
883,901 883,901 0000000000000000000062c937883112f243aaa9bc60839ee7f9564ee5eb1568 1.80 MB 3,317 2
883,900 883,900 00000000000000000001943d2daed58f9069b61067f996945b09b1996e547628 1.56 MB 3,495 4
883,899 883,899 0000000000000000000053f384e2b3eb1cb8eaa20e2ce10bafa46347b69220e1 1.60 MB 4,304 10
883,898 883,898 000000000000000000015f18c1471624deaea59f656c5632c22bc8503dd77879 1.90 MB 2,436 2
883,897 883,897 0000000000000000000252c50a33c6843be79f4d855ff7954d32028b457d45fe 1.96 MB 1,742 2
883,896 883,896 0000000000000000000267ec00316894167d4fdd35e9647fe528df73cfb219c3 1.94 MB 1,782 1
883,895 883,895 00000000000000000000b469f546cca4b8c01c98f111013cf58b5945d1ab26c9 1.74 MB 3,492 3
883,894 883,894 00000000000000000000fd6c656b6435aeec66dd7bfd2633e93c5f47b2314964 1.60 MB 3,808 3
883,893 883,893 000000000000000000007e32934b39d824a04fff06777e377442631977db33ab 1.72 MB 3,490 2
883,892 883,892 00000000000000000001328791832894519817f6218b6c274c9c191c66e5dd85 1.77 MB 2,607 2
883,891 883,891 00000000000000000001f31aa41922cdadd349d1f715d50f9b7583735f663154 2.14 MB 489 1
883,890 883,890 0000000000000000000032fefe458655f1d8bf406e8e5493f4cddb479ba68a5a 2.01 MB 112 1
883,889 883,889 00000000000000000001d9359841d331aadada6c8579ea9a08cac145f7f73a8d 2.02 MB 1,008 1
883,888 883,888 000000000000000000024378fb07774fb27c840972f57d8b509e730a4b04392e 1.03 MB 1,774 1
883,887 883,887 0000000000000000000021e79485b37bfc271aa6a59022ad7b7afd0c0b0fbcfc 0.89 MB 2,227 2
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.