Memory Pool Memory Pool Refreshing

5,313 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (713,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,635 194,635 00000000000001ca09ee4bbf66e38b28248d2919bcf250b8cec2945a8c86da11 0.25 MB 512 58
194,634 194,634 0000000000000208261345bd001a4d004f82caffcaa04a48a6001e4cb4a7f67c 0.00 MB 10 78
194,633 194,633 000000000000061cd0b3b8b9c2702dcf7cf50dcd4e23b8ef0a1236dff785118a 0.01 MB 31 170
194,632 194,632 000000000000050e84a0ef08fac424a243e5b5d9172898fd9444af33c34c888a 0.12 MB 275 124
194,631 194,631 0000000000000593fafef0a145ae6c535bac6d694979c1e92c051f0843bd9dde 0.01 MB 42 99
194,630 194,630 0000000000000623e927002efa5d75ce6637e1c0fa863eaf002b58bdc6345948 0.05 MB 143 10
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
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.76 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.