Memory Pool Memory Pool Refreshing

1,459 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (718,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,133 189,133 0000000000000987ae3cb02458a52b720f12f1fbce3edc5ca95b7e5a14bfe7e4 0.04 MB 142 3
189,132 189,132 000000000000005049ed32cb466476278d26ae1a3159d9ed4afe460afb4bcdd3 0.06 MB 138 109
189,131 189,131 000000000000030bd2f6aa7fd3bd7abe9ca164ae16610d901abfb8898d0fb188 0.00 MB 10 14
189,130 189,130 0000000000000556fd997575c112092b32892b8ae54b31caa1548a74254f674b 0.00 MB 11 15
189,129 189,129 00000000000004af57823d1449daf5ed0ef272e7ae285f3625a738b6a034f4f4 0.04 MB 69 107
189,128 189,128 000000000000073e4d840832d136dec9b108b58c88f3c133d6cea4728ca9386d 0.01 MB 26 96
189,127 189,127 00000000000001ecc923abd396a95b698277597d8b3d92e4327a924dd4b2bfde 0.05 MB 81 80
189,126 189,126 0000000000000192f2669b3da3d12888c588379a95a862fb07bf9aadbf0b969a 0.03 MB 45 36
189,125 189,125 00000000000007c4da3f3f47e07e488a489a80a284003c79fd685a5be372ecf4 0.17 MB 399 184
189,124 189,124 0000000000000949f775bc1dcb85bfe47ce3641a81cf2a5f980788209d5594e3 0.00 MB 9 15
189,123 189,123 000000000000065bfddbff7ff8db0736547c14eb9551d953c5f2ed03263f737b 0.00 MB 1 0
189,122 189,122 00000000000008c18d80445e3c6b33a2c7de326198b3c3a7f793166145752078 0.30 MB 629 141
189,121 189,121 000000000000025c8bfee1b2f0a316c9fb6e2f75533c488338fb7a711a2591a8 0.12 MB 188 82
189,120 189,120 0000000000000816af75136a7a4a80759363b68f485a2958d463dae55cd652a9 0.03 MB 59 82
189,119 189,119 00000000000002e3a7c825e0a206ff0fc510f4c33dc9669e9f0137f2d7cc1de2 0.23 MB 378 94
189,118 189,118 00000000000002e8d51be23067afa4f086803bebd6c407b0d2e83f01451384a4 0.03 MB 96 5
189,117 189,117 00000000000002f390e2ce0b3126bf30b96df029a26a86ebdaea4d47bcde2f01 0.17 MB 427 125
189,116 189,116 000000000000055feb10c0bd1e1d78577caa4f96a43b01c8c3e71b457534b77f 0.02 MB 64 22
189,115 189,115 00000000000001b1b0c3b9428bfede7e0b89bf840a8ef823922636d97d7dfca3 0.09 MB 256 176
189,114 189,114 00000000000004712305ffe914b6c099201ced3c45a49f1e3c4d25b94a075aff 0.00 MB 10 18
189,113 189,113 00000000000004cc1cd714b569c17673ea834cf9bf32a04463598d54a1c27590 0.04 MB 128 233
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.