Memory Pool Memory Pool Refreshing

5,060 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,707 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (194,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,686 713,686 0000000000000000000a0507df7acf6e815361b43f51f9083a287130a63d88a5 1.31 MB 2,286 7
713,685 713,685 00000000000000000000d4228677aed53e5be07532d0a0cc7cb726aa3523e0fa 0.46 MB 1,010 10
713,684 713,684 000000000000000000065530ffcadf4577a914ba1551c44deef051e524f2b900 0.94 MB 1,438 11
713,683 713,683 000000000000000000083f27abe569557f33bc90dc8a2173f7aae5f83cdecaee 1.32 MB 2,413 8
713,682 713,682 00000000000000000002d5eb9b7a000572e903f1918f470ec56c5627887ce4d7 0.74 MB 1,758 9
713,681 713,681 000000000000000000092ec0377bc7ec9807cc9e3095f3a46a16eda5bbf0bd92 0.51 MB 968 10
713,680 713,680 000000000000000000084f3263294cb5e5583df2128c9244e12a4322c24bc89a 0.63 MB 1,101 7
713,679 713,679 000000000000000000051b509c714c4f15b584b2b3a2cf1b0ebad7343ccd0072 0.68 MB 1,325 9
713,678 713,678 0000000000000000000a9ea51cde2721d06cd0acf4ffc9d35c4faaa725a90ddb 1.49 MB 2,620 10
713,677 713,677 00000000000000000001428b6dd8fb78d4c18d8266247406a181f377b2b76bc8 0.23 MB 487 8
713,676 713,676 0000000000000000000b6661307a4ea817c5e371f4c939385e778be1278faa94 0.35 MB 899 10
713,675 713,675 000000000000000000050a5a7621bdaeaef5ecfcdcb17ee854b9195555fa13de 0.22 MB 412 10
713,674 713,674 000000000000000000095b2132f75f3a0a4b8c1e0c589fff84485cff12fe5110 0.75 MB 930 2
713,673 713,673 00000000000000000003d6e541056529e433555205f7d70eef738be00ce1ce5a 1.52 MB 3,200 7
713,672 713,672 0000000000000000000681b7ab9dec4ba750a7b87ecea8592504fdf7856e87df 1.54 MB 3,150 6
713,671 713,671 00000000000000000002f9ea4d250a96c1775af3eeea631fe74bb194b4d7308d 1.42 MB 3,241 24
713,670 713,670 000000000000000000058df10f4db7230b04a9b04aa199bfa2deee15fba73b45 0.79 MB 1,472 8
713,669 713,669 000000000000000000037cc17972a986f90365389b58c30b1de73275b828b314 0.68 MB 1,301 12
713,668 713,668 00000000000000000009d16879dc8c40e03563a4acff4da7f9299c97bb635887 1.06 MB 1,664 4
713,667 713,667 0000000000000000000a66e4c073507de94f5a9a16b8601346eb25ff496e1354 1.48 MB 3,668 4
713,666 713,666 0000000000000000000b16ebeb9e33120d46a3731ce824e2e28b62837b9ebb2a 1.46 MB 2,709 9
Previous 10 blocks ↓
Total Size: 768.97 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,615.54 GB sent, 92.65 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.