Memory Pool Memory Pool Refreshing

3,825 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,712 (191,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,686 716,686 00000000000000000007f42eac710f81ff495cc1cb327146bcd389565c5d9386 1.26 MB 2,116 11
716,685 716,685 00000000000000000003872856f4babf5ce0b9ec17a869849bba6b904f90a7e3 0.13 MB 100 9
716,684 716,684 000000000000000000041e801a5adf951fa13bce666c3217e15eb5bbea380288 0.09 MB 194 8
716,683 716,683 00000000000000000000a5e11e4de8ca20571f352c9db03ea623eeb24299440f 0.70 MB 1,044 12
716,682 716,682 00000000000000000001939dffeb9b79dc45b84371ceeefb1e6da2648bb28fdd 0.06 MB 172 16
716,681 716,681 000000000000000000032177a27ad917ced4249cbc0150c759b60fb779f8993c 1.31 MB 2,452 10
716,680 716,680 00000000000000000005fda00b221948d31cb4c40e86e1e028f9290e52c303d3 0.67 MB 1,096 10
716,679 716,679 0000000000000000000b0ac0f1d6178293454d6afa1663aca05abec533d300d9 0.10 MB 217 10
716,678 716,678 0000000000000000000b0b3f4a0b878a6e2e8edc7135b4595d2ef1c94162551e 1.17 MB 1,820 9
716,677 716,677 0000000000000000000b47ff055f37b6122e249c9b562dc0a232cd9de4aa60b2 0.42 MB 1,052 10
716,676 716,676 00000000000000000000432ee12cc088429fe379502d589779eadabdfd4bf60f 0.63 MB 1,259 3
716,675 716,675 00000000000000000008f35073a71a1005ffa3832c8cabe21a53aa52494a4d53 1.39 MB 2,417 13
716,674 716,674 00000000000000000003b916ab87adc1d66cd0033961dc04dc01e8086f09ddd5 0.13 MB 226 11
716,673 716,673 00000000000000000003d19da9bbc9cfd85c21a0746c7231554407494852f3ed 0.53 MB 1,021 10
716,672 716,672 00000000000000000006e19d00fa29b5b6d41f56c61cc3eaf281d3280b7d545a 0.60 MB 1,094 11
716,671 716,671 000000000000000000042e719459a4a3bfb016f6f1c153cc672ea18adfed9cd2 0.29 MB 419 7
716,670 716,670 00000000000000000008efe5a9bfc157bc567cc959fd51620c035a380cba5d81 0.99 MB 1,492 8
716,669 716,669 00000000000000000006ba7428c88e80a73f1444ddcb259800d17d078683f9a6 0.19 MB 257 11
716,668 716,668 00000000000000000002108f5b28b12a390f998d05acadc28bac03edffe26a24 0.48 MB 992 10
716,667 716,667 000000000000000000088e462fd10ee2701e53616530e92b6f409ff0390ef660 0.75 MB 1,151 12
716,666 716,666 0000000000000000000118520b2fe61d647560905249f00074a36887a6c481d4 0.41 MB 553 10
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.