Memory Pool Memory Pool Refreshing

5,721 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (604,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,367 303,367 000000000000000007d0ac64d91ac496e26ecb0c7e884c8fa8a4cd8b44f2f655 0.13 MB 86 9
303,366 303,366 00000000000000001d5dcffebe1cea359d1381c36c2764103e2d44e052dc50fb 0.18 MB 361 33
303,365 303,365 000000000000000025f087d3acf587cc007159f8aaae731693c5bd649006d854 0.09 MB 188 31
303,364 303,364 000000000000000015963bce9d8298ff8186a040b50a94fb2b3a6b2dc41ed051 0.06 MB 114 32
303,363 303,363 000000000000000007e47a1e993488324169311ba5ab0897d6eebe56b52cbb59 0.15 MB 276 32
303,362 303,362 0000000000000000283342faa5cf228dd13cd8916e8ad8ef73763137a675f6e6 0.18 MB 380 34
303,361 303,361 00000000000000000de216a39cde8760c06e01b0c2f3e482ff426c7c8ad89a1a 0.16 MB 298 24
303,360 303,360 00000000000000002c179fd569a14c41566bb0b0330393879e8b2e9e0c627312 0.43 MB 856 31
303,359 303,359 000000000000000027f821bdd4f86f60393f04be9abe9b15ca49ce6f3cf7f7b5 0.49 MB 618 23
303,358 303,358 00000000000000000e0e7c036ffded077798a0034afe60ecaa94ce250b79bd17 0.05 MB 16 1
303,357 303,357 0000000000000000018fe18cc1255b907d2e225ff7aa8c79a15210a4c2e1d9f2 0.02 MB 35 19
303,356 303,356 00000000000000004d89a1f54cbcf3d7e494634c4cd62a7ed1bf9aede5dce0d8 0.08 MB 202 28
303,355 303,355 000000000000000041cf60e56945071b90e595aacd0a959833a4fef8eeef7442 0.30 MB 577 29
303,354 303,354 0000000000000000603b8f292193b8455cf29fa8e6f4806271d9a11417ee0406 0.11 MB 273 27
303,353 303,353 0000000000000000315166fcb332f3899f8ec0ce33bfbb5fdd9fa90ddc750827 0.27 MB 541 33
303,352 303,352 00000000000000004c37f0e08db27789bbbe28fc58a77f596c0c9ac7bb219467 0.46 MB 873 33
303,351 303,351 000000000000000021b6fda3ff1f40b719215c35517675b027b5cf8eca1c9168 0.17 MB 315 24
303,350 303,350 00000000000000000b3f0a2897004ba70b2b7a4e78f137cfc723a00d8dc8a0dd 0.79 MB 1,432 33
303,349 303,349 0000000000000000634019c8795075690f4346035c49fa38e1385c7c5afc3490 0.55 MB 1,259 40
303,348 303,348 000000000000000015244d32de1875fab33710d3b7a124549533f0aa977ae48e 0.31 MB 678 36
303,347 303,347 0000000000000000345dd7c1c9a7a7897026b6419daf9ea00f74d827b8bed48a 0.35 MB 360 13
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.56 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.