Memory Pool Memory Pool Refreshing

8,539 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (653,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,370 254,370 0000000000000032ec308c09c97258faff559eee9f0c530d17b79f0ae0ea63c0 0.14 MB 297 102
254,369 254,369 00000000000000185c6fcdb519311a6feed2dc62a55fa2e443c0c9a785d34446 0.09 MB 218 95
254,368 254,368 000000000000001e612f6fe9d69fb61fc6999b5964f102964d02e939570ba80d 0.04 MB 95 95
254,367 254,367 000000000000001706f8c6550e3fb29df6eee15ed8701f757783c8891a0c5f45 0.10 MB 216 88
254,366 254,366 000000000000002260af6be40b2fdbc1c08220156d63df3b473c8262226ea9f8 0.05 MB 112 77
254,365 254,365 00000000000000414068f0e66fef64c2399763d7a3751aeb10df0bcb6bbd025e 0.16 MB 381 97
254,364 254,364 00000000000000146d04279b261ada910c709dba1e85f41914bbf529258bd3a4 0.21 MB 484 64
254,363 254,363 0000000000000018386e552f1683ad0966d18efbcf5ac47f94ea3de67015a6b8 0.25 MB 572 4,966
254,362 254,362 0000000000000022f831b3e8f36e27d796d44930fc18b06d5e546e48eea14f1b 0.19 MB 403 98
254,361 254,361 0000000000000004aa3f233eaf8264f787d303ed61862b45e63b8c9fddb1675f 0.19 MB 472 115
254,360 254,360 00000000000000219c7fb9e32af4b71725acba2bf67ed429eee49bcd68edad0e 0.22 MB 561 100
254,359 254,359 0000000000000004ef5de3395d0c5b5f2e3871c1c035ccdacac46492a9d9f408 0.18 MB 387 108
254,358 254,358 0000000000000020e8e7bb123f7eba9b3dd2372b5254a54a48bea83fec314b5f 0.20 MB 499 114
254,357 254,357 0000000000000031baa260f1c6b7527c35ffd2ea6868beb3f82deeb62ab018df 0.20 MB 464 113
254,356 254,356 000000000000001849dc7b81f12297fe5448e928fc02566d5da58fc90817dd66 0.24 MB 451 100
254,355 254,355 0000000000000005c8172a4db7f2785121e6bf02d60376c2c159eabb8ead1b90 0.15 MB 347 128
254,354 254,354 0000000000000025d41d0269b661cc504a4e15927b94006e2978fdd54a5e12ac 0.06 MB 144 34
254,353 254,353 000000000000000b98e925838eeb367bd7cf6b955436e3989e6755dbf8b6a3cb 0.25 MB 727 99
254,352 254,352 00000000000000239b34bf8e60217edfaa81eec6f834f2b335e6bb6e77c8c80b 0.25 MB 610 159
254,351 254,351 000000000000003a898241d039b3f5878a6caac994527a3827adb2b5b3600527 0.22 MB 512 152
254,350 254,350 00000000000000348fb7b94cad608621fa6aec2a51cf9f5aec9c93cee717884a 0.08 MB 119 89
Previous 10 blocks ↓
Total Size: 769.03 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,624.95 GB sent, 93.01 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.