Memory Pool Memory Pool Refreshing

587 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/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 0.24 vMB 583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (76,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,776 830,776 0000000000000000000221e9b23c658fc2962e5901b2d803a93c8e6f83894be2 1.85 MB 2,739 23
830,775 830,775 00000000000000000000d658ccb1bdd1c122769cbaa4457f609f49693b57c471 1.71 MB 2,504 26
830,774 830,774 000000000000000000032476d3929ec8c198f97deb6d0f38416b128d3bf61bf8 1.41 MB 729 16
830,773 830,773 00000000000000000001dbcac51e8d7d4d678a8afdc66ade338f657764fd5fab 2.31 MB 1,711 16
830,772 830,772 0000000000000000000120a24727c2257fbccfbeefa30ad26b2b2a97a96dfcf8 2.34 MB 1,644 16
830,771 830,771 00000000000000000000f629943c9a6eb901f9a1728311f0d14c4d9bae67bb90 1.74 MB 1,576 18
830,770 830,770 00000000000000000002847d852a4547756cebd34005e6301a7251bc3ac85a81 1.67 MB 2,833 26
830,769 830,769 000000000000000000006639cb2da6f6901843c02d9164d2292b2ee73eba3192 1.50 MB 3,237 35
830,768 830,768 00000000000000000002e8bab8bb3bc774c5675e8d40149b2646013294b310fc 1.58 MB 2,647 32
830,767 830,767 0000000000000000000309683bf0b039f3b16596e804faee0f4d6bc7e0789ec4 1.90 MB 2,238 22
830,766 830,766 00000000000000000000d9042895bf1859d354b7ee603eec234760cf5f3db34a 1.62 MB 3,030 28
830,765 830,765 00000000000000000001293e256b8f434ae44a09f898fdf38d41557aa73b8526 1.74 MB 2,254 23
830,764 830,764 0000000000000000000127188ba2b94c50573046950a359955ee9c270bbae0bb 1.82 MB 2,292 20
830,763 830,763 00000000000000000000057b0486c7e85b878457c7402f80755d40ae06137898 1.91 MB 1,558 22
830,762 830,762 00000000000000000000840d69e13268172c37bd61f7d85cc3be1eecd28420ff 1.64 MB 2,731 34
830,761 830,761 00000000000000000002d2717ad5d44fe7cd361404ece5571ef6eff4759bd6b2 1.68 MB 2,634 28
830,760 830,760 000000000000000000033f4a68643c75050ec2beea1866af7bc7b62dda0c937a 1.74 MB 2,726 26
830,759 830,759 0000000000000000000165293751cdf0614a51e70b4a01d1a3e04f30842146ea 1.68 MB 2,992 33
830,758 830,758 00000000000000000002b59eb19ee7ba38703bc24e4d6f10cb8a6c3e155d2773 1.66 MB 2,156 29
830,757 830,757 000000000000000000027016395b4cd789346ff78d269b311077f91682bb4ab1 1.60 MB 2,630 31
830,756 830,756 00000000000000000001074069633a95b37ddcf2bbe3037038cdb24bce300911 1.59 MB 3,208 39
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.46 GB sent, 93.43 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.