Memory Pool Memory Pool Refreshing

9,226 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,674 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (722,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,518 185,518 000000000000019335b1188ac0be79b0df7a63d2b5453d05c4e4bebac7656925 0.00 MB 5 1,485
185,517 185,517 0000000000000288f31a534cb767194866e887664560fcb60fbfd4fbfe4a158a 0.38 MB 966 140
185,516 185,516 00000000000004018b9ce4289d632ded1eda3c9b5df934394aceb8848ff4adc6 0.05 MB 124 150
185,515 185,515 00000000000008a957c67aa66908a140b37b785d9a7b24d3ba706937ce891d00 0.06 MB 180 197
185,514 185,514 00000000000003d20998daef66e44f567c1368b158a1667e7976de32dc5f3bd5 0.25 MB 441 160
185,513 185,513 00000000000003d7733674ced8ccc587b2a951b838393ec6cfd6687333cbe33c 0.00 MB 1 0
185,512 185,512 00000000000006d27ebdf85e4692846abea082b8efef00cc2602d557c917a664 0.20 MB 512 296
185,511 185,511 000000000000056f5e3c14dae97fcfb55632263e8d1ce0dd2b8a0cf57ffeda7c 0.05 MB 120 358
185,510 185,510 00000000000007f2a089a9bfc89d9890893f97b19fd59db3c25f1abf14e889b3 0.09 MB 167 81
185,509 185,509 00000000000005089e79ba481b3753700314c18319abdc9099c4c23933a2e0b3 0.07 MB 147 93
185,508 185,508 00000000000008e4c78443585c41444720a164d03027659a6ac655008189c1e6 0.25 MB 550 117
185,507 185,507 000000000000051fa4b4a291245643c19323ba903d2cacf27e96645c1c8b4552 0.14 MB 207 686
185,506 185,506 00000000000005aaca4f01e81c4f8fa0fa0049f3a1751c5590e54f0dc11bf4d8 0.00 MB 1 0
185,505 185,505 00000000000000f194d9a2b528ee44f8c1e75ff19a1bfcf3f49c4bee9a1d47ab 0.17 MB 563 189
185,504 185,504 000000000000041b5b36b444bb93191fca5ce987e2af6bd659b608b6947e234a 0.23 MB 512 620
185,503 185,503 000000000000060cb5547a9bdfbb14181cbe81ada3fd92672364c1b3a9f1a08c 0.05 MB 138 235
185,502 185,502 00000000000007b2f3f29a2da4742229af62be4b7246ba3238002800fc811276 0.00 MB 1 0
185,501 185,501 0000000000000291ac3e60fa3df5db20a631d75244d217adcb23797b2df25c36 0.04 MB 96 159
185,500 185,500 00000000000005c4805d0c6d88eac0e943f085352eb52782bdfb5d46a046120d 0.05 MB 124 164
185,499 185,499 00000000000000c05e0b2aafca9dcf3f8a176784846526556c55b06ace3f1961 0.04 MB 80 214
185,498 185,498 000000000000029394690a458a593badcc717961cb4c921073530afcdc917847 0.00 MB 9 349
Previous 10 blocks ↓
Total Size: 769.03 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,624.98 GB sent, 93.01 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.