Memory Pool Memory Pool Refreshing

3,648 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,959 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (23,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,912 883,912 00000000000000000001d42f615f39f8fdb482c679bd5bc43aba37aae87afc81 2.17 MB 60 1
883,911 883,911 0000000000000000000096497fec74e81ab7abd775012d3dd4c54c1d70068784 1.98 MB 1,049 1
883,910 883,910 0000000000000000000261b4732c894df369afa8d07f6e450f33a08458748628 1.89 MB 1,997 2
883,909 883,909 00000000000000000000000dfd0cc3bf9b3e2324c5dc264cf0b4156df51884c6 1.61 MB 3,302 3
883,908 883,908 00000000000000000000cf8bc9885fa862fcdf36b53bbf9c312d6288a670fcd7 2.21 MB 936 1
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.30 GB sent, 93.98 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.