Memory Pool Memory Pool Refreshing

5,320 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,672 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,016 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,671 (194,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,564 713,564 00000000000000000008b037d6f8ccd2845786b793f1914e2989628f021ce8d6 1.49 MB 3,190 21
713,563 713,563 0000000000000000000c2bd0f8894549cb9fad00a6bae32d0214241dbc290499 1.49 MB 2,506 18
713,562 713,562 000000000000000000065e7e484a3c3666c6b855ace24bbb04e8aa196c5926df 1.22 MB 2,131 22
713,561 713,561 0000000000000000000552b7e2ca1259797cd16feb46f24b5327ea04c2f7193a 1.65 MB 2,501 22
713,560 713,560 000000000000000000011346f8b8147b3186f4f7b554927a1205b9b04cf8ed72 1.51 MB 1,276 2
713,559 713,559 0000000000000000000a580b09b539656dc89d490120d6c1f5e04638bfcaaa6d 1.53 MB 1,479 7
713,558 713,558 0000000000000000000bd6ec99cf432b15f3124bf36ddf939a579a1cb6b86bf0 1.50 MB 2,636 4
713,557 713,557 0000000000000000000401c156327137e1914bc79eeeba5f7d2156bd5353a543 1.52 MB 2,311 19
713,556 713,556 00000000000000000002f155e47525a247db3759ef9298cf30f65dc0fb61c64b 1.57 MB 3,466 9
713,555 713,555 00000000000000000000ed4e3ee8fe419da172e9ca40750e9f1faec39dca728e 1.70 MB 1,964 7
713,554 713,554 00000000000000000001304867112c839f06cc716587d00c488ef659834490d9 1.60 MB 3,214 12
713,553 713,553 00000000000000000007b5ce03cb03371c46f3f4ca9a9da44833b80d8c423bc4 1.62 MB 2,550 9
713,552 713,552 0000000000000000000783f90db671e709248000692cf9bc2344387b44263cf8 1.49 MB 3,537 14
713,551 713,551 000000000000000000016823bda50d8f99d3bc7e5d24933a9311646ffc094cbc 1.49 MB 3,147 24
713,550 713,550 0000000000000000000af15249519d4d80154a69a60719ad1c4a5ec917970dce 1.50 MB 3,165 17
713,549 713,549 000000000000000000024cd2b549ea5790470ce28e2a3b5d925f6cbeacdcb188 1.56 MB 2,283 34
713,548 713,548 0000000000000000000b102073a45ddb8af25615cf2db420774ce5244f6053b2 1.50 MB 3,144 18
713,547 713,547 00000000000000000009d3a88012e360bbea60c4c81d141dd582ff4aeb9046b3 1.64 MB 1,422 3
713,546 713,546 000000000000000000066d74e3d38a60fafa6d820995f25e4209020d40d32f1c 1.63 MB 2,259 5
713,545 713,545 0000000000000000000c7ab08e4a9566a4253562763ee8c7416363696b700668 1.72 MB 2,313 20
713,544 713,544 000000000000000000041cb436bdabe5716837bc0c8bb9ca548e724cf9d84f98 1.58 MB 3,627 3
Previous 10 blocks ↓
Total Size: 768.93 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,604.05 GB sent, 92.43 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.