Memory Pool Memory Pool Refreshing

18,494 transactions
5.92 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,338 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (713,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,629 194,629 00000000000005d60ed6f5ce8f3c52034bfe6bc68a4a9c46a2c741997968aded 0.24 MB 315 114
194,628 194,628 00000000000003d024a9e2918791a402e22587307cca467e9e1d5b9da4f51c4a 0.07 MB 122 110
194,627 194,627 00000000000000cb8c85707cdbd76a3819c7bad148451b2521571f39a1b02130 0.03 MB 108 141
194,626 194,626 00000000000004f8b8552e5286d541abd48897d706e4c180962844022728b06b 0.02 MB 48 70
194,625 194,625 00000000000004c3005c27d480634dda9323c2e4b3fcf78e45887f38808c789f 0.01 MB 32 0
194,624 194,624 00000000000000b99791a7c29c4640f52ff21cfa2bad7002146d3e790fce1f02 0.10 MB 100 183
194,623 194,623 000000000000046905664e47045886b5b78c2784f972506def332591ab0e0fda 0.00 MB 10 0
194,622 194,622 00000000000003aa3858c17ea3b30974cfcd29ad4f35a132ba08bfe925642900 0.02 MB 64 0
194,621 194,621 00000000000002ca661c542f2bf28898bc69f6e92e58dd4acb52f777b4fdfb0a 0.22 MB 500 127
194,620 194,620 000000000000021527ed664eb91c87a73f69f7d87b9eac2db2b9d23d714df399 0.01 MB 32 111
194,619 194,619 0000000000000219a6c6c5721dc3ff78f73efd618851002e046cf6db4b29efd3 0.04 MB 86 77
194,618 194,618 00000000000001f4c15a2546d77fc4b915329dcc86ac8bf46302c34e5c8c50e7 0.07 MB 218 66
194,617 194,617 000000000000076319fd6864ff369ac7eb72543a00e025434a4f0c8021b60d8d 0.00 MB 9 329
194,616 194,616 000000000000068b8fabf5fd26b4d2ac11907c83f1df5807e422db158d422124 0.21 MB 512 97
194,615 194,615 00000000000000c5cb92576f932956cdc8e12ee9c62f3594f9fb74426897518f 0.00 MB 7 0
194,614 194,614 000000000000010d5e7357ccffc06635efb8ec6191c653397efd9c49a05a937c 0.06 MB 135 116
194,613 194,613 000000000000031319f85c58d68719201e630d616ce90e44d04105e617ae3e05 0.02 MB 67 25
194,612 194,612 00000000000005e72c91eb924fb63457dd572ead2e24efa1c1a7d75cadcfb888 0.12 MB 253 129
194,611 194,611 00000000000003d4deca93e858579fb146d27223f28dc2d963d714b4ca382b28 0.00 MB 19 54
194,610 194,610 00000000000002eef20c0bb913f6a778e9f8cb9b14111ea6486b0c20b7c77784 0.07 MB 92 96
194,609 194,609 000000000000063a4bfc867d5befd60f24a65b7294faf7f67e3fc67f3cc39235 0.02 MB 64 86
Previous 10 blocks ↓
Total Size: 769.02 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,624.35 GB sent, 92.99 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.