Memory Pool Memory Pool Refreshing

6,991 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (102,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,439 805,439 00000000000000000003be517b718b44ddaacb2e3e60b4bdd8f688e9e0422156 1.44 MB 1,924 10
805,438 805,438 0000000000000000000090735a7d6625a98771c44c0c007d7181446964dfcf78 1.50 MB 3,055 18
805,437 805,437 00000000000000000004a755f8ce41d521ba324f95d79f9039bf61ddb6eeef13 1.90 MB 5,166 6
805,436 805,436 0000000000000000000199cc7a579010831aeb7ea7546f09553120f2ed558acf 1.68 MB 3,182 12
805,435 805,435 00000000000000000000353f67fda45f6c79fa50338c2770fbb2fd47c42f585a 1.58 MB 3,479 18
805,434 805,434 00000000000000000001695e66e0c21f776198b787aa8a8c5493b7d94d84b18c 1.76 MB 3,913 7
805,433 805,433 0000000000000000000308bed352c56c748d7a4ee5f9f18adbe00367142b9a72 1.63 MB 2,945 15
805,432 805,432 00000000000000000000b98e1acabca7df8c77f73f4556de3f31a1094eefd102 1.77 MB 4,132 10
805,431 805,431 00000000000000000000f046f27d4a4f3a329d0ab6291c7e439ce61da816d736 1.70 MB 2,856 14
805,430 805,430 00000000000000000001355d2fac32bbc2234fd998e4d76b6d7c414d95b4f5a2 2.08 MB 6,361 6
805,429 805,429 00000000000000000001727e448f076aef3ccc01d264bf7a891f6b08b1c61da8 2.01 MB 6,165 8
805,428 805,428 00000000000000000004fbf05735c649433d1fddc1522c4fb59df2c6739f6ac9 1.85 MB 5,213 7
805,427 805,427 0000000000000000000406ac6b86675f99a02a7f4fd52fef5196d28e2c44e1ba 1.66 MB 4,018 8
805,426 805,426 00000000000000000002ee6b878b87f5088fed416fc18f647c5713cd8a000503 1.42 MB 2,476 14
805,425 805,425 0000000000000000000296367f7796f36ad0512d3151bdea9184a290b1b549e8 1.54 MB 2,427 10
805,424 805,424 00000000000000000002b9d3b3932096a9324bfe18acbc5c66691113decf1333 1.37 MB 2,127 14
805,423 805,423 000000000000000000019decf0a4c5b959fb427f52a9856d6d69f6a49e761d2a 2.01 MB 4,929 9
805,422 805,422 0000000000000000000281103ddb5c48930d6b6429e9fb76761c4ec7722147a4 1.96 MB 5,901 7
805,421 805,421 00000000000000000004f53e3a59428b90327a0d39d1c4116a374e67fe59e904 1.78 MB 4,612 7
805,420 805,420 0000000000000000000285fe3be51a63b1975452b8cf418db3be20214fa1ee6e 1.49 MB 3,059 18
805,419 805,419 000000000000000000014916ae23727639dd83f073c91ef45121cba213d34580 1.87 MB 5,011 8
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.