Memory Pool Memory Pool Refreshing

1,552 transactions
1.93 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
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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 586 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (46,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,587 861,587 000000000000000000016bf1143505345f4269d246a8c349823ece450593bed6 1.50 MB 3,548 11
861,586 861,586 00000000000000000002cd981bf54ff32b9ff67998d5429e3d23ecb81b00ca82 1.59 MB 3,723 6
861,585 861,585 00000000000000000000cb5c01750686a9d089ce7d417bd0bf142b8332d53dad 1.39 MB 2,413 3
861,584 861,584 00000000000000000001bab32ed320132fcef7fdbf27a666a1609f03755802b9 1.41 MB 3,163 4
861,583 861,583 0000000000000000000085e1820dbc25e132be528745ba35d9df8b1e058ee0d2 1.38 MB 2,959 5
861,582 861,582 000000000000000000003eae612e1f79de10125b718d348e0e9cdd29d51a0fa0 1.25 MB 1,543 2
861,581 861,581 00000000000000000002c969f00e09f67419549479c23dd1823a62aaabda22f7 2.24 MB 5,209 3
861,580 861,580 000000000000000000029bd4d124ba67244eb17748b64e1664dfa0a7fc7493be 1.80 MB 3,302 3
861,579 861,579 0000000000000000000036393210faee895e8958b2a60193ef2ddcf50641bc09 1.53 MB 1,701 3
861,578 861,578 00000000000000000000fcbd5b48ebbd8992db44c5a6cf0cd4d15ca5bb36b401 1.81 MB 2,977 5
861,577 861,577 00000000000000000002afe4e6d6f96763dff6b8d66acfcc07b3b30e056adcd8 1.85 MB 3,021 6
861,576 861,576 00000000000000000001220d4f80d9138be75a1d90e96e3685ad392ef85eafb2 1.68 MB 3,648 3
861,575 861,575 00000000000000000001fa2293f931534a23f7b349df609cc3674057190cbfe1 1.49 MB 3,036 7
861,574 861,574 000000000000000000022d83c685cad8e6e712379f0e8a3f9aba1cd7595025eb 1.57 MB 2,899 4
861,573 861,573 000000000000000000015e5a0804e275cf99a6a4dd6007f42164ce8c5f1048da 1.64 MB 3,470 14
861,572 861,572 00000000000000000000d57a14b49ea28b737e222cb1677c55668d29e5aa4b97 1.60 MB 3,683 10
861,571 861,571 000000000000000000023c5f943e7ccda2dba98d90ac978097f79e0120f3c5f5 1.52 MB 3,280 14
861,570 861,570 000000000000000000007c94c9c62a53543f49e4b2bf12e732d9b1a78c81f325 1.73 MB 3,103 5
861,569 861,569 000000000000000000007fc2944a693db5dcbc58ca15a53b1cf288b8ecb74769 1.70 MB 3,877 6
861,568 861,568 00000000000000000001e34356827ecbb088e87818d91c6575a534ec6fdbb3b9 1.65 MB 3,749 9
861,567 861,567 00000000000000000000a3c9ea1deffd8973bcf40d4690e124e90268e3b1d84b 1.66 MB 3,238 8
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, 114 incoming
  • Data Transfer: 1,633.31 GB sent, 93.79 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.