Memory Pool Memory Pool Refreshing

6,351 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,688 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (856,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,507 52,507 00000000119ece6cbbf6778e8cc0501897d343cc393ba1435077dad836183a92 0.00 MB 1 0
52,506 52,506 000000000aa5418afd638fecb6816315a4f8ad13812251059dd82bc6e3a5665d 0.00 MB 1 0
52,505 52,505 00000000034d22051bed1400bc8708be694c49cdbb4380e207bbfba8f2118087 0.00 MB 1 0
52,504 52,504 00000000118f2af9368996e5314270ac56a46483fe0b98f07a6c2d9b9c8cf168 0.00 MB 2 0
52,503 52,503 0000000011fda37bb1db40217022b44e6ed118a58f6264f0646e2e5e24717ff0 0.00 MB 1 0
52,502 52,502 000000000c162da412b8e4602da9577cac8727609347b512427a0f504a799731 0.00 MB 2 0
52,501 52,501 000000001502bba38f75c5ddd51969f774987016ff260ca49d91ae4cdf4a8f01 0.00 MB 1 0
52,500 52,500 000000000260878c74a06c00adcdcbd940c7d28cc45a622846dd7a173d25ad14 0.00 MB 1 0
52,499 52,499 0000000002c4486141cb33921414a6a292cb320f0e983d150d565ac4ba0f5d09 0.00 MB 1 0
52,498 52,498 000000000a1c4e1013dfae088bf4eb68cb4f7dcfbbdd7d3a03b28cad5f94ce02 0.00 MB 1 0
52,497 52,497 000000001452ea1611440f707ff72b8ec1dcfc557684c799795e9cc3ca4e7e3d 0.00 MB 1 0
52,496 52,496 000000000511d11e6be26be37b1720007cfdca52f3493b0d73fc92a4543d978c 0.00 MB 1 0
52,495 52,495 0000000005b73a4b3fabee39824158deb3a5677f08757e79480c57d752c376fa 0.00 MB 1 0
52,494 52,494 000000000e95befc86b47c7af52c4d4053820f662e1bf4235420dfe17107eb59 0.00 MB 2 0
52,493 52,493 000000000fbda673ff661e0a99e23fdba49831b5b38252958d2786af4217d5e0 0.00 MB 1 0
52,492 52,492 0000000009bc78331097df700a5f02b4c3fe1fcdbd93762cfccbfeba45aefd06 0.00 MB 1 0
52,491 52,491 000000000919ae02133fd08d20899283ee0b79c9b01b0c9755ded43debd69f54 0.00 MB 1 0
52,490 52,490 000000000ade10250c6489b3baa31879a59899b973c5fb7e1cb52a10e04aa1bd 0.00 MB 1 0
52,489 52,489 0000000013aec8acec7fdeab2fccf7b4553087ac9b4503c741b1688993eb5468 0.00 MB 1 0
52,488 52,488 000000000ff9337e64f9b5009b52c89376fde65060ceb4f6e39a2844e7054a95 0.00 MB 1 0
52,487 52,487 000000000e0214b7d45b30fecc4294ab4e17b24a305f5c919fd49635f2ffc25f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.