Memory Pool Memory Pool Refreshing

5,219 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,616 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (750,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,694 157,694 000000000000001af71259c98d8c49cef039098e782604f3b45c45dc66de0fa6 0.01 MB 35 126
157,693 157,693 0000000000000575a62052daeb44569c2b633e5a2f2243523f07b0daea2c6528 0.01 MB 18 52
157,692 157,692 000000000000033528863ea6dad6f607ac9f5e406d33319fa7642effaad73ba4 0.02 MB 90 79
157,691 157,691 00000000000004ace72f0cd5a975f67d72df8c00a6dd87205f0208351d2d9d35 0.00 MB 8 100
157,690 157,690 0000000000000479ce6373d5fb6c33073a7d4547a67a35ec6a47b109421658b7 0.00 MB 1 0
157,689 157,689 00000000000002e018ebb40c1aeff230a509f5d8c1e5f681b5418904386bf334 0.03 MB 55 72
157,688 157,688 00000000000004ac338d05aa90682a1812d661a6077d942e1f05518e970730ce 0.00 MB 2 193
157,687 157,687 0000000000000c02f752325bdd1907d81644dcfd1852488cfb27fe47447fac79 0.01 MB 19 59
157,686 157,686 00000000000002383087605d82b9e709a052daa9b0ccf962d407c11c27d374bf 0.00 MB 4 114
157,685 157,685 00000000000009ed46c429d7e2786a815c94ad981110202828d791f2a2b835b3 0.01 MB 19 65
157,684 157,684 0000000000000daf364aa5b66130c2b9cc99a8cb50755d15973bacbd0d6815ea 0.01 MB 20 38
157,683 157,683 00000000000006227040d6ad4972fd852f1ce692a398956e69d8e79aa469dc27 0.04 MB 158 3
157,682 157,682 00000000000007f6dde62837d52cd25d66f2f0b36022018437c51e05ae62628d 0.05 MB 110 96
157,681 157,681 0000000000000531aeda4c8b2b79fbfd0ecef77b68f10a8693bdf839be6b5ca3 0.00 MB 9 1,064
157,680 157,680 0000000000000a27c0f306769468b8b840563c31d0ce53a9df3205ff98ef293b 0.02 MB 56 261
157,679 157,679 00000000000001d007e5cc146bb7794c106ea6ee15db61064b8af67c3c09bef8 0.01 MB 29 4
157,678 157,678 0000000000000db77e35c955c1b54682cf7a3f44fa1329d4c3bd0eb4d0137fc2 0.00 MB 2 0
157,677 157,677 000000000000088626388af719ead4577e972982e8b4b126ce22c9cefcc38b06 0.00 MB 7 0
157,676 157,676 000000000000074c6c3c629c785140ccba73c43c8e2e727c054809cc2e1fcc09 0.02 MB 37 68
157,675 157,675 000000000000034b2e434d374f9c04afa934589a9744438addc717089f8e477d 0.01 MB 14 355
157,674 157,674 00000000000005869c1ee4eeb2550fd374ecd72fb27d256c3eb91292256f19d0 0.01 MB 17 391
Previous 10 blocks ↓
Total Size: 769.23 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.71 GB sent, 94.06 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.