Memory Pool Memory Pool Refreshing

3,620 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (630,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,451 277,451 00000000000000027a0ebac59f4c55cb4200a0e318eea11d62290cd4a1289ac8 0.25 MB 476 64
277,450 277,450 000000000000000195fc00515152aa2aa6b66626fc3ba80f462faf2949ec9f20 0.11 MB 226 46
277,449 277,449 000000000000000307692bb6c30a0411ff39ba05192765834ae01ffe86ec8460 0.21 MB 327 38
277,448 277,448 0000000000000003911e83f2b4dad286915aaf2aa9ce0310d4e981169dada0eb 0.25 MB 289 25
277,447 277,447 0000000000000000855f49edb3b56480a84f6ef17dade392231755137802395f 0.50 MB 967 57
277,446 277,446 0000000000000000c8152824862a38d2fefea9f68aa40c79f730ce86920617c5 0.25 MB 580 35
277,445 277,445 0000000000000003079ef54034f9193667d0848fffff069f79949f40b41393e3 0.03 MB 93 113
277,444 277,444 00000000000000039874a5567092b64e92cfca948f5721204489b44c7480e1ee 0.25 MB 735 69
277,443 277,443 00000000000000013c5f9fcf9be11efa9e08773c55d9ee725d32a91c790019a5 0.43 MB 602 31
277,442 277,442 0000000000000001620fa212b4a01b8d8a119aa7f3f18cbff91b743f2713739b 0.25 MB 639 56
277,441 277,441 0000000000000002cc048cc8edc8c6fee265c3421299a98809864d4cb11866da 0.32 MB 594 40
277,440 277,440 000000000000000280ea6c540492ca5dae9a48a3d7819225342424d6353784e2 0.05 MB 109 36
277,439 277,439 000000000000000380fbb3441d3752706c4c727d34e0b7e6c5865d3254c7b0ec 0.26 MB 491 42
277,438 277,438 00000000000000004396c3b3a37e9d184232d0051df306ebdc65f8ca1618c76c 0.12 MB 197 33
277,437 277,437 00000000000000022b3564857f6b803387a1750e2437f7e04fb15f074ef17d05 0.01 MB 9 20
277,436 277,436 0000000000000002a62425fd8442ba5c19cba6da2211d86120b0b73f596b8d5a 0.16 MB 250 39
277,435 277,435 000000000000000265acc62f51be262488c4cfc0ef42b760f2e505f5d5865122 0.06 MB 115 41
277,434 277,434 0000000000000001eba2b2a2643dec28f1682b61df9cb87667b7bfbc44fb8cfa 0.03 MB 75 41
277,433 277,433 00000000000000024a70469abe7bbd08e7a9e685888904145c53d37842d0b2fb 0.15 MB 102 14
277,432 277,432 000000000000000203f030ee199cca27e3ca2e0a125d67c6a028cd286468e222 0.25 MB 546 50
277,431 277,431 00000000000000015cf4d30e3244cae6537b59e1c2ca136071ead43faf52e7cc 0.05 MB 17 5
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.