Memory Pool Memory Pool Refreshing

9,209 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (613,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,366 294,366 000000000000000067dd184a8657642a6fcaecb70694b0272381cd9043bb8100 0.26 MB 331 23
294,365 294,365 00000000000000005c192afd4ca1cde0a49c6bc712528452ea15d4641d23c5ca 0.22 MB 366 34
294,364 294,364 00000000000000000da1c285aa8c9b6fa72236acf7ed1c0d1f0b4b55bb140fd7 0.24 MB 335 16
294,363 294,363 000000000000000068c6e9e64dd52c48419d303ff6b5954bf853d35745260313 0.05 MB 117 34
294,362 294,362 000000000000000044420827373679c7fca48d96dfffc18a5dbc2fcf36c10bea 0.49 MB 956 35
294,361 294,361 000000000000000091464934d8bdbf3d1afc8dbe3a05bfcc8b46381fd2aa2511 0.25 MB 383 32
294,360 294,360 00000000000000006d49c91f807b544bf57a8b4b4d4c07c3d57f55f3c937333b 0.24 MB 488 38
294,359 294,359 00000000000000005f44e886d33f30f9502a8d9b8fc6f0ae5ceef30872e3878a 0.14 MB 232 28
294,358 294,358 00000000000000002be100ed0c02d757d8c887780008d817ee8c2b133e819c28 0.04 MB 51 27
294,357 294,357 00000000000000003a445bac0bf929b3d2859ef8035a0206f626183655cc80e5 0.00 MB 1 0
294,356 294,356 00000000000000008d2e39421ed457ea4ee68f08cdd65b5584abf3645f1255b9 0.07 MB 130 29
294,355 294,355 000000000000000065bc6757f1e15c3daf43a0857390185317422a61b9e80c6a 0.17 MB 189 25
294,354 294,354 00000000000000006e284e5eba0f02c9d997cad0a3e2b630bc03966a52aef0b0 0.03 MB 64 17
294,353 294,353 000000000000000093b8efa03bcc9342dc3f2b9f1f64f961bda23e711db74fdd 0.07 MB 167 42
294,352 294,352 00000000000000007915ea1737c707b741535ab6bc444e71a87e5ca73a75b723 0.56 MB 997 34
294,351 294,351 00000000000000008b6ed27262f3fbe1fa0a9424931a0b1d8c6b018a13e3bd4f 0.30 MB 519 33
294,350 294,350 00000000000000006a0ea36f0f04bfe450f747bb7d4e8564894a42dc5d6e2afd 0.04 MB 54 25
294,349 294,349 00000000000000000804fb3ee16fd762b19617a98d3d0235eed0235811760b2e 0.24 MB 500 43
294,348 294,348 00000000000000003954f24a5d5874c33291cc8c798635c064fb1d2f3d05d937 0.25 MB 492 37
294,347 294,347 00000000000000001dfecc75b1e4d493dec6a5383b75c0ffc42e6e6c9a53c880 0.50 MB 897 42
294,346 294,346 00000000000000002f6276f29d1db0461ac71a8231fb45f5ddbde838b9a40b97 0.14 MB 317 48
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.