Memory Pool Memory Pool Refreshing

10,074 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,293 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (644,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,382 263,382 0000000000000007ecf78d4d0294a2438dcfcdc6b802803c08631025ab38939b 0.09 MB 146 42
263,381 263,381 000000000000000960750d9d350adc1fdd5ad9f837257dd1108a7368cea41766 0.11 MB 291 97
263,380 263,380 0000000000000001b41015e1c12795707a33e11e70a4bc98072bb49272a7691d 0.06 MB 141 69
263,379 263,379 0000000000000007e34b344679259838a66453e37186ac173acfdfd2bd57b7e5 0.13 MB 354 106
263,378 263,378 00000000000000085807390c2825ef18777315c45be5a3ebb1510ae03df3ae37 0.06 MB 93 46
263,377 263,377 000000000000000623595e979b2e4e6b6b944197ce1de75f588acd006d135cc9 0.25 MB 675 125
263,376 263,376 00000000000000066e2c1e3eda8199c9d6380d449abbc8dda61f2ee5dab169de 0.25 MB 691 156
263,375 263,375 0000000000000008d711cc3a0feaff203e1adfbc46a4e4b6139e70106ff84309 0.14 MB 363 131
263,374 263,374 000000000000000b1e0b574ec09738e43d4c794f83fdfdd50130a5ea5ffd2b2e 0.19 MB 488 138
263,373 263,373 000000000000000096b103b40f22d8787eafcf565aa85d135fc9ea1558c7abbf 0.05 MB 146 105
263,372 263,372 000000000000000011fe25e45707658432939b06f2a4085aa895e2449edfdbdc 0.16 MB 404 118
263,371 263,371 000000000000000c4b296958c20b46c17e66472e0aecf441869bac98fefb1804 0.02 MB 37 30
263,370 263,370 000000000000000de16f36ee9738b82a56873d4e2332fb61351313e2b22ff8c4 0.25 MB 672 153
263,369 263,369 00000000000000010e8ca36e6b33237a5d022747ac1d235b49b87425830e88c4 0.12 MB 189 61
263,368 263,368 000000000000000d2c30dc6be397dc36efdb7eb5faa525343441f6951abc361b 0.05 MB 134 85
263,367 263,367 000000000000000a11a0ad593d3df914c64732ea390a29f3f1c15be52e1f2933 0.03 MB 69 71
263,366 263,366 0000000000000014dcb882ded66303a9f85b0173e59ab495e5d5179172ae55ca 0.14 MB 318 95
263,365 263,365 000000000000000b6a0ba11dc5a5e5b0cdd736eea6ba2888e8bcc11f8dfb6733 0.13 MB 373 155
263,364 263,364 000000000000000e66a4c39682d9ff15212b6ff33484d9c62f6042ff58c452ad 0.14 MB 288 75
263,363 263,363 00000000000000097a6b9efa8839fa39718a44a0a8a24c37dbb9c8ef68fe7823 0.03 MB 81 63
263,362 263,362 00000000000000162b0ef0c57c986c553d508a8b23f4098785a0938490df228d 0.19 MB 469 104
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.