Memory Pool Memory Pool Refreshing

656 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,892 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 655 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,891 (714,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,168 193,168 00000000000002b0a4957f019e5d1c185cba0ce3619946678b3059ddc1a320bb 0.08 MB 188 109
193,167 193,167 00000000000003aab0a2e3900a54843c7a26e0fab8539a082b9e81a84323e592 0.17 MB 328 112
193,166 193,166 00000000000007df36f573a721da06c25fcb96b27cca270121f38e765de6bb56 0.07 MB 229 34
193,165 193,165 0000000000000643eb198d05e82bf3e7bb4a6c150f0ffc01da11541cb5df1bed 0.05 MB 66 66
193,164 193,164 00000000000003baa55ce52a39bf70815ee76c634876c6bd77409c114eea455d 0.09 MB 228 142
193,163 193,163 00000000000002039a5583bce2a62675993827b36f94cacfcef266b4a391cb2e 0.00 MB 8 0
193,162 193,162 000000000000067bfa30f010d677e683698baa0c41353721e3b758d761b2c504 0.00 MB 8 15
193,161 193,161 0000000000000469c470217cdf8d556b8c4a80fa537364b4889585d5d2c7e281 0.00 MB 11 77
193,160 193,160 00000000000001b236d230d5c58f900630350dabf697b0ce6d616366ba57143b 0.09 MB 221 108
193,159 193,159 0000000000000059996492e9d3650ef806f574507c5f7e6ea4c2daa96cc0e0a7 0.02 MB 46 75
193,158 193,158 00000000000002a34737864639e017d64ad8ead0efbd3fac3c9d81d741b2f04a 0.10 MB 251 131
193,157 193,157 00000000000002409900aea7a45ab278cd36cceb2bc35c1f7bab48971358f122 0.00 MB 9 6,217
193,156 193,156 00000000000007dc67b010fcf72a274475455fcbedb0e53bb491c42e838b229b 0.09 MB 244 173
193,155 193,155 00000000000002012f15f71f0f336e0ce43fd9438e9954f6cfd6ffac86cc89f5 0.30 MB 977 38
193,154 193,154 000000000000026e1e27ec850c1a3f7eda14e953d6d14774c29d97c79fec7293 0.09 MB 205 185
193,153 193,153 0000000000000595c4a41745c8b6ee7ee7160865233016e7f1e04646296b9630 0.02 MB 79 13
193,152 193,152 000000000000012287edb386326ae57263ec023ede5cf3500d396d48c348be70 0.18 MB 301 97
193,151 193,151 000000000000055f4f0dea6ef2c64fe1f20b6bbbe52034510b3037b10873595a 0.00 MB 9 0
193,150 193,150 00000000000006cdf8166f21b549c7d8f681308891767c9026fb5ec6147e4a92 0.11 MB 44 72
193,149 193,149 00000000000007adb2d3234eaf4103ff3f935d1ec1e211bd67b412ab790e22f1 0.02 MB 30 58
193,148 193,148 0000000000000120dfe015ce5171e57e1597e092d8979063b7914875e838ed71 0.10 MB 232 112
Previous 10 blocks ↓
Total Size: 769.34 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,643.32 GB sent, 94.65 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.