Memory Pool Memory Pool Refreshing

6,882 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,625 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (608,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,172 299,172 00000000000000003dcd20ebaefb5a065a1ee65d824fdde79f8147eb06ca7175 0.13 MB 241 35
299,171 299,171 000000000000000011f33222912d3f6f9b05e92da6403e97b32522b13537dfda 0.15 MB 304 51
299,170 299,170 00000000000000000db7b455965eeca29cfc0f77595646083621bf4261683799 0.07 MB 125 27
299,169 299,169 00000000000000003bf0e67429876eb27cccae9b4d69b0b202a0e890dc0ad8b6 0.15 MB 119 9
299,168 299,168 000000000000000085107d9d3c156556d22c7ba03ecb512a1b714d8fd1684fe5 0.26 MB 476 34
299,167 299,167 00000000000000002f920fd05bb0213633b139b8a75d46d88b5ef1572e053598 0.22 MB 78 12
299,166 299,166 000000000000000025ec269635168bf5615c0106c7d378312d7766cf36867ed6 0.11 MB 179 32
299,165 299,165 00000000000000004e37f415d96ac6704003439873a2ce21675edcb8c6af44df 0.22 MB 337 30
299,164 299,164 000000000000000034a226ea2e727ca8d549d3720156dd7617c4f1c65c4be15d 0.43 MB 526 24
299,163 299,163 000000000000000058dbfd5cf48766482003ada77632eef7fdbd6137eaed56ec 0.35 MB 694 42
299,162 299,162 00000000000000004c85b3d50de10f99b41f75f00d72cc827485d0365079d526 0.15 MB 256 26
299,161 299,161 00000000000000000c15135ee69deff83377016b013d90f3ae16d48eb2f9e222 0.50 MB 560 18
299,160 299,160 000000000000000078b058920fde74aaa56bf41ecdb2f565ab26b18a0f6a379c 0.25 MB 656 31
299,159 299,159 00000000000000003204bacba44fc19d31c9d0b3fdfd21bd1dab5135e956942b 0.44 MB 1,303 47
299,158 299,158 00000000000000008396b4278df61de5fca3a45e8a1c1ad7a59148c15f171272 0.25 MB 512 45
299,157 299,157 00000000000000001d67233721847bc802a78181bd4e44c246f2e5e4a98638e5 0.13 MB 128 12
299,156 299,156 0000000000000000589f665505db9cccb231772bd20c5eb2eca74edb5066528e 0.04 MB 68 26
299,155 299,155 000000000000000044b6823494f4fa5eef30f1adc1c24e612438a84c19445ecc 0.05 MB 90 39
299,154 299,154 00000000000000007e0ebc299e296deec2a02fdc3fa1d58bdf9a99b52a922d0c 0.21 MB 326 24
299,153 299,153 00000000000000001a8f58abda7fbe29b303434191dd445a4b40d2fc9e330663 0.23 MB 392 28
299,152 299,152 00000000000000000cc15cfff2d80cf2d09ccad56919db954a56714bd55737db 0.21 MB 362 163
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.51 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.