Memory Pool Memory Pool Refreshing

3,813 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (714,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
193,147 193,147 00000000000000643dcb3171ffe9236e7c92ef2daee24778b813c0df95db75a9 0.00 MB 13 0
193,146 193,146 00000000000007773b0fcbb85fcb7cd6faed0045f9706309c583574757fe93ef 0.04 MB 131 104
193,145 193,145 000000000000058d52cc1241cef368e8c01ad790fff29a6d0447c0aa208e6b9c 0.20 MB 674 173
193,144 193,144 0000000000000147d4d83d5cd556b682673310f3dda8f51d55d7d92c0a8db695 0.08 MB 186 116
193,143 193,143 0000000000000556695794ab8188ef880d9f49139ede2e8ee738a744ab165914 0.15 MB 363 128
193,142 193,142 00000000000001b6e1e3b09eef7aa262024ddb9328a21763f7919ad23431c24c 0.01 MB 21 101
193,141 193,141 000000000000035dedf81fc042e1a131d4cfae7bed11947653776579a0cc3fe7 0.13 MB 305 139
193,140 193,140 00000000000005948724c5cad35134622440690fe777220ffe6eee0e87f1caa8 0.04 MB 57 186
193,139 193,139 00000000000002dfb926659d7bf63cd6f0840c921b3717205c39c3e83cacf14d 0.03 MB 91 52
193,138 193,138 000000000000016a639c277de8bf64c0efb8e7140888d204d8f66c0a93f8bc0b 0.03 MB 49 83
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.