Memory Pool Memory Pool Refreshing

6,027 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (662,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,698 245,698 0000000000000006fe46db5893d696f3d4f0096751069be32199ab233e906b21 0.15 MB 324 124
245,697 245,697 00000000000000392cba8116e0f6bbec8ad741b033bc367029e40e8de3abc10a 0.06 MB 118 112
245,696 245,696 00000000000000289792632e99803c80897584ecdc2598a8361b10f69f686686 0.11 MB 256 148
245,695 245,695 0000000000000016c57f342dc3e94df0ed915e78abdd059c033af41bb052f3d1 0.01 MB 25 120
245,694 245,694 000000000000006d2c24bb03a4360088cc182b830622e112ac188a8433e87ce3 0.17 MB 383 128
245,693 245,693 0000000000000068b915bd197cbf0634cc1485ddbbe75e9d96feb8c1de10a798 0.09 MB 312 38
245,692 245,692 00000000000000924d216987bbd418204c2b6ef11f7c7c60bcd5595c2d27485a 0.18 MB 351 178
245,691 245,691 0000000000000074c886aadf2913fef1ca2282c9ae7bce88b966d4170558262f 0.23 MB 588 156
245,690 245,690 00000000000000b51e8ea4f2459af5036d8ac2f7e39986999c82c45fa0058968 0.07 MB 119 90
245,689 245,689 00000000000000187b7f72f8652c4206adca841a31b25a441f54335ab1c99c7c 0.24 MB 536 154
245,688 245,688 0000000000000065f7dd71470019672b0f927532c54e078f3277df871e15b657 0.04 MB 75 73
245,687 245,687 0000000000000018fbebebb805de0c840af89868335c1cb2243ce944e25b1c2b 0.19 MB 436 146
245,686 245,686 0000000000000092c77b5710a75fee80db7f43549621fd18c6758e78bc94f3cf 0.12 MB 307 145
245,685 245,685 00000000000000ac43842fb17e0051ea03aadd6ecdbcac00bbbd006f61f313c4 0.02 MB 64 92
245,684 245,684 00000000000000993faacdb3ad63085cb69cbf95e6dfcc13316a12f3d3838d60 0.06 MB 113 176
245,683 245,683 000000000000009f9317f81d4f972f6698ae7eeb74e8e2f3fc80e827bcc365dd 0.05 MB 128 46
245,682 245,682 00000000000000988ef730980e11e723beade67e381d0c801ef9bd9583825e75 0.12 MB 317 162
245,681 245,681 000000000000009e795d3f0b6ca10ebf4ff0414925bcf3d2927e2463e201540b 0.07 MB 153 119
245,680 245,680 000000000000000f53bad17209cd8ed04d126c40bb9e797b342872ea7dc0f5b6 0.14 MB 251 127
245,679 245,679 000000000000004aaed627501358990318e06b87776a33e6859cba300afd2f16 0.09 MB 209 138
245,678 245,678 000000000000008bb4e10fe9b5813d6a2dbb36fd78e71ce4f8bd96ec35d65818 0.01 MB 11 49
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.