Memory Pool Memory Pool Refreshing

3,159 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,838 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,126 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (781,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,417 126,417 0000000000000dd5522fc250f07b3de357f33c6e7299fad5cdabeafe74b14044 0.00 MB 13 955
126,416 126,416 00000000000011dc667d8f2254026b8148255bd7621c548fdfe72ec1f316d82e 0.00 MB 11 69
126,415 126,415 00000000000033d31667139934cd179165a1055ea5450943587aa327e85c301a 0.00 MB 11 1,303
126,414 126,414 000000000000200d36bb33ef46ce6d75cd9023d85662fb33211b21c3f821231a 0.00 MB 8 300
126,413 126,413 0000000000000c059cec9bab43660395ebd48cc1da511d8229cbea626e72e4e6 0.00 MB 8 302
126,412 126,412 00000000000015e180c827f81152182824afc76403b69cae7a4a4e9f1d8af8d5 0.01 MB 24 1,054
126,411 126,411 000000000000320b1c5f6603450e2790f9362531b05074f257b36fabe84b9246 0.01 MB 13 696
126,410 126,410 0000000000000f8f1852031d6d5a8011457114736ce310862fe18eed35c74a9d 0.01 MB 45 194
126,409 126,409 0000000000002eda614ac818a63fea56ef227463866dbc660a6a2ff41eb0f7b2 0.03 MB 73 1,726
126,408 126,408 00000000000035ba8a2b53603e5c7a6d674a849372a17ee78554b7cc5dbe8f4a 0.01 MB 23 855
126,407 126,407 0000000000003539811a1d61d730a7fdbc3238efd805ea97104efc5135f031dc 0.00 MB 14 465
126,406 126,406 0000000000002371aeee0ae4ada02c4f3a5c7b087f0570071728bc036a745f11 0.00 MB 11 1,108
126,405 126,405 000000000000203da7567f84230abc7ca826d42939d22ed528b4d68a19a04e74 0.00 MB 10 268
126,404 126,404 00000000000038571ca6a6c0cb12bebc4bbfe0f6e3a73132dc7e126154f8311e 0.01 MB 32 98
126,403 126,403 0000000000000851cebb8b07d97688085371c7e51a29e83da72e9c5e3d6fcd1a 0.02 MB 40 788
126,402 126,402 00000000000016591317a1e123aff87f69ca7ae4b506e0062700152e4119a42d 0.01 MB 12 375
126,401 126,401 0000000000000f9ddef454c312a8bccd9baa808ffb9773755cf0ab867331e742 0.01 MB 22 1,544
126,400 126,400 000000000000443a397c099458703e381557d45881bdbe78d50e81919fbe007a 0.00 MB 1 0
126,399 126,399 00000000000018b1d3a0414d4c19ae5ce31da24c7a7bf28e33a139b595b2ae68 0.00 MB 3 2,283
126,398 126,398 0000000000001605c2c35cdcd504102f48aa83f93c7e31752a43b9daf603e256 0.00 MB 4 0
126,397 126,397 0000000000003c7c312c2c6cb7f982e6d744d1507187ffdd55fc89d6509e6a06 0.04 MB 80 421
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,634.95 GB sent, 94.10 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.