Memory Pool Memory Pool Refreshing

13,797 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (693,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,912 213,912 00000000000002812446872f1d4ded709da88c68697efa3925014e6c67355507 0.05 MB 94 176
213,911 213,911 000000000000054857d1c125e2db3f9d3bc441cd46f224276037bc74f08b8e35 0.25 MB 414 87
213,910 213,910 000000000000019dfd4a2c51f497e1e939cad711ee6c16f8d13f000742654598 0.01 MB 32 41
213,909 213,909 00000000000001c17a5bc4348dfad567dbaaa3e6367512a7067824c5b4c4df22 0.24 MB 629 204
213,908 213,908 00000000000004a4bb24f24a9caa9c9498b41a7016adfd7a93d92e480e24913b 0.00 MB 9 496
213,907 213,907 00000000000000ed4fcbe5b09741482451dc3315a4cf4da0b8183b806599a311 0.09 MB 181 188
213,906 213,906 00000000000003ba1deee517db0cf0760315483724b7522a13314b5f4ea1f3d5 0.08 MB 214 187
213,905 213,905 00000000000004e6100c8f4e66a6bb59f04f0d41ab349abf27da61731af6c24f 0.11 MB 252 152
213,904 213,904 00000000000000979b3b60e28d08309d4a1d0a3c0eee2696c6f6d6bdf3b6d210 0.11 MB 193 134
213,903 213,903 0000000000000100cf809e651ac31e987343da8294bad57f5b2472c0701a1eac 0.21 MB 450 159
213,902 213,902 0000000000000465137a5daaa13bdfb45a0729711bf216e1803ac07c0a5f0571 0.23 MB 474 151
213,901 213,901 00000000000004639ae126f23965e5a02613898e6c9982a69b1feea259324da3 0.25 MB 570 161
213,900 213,900 0000000000000331baf19f701170a77f732ca1d700c2a6cdbade3d15376ed08b 0.00 MB 13 211
213,899 213,899 00000000000004d215e89c65457ccbaf229556b81a89621d15a3ccf3f8869ffe 0.42 MB 661 145
213,898 213,898 00000000000002cb16c361fa63af21aaad545d3008f1942d0cbdf141aada73d9 0.16 MB 365 132
213,897 213,897 00000000000004ea71e3a909c8574e924011ddc1686a5f49ebae89c1913b11b0 0.25 MB 568 169
213,896 213,896 000000000000054db0e5e921511ee2b274add1449143aba436e10bc1f9079f57 0.20 MB 497 181
213,895 213,895 000000000000058c1804ff24a4b0d50b8a306c3b580bdc6d4220c6a0a4ab2ceb 0.25 MB 76 101
213,894 213,894 000000000000032a13274a364ef233ce9870488d50d6548ff380fb6768e66f35 0.25 MB 704 239
213,893 213,893 0000000000000263d42ebc4610fa5499ea2faa96eec630a650c24e4bc1f135ce 0.16 MB 338 167
213,892 213,892 0000000000000020a67060985c736ac85e99aaeaf93b3b1c571980ee70e8f744 0.20 MB 504 388
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.