Memory Pool Memory Pool Refreshing

6,233 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (715,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,358 192,358 00000000000002b19693435c9478fefa707d1a4d9c43649cb4c62555c2cf4e00 0.19 MB 472 211
192,357 192,357 00000000000001a16d86dc28d05777822f22adb3a138d37011a4ac626b58b672 0.08 MB 204 137
192,356 192,356 00000000000002d953de84f2e36a273ab1a714b6e693108fd5f18d4a8f7e404b 0.04 MB 76 95
192,355 192,355 000000000000074268dc4d723b990d14c628ffb0ad9836138ba29897984660b2 0.17 MB 305 124
192,354 192,354 00000000000007403fe8e2882c5c7bfe334418770546e967012d88122c64039d 0.06 MB 184 47
192,353 192,353 00000000000004b4028160a40ba744bd75cc5d7ad5bdb97bd89aefbf8c2f12eb 0.15 MB 334 127
192,352 192,352 00000000000005869cb5ab255ea80441b2c67b00b49d2ce3abb6a6a252c8f91c 0.00 MB 9 0
192,351 192,351 00000000000002ba675390bb6a520c45c8b243b7b85f8444062521a3f355f583 0.18 MB 449 120
192,350 192,350 00000000000004b5d15de77ebf42ef434098cbd94bb524bfcb73f314a1b53457 0.21 MB 512 136
192,349 192,349 00000000000004bf94f058ef9790ee4849e3e00537db87ab0eeed129fa6872c4 0.00 MB 10 350
192,348 192,348 00000000000007af164366af8e59a74094bb9d2b6ae73de27976b914a61c64de 0.09 MB 109 84
192,347 192,347 00000000000003f152b6551be8e157f5c6b4b3553461a55da309d21005d5ca5a 0.01 MB 32 204
192,346 192,346 000000000000047d0d312b58056df28f63b8257536e1c0a053e5a2f33ab5aabd 0.01 MB 34 124
192,345 192,345 00000000000005781acda7cc3d2994bbea914db9806a2eb544fcbdadebcaeda6 0.07 MB 169 129
192,344 192,344 0000000000000681dbdea5859e566d94baf91b27044eddb76f45f483230f9c19 0.02 MB 70 160
192,343 192,343 00000000000002d819fd0078b3a6d2695c2f372c1eb3359d5a32370a8f892f53 0.08 MB 224 160
192,342 192,342 000000000000070cd9e4ad2c7601c50544b7f7e0262f4f80395a7a88cc9f4df8 0.02 MB 53 130
192,341 192,341 00000000000003481a68e702a3d25f3fc8ccf48732c0d157d65c2499d1657536 0.02 MB 70 32
192,340 192,340 000000000000072cdfb82cbb9f3975fbc67798d34700248ccf4fbc0779b88206 0.20 MB 482 132
192,339 192,339 00000000000001d974e654fbf26f3077a9b4bce6041e71d46d205e8b7a81675e 0.06 MB 177 102
192,338 192,338 00000000000001b111eb3c33292caa4465485f3c01af1cdf42e5d734ffb7c7b9 0.01 MB 35 115
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.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.