Memory Pool Memory Pool Refreshing

2,980 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (2,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,850 905,850 00000000000000000001dad2814e6895bee61416758fb082d6a5e829b4c35fa6 1.64 MB 2,864 1
905,849 905,849 000000000000000000018d8f8ea73cd6617b5dbe55583d644c8c08da04517f36 1.66 MB 3,688 2
905,848 905,848 00000000000000000000b9abcf912606e4b5542c1447ce2cd9fa2ca40e95694d 1.62 MB 3,861 6
905,847 905,847 00000000000000000001250c09712065daf7569169a67c837c5ee614d39a6aa0 1.83 MB 4,505 1
905,846 905,846 0000000000000000000200c555990a0df5d3b10ee6a742c63f8cab00163b26ca 1.61 MB 3,393 4
905,845 905,845 0000000000000000000169c443af48282dad8705b9a2bd29ae8a3f3221037af1 1.66 MB 3,548 4
905,844 905,844 000000000000000000009729770a6209bc1ef11c46ff3d8ddfa7aad25bb34388 1.74 MB 4,266 2
905,843 905,843 0000000000000000000137077a49385bd9b99608cc96054ea81707be1a6ab425 1.70 MB 4,320 1
905,842 905,842 000000000000000000011bfe87d4df769d5db7d4bad5223f2b5d3b43ae07b3b5 1.64 MB 3,887 2
905,841 905,841 0000000000000000000138dbd64dd8eacd6805920000c4232fc8e6ddb0d73f4f 1.70 MB 4,707 2
905,840 905,840 0000000000000000000228acf9556cfd33073dff7bf298f71269e74eeeffc95d 1.70 MB 3,088 1
905,839 905,839 00000000000000000000632444da9cfc20b7696190777e373514c92c675e9c41 1.62 MB 3,674 5
905,838 905,838 00000000000000000001868e426f56f3af0b998c408d10f2296683a544181b7c 1.90 MB 2,121 1
905,837 905,837 00000000000000000002356ff221c94936b42303d617695b151e0ef763d5b4e8 1.91 MB 2,479 1
905,836 905,836 000000000000000000017f3e8304fbd57425846deb0a6d7d150634ea44e0aa48 1.56 MB 2,226 2
905,835 905,835 000000000000000000019663d8a2d0b4e06df3b90908d8c9631654a419eda275 1.59 MB 3,334 3
905,834 905,834 0000000000000000000165479d9de4de6bcca8c36d2af569b49a6b544f4023a1 1.58 MB 4,025 4
905,833 905,833 000000000000000000021b8afabf4907a3d45d3799eb939e835c2f52fe424194 1.75 MB 4,013 3
905,832 905,832 00000000000000000001aaf1f7f9fda8fe264aae5a1dafb43ac9e1cd23e2eacf 1.65 MB 4,424 3
905,831 905,831 00000000000000000000269eed8efe8f4df11757c74d5c173bda9e14412b88fb 1.55 MB 3,678 8
905,830 905,830 00000000000000000001f1de94b601896e2ba4bf19b625c65bd41139a6fd354b 1.70 MB 3,573 1
Previous 10 blocks ↓
Total Size: 769.30 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,642.68 GB sent, 94.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.