Memory Pool Memory Pool Refreshing

1,957 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,948 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (639,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,493 268,493 00000000000000072f2c71f4ed7f7b557a2794529f549dada58f3fff1313b641 0.25 MB 562 64
268,492 268,492 0000000000000007ee2db3da964939ff34695ef1a2343ae05c837cba83630ff0 0.12 MB 250 92
268,491 268,491 0000000000000004f8b72f04bca4ad1ff14ae948a7f7564cf5a41a595b1d9b38 0.06 MB 119 52
268,490 268,490 0000000000000008589a3c9f2d3e90a60f8e46941b193adf3628da876ab9826c 0.03 MB 60 40
268,489 268,489 0000000000000005cbda40223ee23d3117c8c59d42ea554f3d6e194da3b00fdb 0.09 MB 124 51
268,488 268,488 0000000000000000b1521c7c7c86a5d1dd5860391468e2b50c77674b9b78af13 0.35 MB 356 21
268,487 268,487 0000000000000005cd6a869c15b71e1996a2f7573a46a277c2255f52fcb7ad77 0.25 MB 564 44
268,486 268,486 0000000000000003ef756848b7e10c0899f92e7f7da826b887f4485579b37355 0.50 MB 1,334 101
268,485 268,485 00000000000000018c35a8fc716dfd73e4c5dbec98c08bcfca5d09f2103560ef 0.04 MB 104 23
268,484 268,484 00000000000000000c0810b3cf10b4c349f654a262b903bd44389c2152f35da4 0.15 MB 143 12
268,483 268,483 0000000000000006d0077d2165aca07735644c20d46681cdd2c13672c3fb58bd 0.36 MB 650 74
268,482 268,482 00000000000000048dacd685911359f088d6b40322ecc53c0336d01466ec0c9a 0.12 MB 273 74
268,481 268,481 00000000000000027f03342ffec58d10ba810f633b1d24ed445393a9fc88ff88 0.28 MB 627 106
268,480 268,480 000000000000000316ffd816505517755cf95bd7f5caafe6af1161b4caa74a32 0.23 MB 464 69
268,479 268,479 00000000000000068ae6f7151bc1a548d7c5cd9165c9f7f36dd034d0d79970da 0.05 MB 117 51
268,478 268,478 00000000000000058941e3dc56cc55f1e51117529e4fc41af1a0325f6d1038ca 0.18 MB 359 70
268,477 268,477 0000000000000001d70b805e7001b86d3c5b185da19048b3d395f76afe4c87ec 0.17 MB 362 82
268,476 268,476 0000000000000003dbe3ee6ee03a08de7f14e45643770d4ba78ca869e3352a75 0.38 MB 549 4,133
268,475 268,475 0000000000000007a042e0442393c38a0d2f1f43948f575aab45b4cf38d632ae 0.25 MB 584 98
268,474 268,474 0000000000000003d1dacef859ed0581eec4e39402a1aa074693bdb561091638 0.10 MB 201 80
268,473 268,473 0000000000000005c5385805787a10795cf992d97ad251617fbf56745bdbf4ad 0.10 MB 200 54
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.76 GB sent, 94.07 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.