Memory Pool Memory Pool Refreshing

4,534 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,430 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (591,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,350 316,350 00000000000000002437d61b54d37f41a6dc86c36ad3a7b2196dd9d03b6d74ab 0.02 MB 64 39
316,349 316,349 00000000000000002b6baee8747b8589095fcfa47feed1c222c172873007f888 0.28 MB 476 26
316,348 316,348 00000000000000003740cc0ce3b9225948d2dd424b761c62b06b0a476d879584 0.54 MB 981 33
316,347 316,347 00000000000000003196cf2611df2273d4292928f97b3bb7b8f7e80280fa34cb 0.53 MB 1,004 30
316,346 316,346 00000000000000002be4f6c511a39918933a2128e5d127863b140549e31066cb 0.04 MB 54 23
316,345 316,345 0000000000000000068e55940b003dcff7ab847e2dbb08e242d07a0dd250f8fe 0.03 MB 46 24
316,344 316,344 000000000000000000378088493387a074c14fdd9d29f74bfba4958861bbbf46 0.17 MB 258 25
316,343 316,343 0000000000000000336ae29f145a595cc3ecacb306b3f77cf37de4fd6ebddbfa 0.08 MB 256 53
316,342 316,342 00000000000000002125162373403f8f2a322a27a714d7a7397f482f205b6ad1 0.18 MB 301 32
316,341 316,341 000000000000000014aaf23b0f7dac5bbdef75f215f9a1211834a105f9b9daca 0.02 MB 45 25
316,340 316,340 000000000000000001e8f49e59eae07099b94b61ba83b0674259a3e4bdd6f1e5 0.13 MB 244 60
316,339 316,339 00000000000000000a07866ab9511310181e428222c141cef48044ef587f4b42 0.50 MB 817 28
316,338 316,338 00000000000000002dad96ba79115c599ee8bc3de61cb3573f79f67ffb2c1f9d 0.39 MB 308 15
316,337 316,337 00000000000000001b7037e887b6f816eb26d7ccf31121df9cab9cec1c8f4aa7 0.10 MB 256 33
316,336 316,336 00000000000000000549c4abf31caf01787c292c6f7cd57904e8b16e0e9148b7 0.75 MB 1,976 41
316,335 316,335 0000000000000000014ce302a1556da7e937ea869b150529e603b72433556359 0.24 MB 391 26
316,334 316,334 0000000000000000357287980715f80c3ee5081d9d36250032b6499ee34de585 0.05 MB 49 18
316,333 316,333 00000000000000002f87e54fc13c64c7c497a33fa5249b87b905b80e842ef51e 0.05 MB 128 33
316,332 316,332 00000000000000000a9e2aa960f2bb3e76edb416119e2f6f90ca10fddfb1d891 0.23 MB 368 26
316,331 316,331 00000000000000001c7e1043f2be640c9906ddb4c51e2dc1de1d41e2242e8c13 0.02 MB 27 22
316,330 316,330 0000000000000000040e4d7ccf98b7a23a1c795f725b633593688060faca7cb2 0.07 MB 142 27
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.