Memory Pool Memory Pool Refreshing

13,644 transactions
4.32 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,784 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (563,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,559 344,559 00000000000000001541c141c4b298757eea0b961d09775a67588fd876f0c6bd 0.29 MB 627 28
344,558 344,558 00000000000000000b52d36a71754e028f65ba59b075a6126b6f787c4806c41e 0.69 MB 613 12
344,557 344,557 0000000000000000013658fc8407550a85ca94f3ec5ec2bd40b81127ebe34923 0.75 MB 1,743 33
344,556 344,556 0000000000000000065da55251fa1bff1cf8b69d2acaa65f8afbb47c4b88dc25 0.75 MB 493 15
344,555 344,555 0000000000000000031135c9cd4b2a7b8652f2a7b01ff924b71c45193d7d24f8 0.75 MB 1,652 28
344,554 344,554 0000000000000000104f6217dcedfda795fa34278ddc67e485f243314de9de77 0.66 MB 130 5
344,553 344,553 000000000000000010b7e547d873385fc527c9981013aa49e0f80023c0f496dd 0.75 MB 650 15
344,552 344,552 00000000000000000106cd3726847f0c10aae6cb22b6f81501b499cb140f5216 0.75 MB 461 14
344,551 344,551 00000000000000000fb864238ca1afec1946a35af655ca8ee5d3731f354d17a1 1.00 MB 1,992 28
344,550 344,550 000000000000000011d23cf7d68932a090b9ff9e350fbddf0861470462da53c6 0.09 MB 145 29
344,549 344,549 00000000000000000e95129d8c0f54ed828535ea22f217e4aa391811658df89a 0.75 MB 337 7
344,548 344,548 000000000000000011dcdf841ef0c529a77d94c9673857c08dfeb954d467ed11 0.75 MB 1,812 33
344,547 344,547 00000000000000000cf61705feeec7a63a448861ee551a2400cd52e998c0a5a2 0.72 MB 725 13
344,546 344,546 00000000000000000f430b7a265c88220a392733a25cbf26844048a9f88ad06a 0.99 MB 1,114 16
344,545 344,545 00000000000000000bbcc57dd86a829d674506e0cb151a09e91a9decafbf292e 0.01 MB 11 61
344,544 344,544 000000000000000007745fd91b01eb1ac2cc9a08206917d7dbe0fc8ab1bddbf8 0.75 MB 376 12
344,543 344,543 0000000000000000040b3dea66bce3ef453f7523770e3821ae992320b0022938 0.75 MB 1,708 33
344,542 344,542 0000000000000000037093c13501b92d817e2bbff3b89aefffd640a64a22a575 0.02 MB 46 22
344,541 344,541 000000000000000015d7f798aa92a8e6e464060d2503e1186025579d0fa65c83 0.04 MB 66 16
344,540 344,540 000000000000000012f31520fab43af32693fb20f5be78bb722c51b34ff014e7 0.22 MB 356 21
344,539 344,539 00000000000000000b249e1ddc64e1e6e837728d8f008637d3bdf09f150bb544 0.92 MB 325 8
Previous 10 blocks ↓
Total Size: 769.02 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,622.92 GB sent, 92.96 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.