Memory Pool Memory Pool Refreshing

1,362 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,369 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,368 (896,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,378 11,378 0000000051a0f997fab8c3850222c2f244c02d8c12ef19cd893af06dbdb51ae8 0.00 MB 1 0
11,377 11,377 0000000077798e8a96e859d55ce25915c6d923db75909f7734392037e99efa33 0.00 MB 1 0
11,376 11,376 00000000078db697f5c26171b38dc6c44e7c6bf98d833f220da93a8d2c4c15e5 0.00 MB 1 0
11,375 11,375 000000001c26a5d89065816f64eb08147ad415bf125061e985b6a53e8ffbb1f9 0.00 MB 1 0
11,374 11,374 0000000088f293008f3f20197f6affacc3438ed19020ed5f6ab7ca6a9cd8b711 0.00 MB 1 0
11,373 11,373 00000000c3e87ba82a5ae8cd79572be9f9496117709838f0a0283682454ec554 0.00 MB 1 0
11,372 11,372 00000000c7a4c6fad052f155b746931d49a83dc7bfae5874a53f4519eac91106 0.00 MB 1 0
11,371 11,371 00000000d75db25e12ddcbe17544b9a5a177f9cf97dd1c99fe9e3f15dba9e7c2 0.00 MB 1 0
11,370 11,370 00000000bb3db77265697180c24ad75dfa77e46923a2f83e0512a5b658891cb3 0.00 MB 1 0
11,369 11,369 000000008d51d1659d7164e740ce0db1f92da201bead01098f29aa27af8914e6 0.00 MB 1 0
11,368 11,368 000000007d2f467e31e32da1830d8336f948f6a763d27ea0757d449c1a38e81b 0.00 MB 1 0
11,367 11,367 000000005f707a121d50b3c6fe84b7dcc290de2e98722bbd977724a61165b8df 0.00 MB 1 0
11,366 11,366 0000000011c969bfb1db6b890d733696f7deb991060ffbf29513c0f404a89919 0.00 MB 1 0
11,365 11,365 0000000030843b70ff277af0a9a944f0cb228100b7c00bdd8b9816d0e3bafe70 0.00 MB 1 0
11,364 11,364 00000000ce2f6c350b5e0a6d4b41f3e7b833a2bba0bd6d25f0b71b4e843168f0 0.00 MB 1 0
11,363 11,363 00000000483cbcd95fb2ca88028f697bb56ecbb85effdf337af529fdbdd517e2 0.00 MB 1 0
11,362 11,362 00000000d7479b35fce1b3b7193e8098504239a6082dd929e28231e3c18f453c 0.00 MB 1 0
11,361 11,361 00000000c826667400f988e9bf85af3a96fc4bd355d422ac633d5feee161aa8b 0.00 MB 1 0
11,360 11,360 00000000525f6eb01f75c10c6f1e548ad35d676a9f11088d478cd26bc844e7ba 0.00 MB 1 0
11,359 11,359 00000000f3ce9deec1d8f3fd66fe0bcd1bd9d62b546e52881b0a2df74a514385 0.00 MB 1 0
11,358 11,358 0000000033215123fbf67e7a05651f7d0d38460b747571fe3c28f82356449bc3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.37 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,703.17 GB sent, 98.98 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.