Memory Pool Memory Pool Refreshing

1,540 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,524 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (434,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,308 473,308 0000000000000000014526c59a2353cd3d803237337e385fee27e995630a95c0 1.00 MB 2,192 124
473,307 473,307 00000000000000000141a0df657924c304909ded0e7f157035c0bd403b23eb07 1.00 MB 2,140 182
473,306 473,306 0000000000000000014885c35db98537fd0392d2f9aa014597d6a1575075ad55 1.00 MB 2,025 56
473,305 473,305 000000000000000001537e17bfa9ae2668108c2b8faa3ba7673ba930374873c4 1.00 MB 1,682 129
473,304 473,304 0000000000000000015eaf13bbefd2c554479c538a9fb4c2360147ef3cc0f5e0 1.00 MB 2,259 334
473,303 473,303 0000000000000000004bc96b58c82b863fe8b63c00ae4d387d33f8a33715f89b 1.00 MB 52 76
473,302 473,302 00000000000000000146e88db8b87408ac10eeb364cde75919170663dc6d07be 1.00 MB 2,053 258
473,301 473,301 000000000000000000a8fb04b7c7269baba14bf9f917198e57ed79296af25b9c 1.00 MB 1,924 244
473,300 473,300 0000000000000000005f95826ecccdbfea3a332227343b56431aaf5ff545b430 1.00 MB 1,978 277
473,299 473,299 000000000000000000cd6cf1dcc4e5e8ae305e91099aba54c3a282584bc45a26 1.00 MB 1,289 128
473,298 473,298 0000000000000000010cd415d60e5c668c32a18b3cf4da38cbe4600da77a2dd1 0.99 MB 2,189 294
473,297 473,297 000000000000000000837daeb00088616f9b692fc8c4207106394431b00b60db 1.00 MB 2,250 193
473,296 473,296 0000000000000000012433b1e62cc80fd293569caa8b5e3f09eeddb65eb79044 1.00 MB 2,440 238
473,295 473,295 000000000000000001875f6b109bb7478404e6bbd19fe24d9b8c536b21d57120 1.00 MB 2,209 311
473,294 473,294 00000000000000000170b0b12f8ead51c0edbd62ac8419e3994e02f6f59fe01b 1.00 MB 1,454 243
473,293 473,293 000000000000000000081c4bf3fd00db2ad94753a8375619a51213c2174108ca 0.99 MB 2,543 412
473,292 473,292 000000000000000000bf1b708a8e2ae1bc656b3958c6376552c42ee3b3fe8e8d 0.99 MB 2,103 304
473,291 473,291 000000000000000000c4f8c9017f4a39734f9a0af8305d99f573789f567dbc30 1.00 MB 1,533 370
473,290 473,290 000000000000000000aa342fb267c6cb11611bf2ba01167acefbce1605b3c513 1.00 MB 2,516 421
473,289 473,289 0000000000000000009568ccb5f4f0d0f41b1ee55b5705a51746768c34b35caf 1.00 MB 2,056 136
473,288 473,288 000000000000000001015be63338efc9cd4f7ab61596aa075bac44145957d285 1.00 MB 2,262 369
Previous 10 blocks ↓
Total Size: 769.15 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,632.61 GB sent, 93.63 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.