Memory Pool Memory Pool Refreshing

847 transactions
0.23 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
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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 839 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (62,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,590 845,590 00000000000000000001008352b160eb4f38b6739e5ab20067fdf656aa338348 1.48 MB 4,918 17
845,589 845,589 00000000000000000001a7844ca729130f92e917e9dd24709f41b92a51e30158 1.47 MB 3,745 20
845,588 845,588 00000000000000000000964635b5432e4fb0ee5f0cf5bec9259162bb8d78d486 1.41 MB 4,467 12
845,587 845,587 000000000000000000022e513fb9ad7a1ac74b44faae3c7e440004bf7959480c 1.52 MB 3,314 15
845,586 845,586 00000000000000000002fc0771befef94d68ffb9d70ca52283fd29b40f08f9a2 1.43 MB 6,185 12
845,585 845,585 00000000000000000001f056811ac484bc0294c21687df7436f643e6f3455a02 1.46 MB 5,932 11
845,584 845,584 00000000000000000000872ac0271e4d1530bf987ad10ac1a17002ffa1ab0754 1.61 MB 3,696 11
845,583 845,583 0000000000000000000034e56d9c4ab0472326d0ef5b58a5aca13dad4516e912 1.47 MB 3,609 20
845,582 845,582 00000000000000000002b9887bf0bba275bda704ff89012414cab39e1c4ac57d 1.53 MB 5,783 8
845,581 845,581 0000000000000000000124f0ba9eeaa0b752b0bcfc51a446691e9a4c523e3240 1.60 MB 6,244 10
845,580 845,580 00000000000000000002b5d7918bdeb6620e16340190aa735bc57e8181caf7b9 1.56 MB 3,607 14
845,579 845,579 0000000000000000000351d52327ac9492be687262d63a76bee68ac549946e8b 1.47 MB 2,734 12
845,578 845,578 000000000000000000028299c81513255a8d83c9537eedceee3d7c04bb0fc9c6 1.44 MB 4,846 11
845,577 845,577 0000000000000000000209bbb6b98117f2af7b5cc2244a9cef351b8bd5329dcd 1.42 MB 7,434 9
845,576 845,576 00000000000000000000aee511a0324b0f58d24a12f1e467b7b931f334f126bc 1.58 MB 3,231 13
845,575 845,575 0000000000000000000284020267528fb470ec89ba8c82a85b249340363e1b71 1.52 MB 3,603 12
845,574 845,574 00000000000000000001dce4a2c3bdb181ad1e223b552b0a8d9440c0de39e33b 1.53 MB 3,160 20
845,573 845,573 000000000000000000023794e337c51927354c513bfdb9fc2d858bb3004eabd7 1.49 MB 5,842 9
845,572 845,572 000000000000000000033b2237e4655712ff7d22fc8b8bfb8e2c6c5514a75678 1.43 MB 2,593 11
845,571 845,571 0000000000000000000165d1ddbe0d319acdf3cd9355c1f84c4cb6fd22997e09 1.49 MB 3,668 16
845,570 845,570 00000000000000000001130ca06956f302e845d77d154ca8d3cdd181b4de78e5 1.43 MB 3,037 18
Previous 10 blocks ↓
Total Size: 769.07 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,627.98 GB sent, 93.20 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.