Memory Pool Memory Pool Refreshing

2,700 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,133 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (77,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,702 830,702 000000000000000000000acab8abe0c67a52ed7e5a90a19c64930ff11fa84eca 1.62 MB 3,393 37
830,701 830,701 000000000000000000021a609138ef544b483d8fec4720f36d981670dc312fcb 1.80 MB 2,459 21
830,700 830,700 000000000000000000025d05c6fa99b5d0e1f7146313980605665bbda9eda606 1.87 MB 158 11
830,699 830,699 00000000000000000002a994604f948a2b5bb450f97e5bba9d5adcabf7362f3a 2.11 MB 1,303 14
830,698 830,698 00000000000000000002e79e27298f08ca0dd03ccf35bca65fe885dbdd6cc061 1.83 MB 2,843 23
830,697 830,697 00000000000000000001b66af20fd201d7589081628323a7939ad9f42529f4be 2.23 MB 2,681 19
830,696 830,696 000000000000000000032d51ac8d27c409f6ebb0b8bddb615555211bc946de7a 1.50 MB 1,435 14
830,695 830,695 00000000000000000001483e88902a979321539738972c151e30818c67b65865 1.54 MB 3,347 38
830,694 830,694 00000000000000000002452fc7fc27ba69915465a2966dc581eb4c5947215e2d 2.48 MB 822 11
830,693 830,693 00000000000000000002f4e7dc128b85b41cb389897f96510004f65364b63dbd 1.88 MB 2,074 20
830,692 830,692 00000000000000000001ac09c3e2496d52f152fd6210ec4a715e28c203db8226 2.09 MB 2,394 18
830,691 830,691 0000000000000000000118255dddbcae3aa5f647c7283bb5853697445432d0b2 1.95 MB 2,141 20
830,690 830,690 000000000000000000004ad97b7ae2f6202ffecf70f5696adc53b60b51f37ae1 1.73 MB 2,941 28
830,689 830,689 0000000000000000000034625b4999d0c3206b747db4a52f3dfd36db57baadc9 1.44 MB 2,802 32
830,688 830,688 0000000000000000000051a4d8fe6aa337190ab387fb73da51ccdc0c45e20b93 1.64 MB 3,201 34
830,687 830,687 0000000000000000000037d512b01992e7b0109ff269e13edd5b3950f8c6bf6e 1.77 MB 2,073 17
830,686 830,686 00000000000000000002625387c6638b4c8e4aa5e8030ee7d9d9843373677934 1.97 MB 2,164 19
830,685 830,685 000000000000000000031c9c79f37d7c7978766274bafa32b45c6170f7a611fb 1.57 MB 2,971 32
830,684 830,684 0000000000000000000141c2ebc8047935a99de46606ee6961b55e38c8c9915d 2.07 MB 2,811 18
830,683 830,683 000000000000000000002cc3d7f14a7aba1d314520ac48a471113b56298f3512 2.46 MB 2,741 14
830,682 830,682 0000000000000000000219770a853660cf3168a8102df452140017cc468ec417 2.00 MB 2,895 20
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.