Memory Pool Memory Pool Refreshing

9,283 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (26,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,627 881,627 00000000000000000000159895800f0b85ebfe3681d7929337e275a5e89e0f43 1.94 MB 1,697 2
881,626 881,626 000000000000000000026090bc7f1f924bec80e230b6ceeac8c446a166e8a394 1.45 MB 2,959 3
881,625 881,625 0000000000000000000268c417631f99bfa70853e697c48686249cac5d09d4e7 2.10 MB 794 2
881,624 881,624 00000000000000000001c4305c4846ce92736afc61760489923082a69565ed65 1.80 MB 2,743 3
881,623 881,623 00000000000000000001686785246aa8c1b8ebaab8cb5a7886d99df43e11db57 1.77 MB 3,075 6
881,622 881,622 00000000000000000002687cc7c75d01b6b7cb56d02a5bad6aaf02aad147dc29 2.07 MB 564 1
881,621 881,621 0000000000000000000173b8c5f49787cc31e0d91ef38df384a0814d46dada65 1.68 MB 2,882 4
881,620 881,620 00000000000000000000f3f1b8fb6b221f6c0b97d43a79a3b0cff6741036754f 1.64 MB 3,821 5
881,619 881,619 00000000000000000001fbd3d7f3d74fdda4e9c7ad97436e8711c7e7fc585054 0.63 MB 159 1
881,618 881,618 000000000000000000025c7729646e5a2dd635cd298590808f63bb172215b39d 1.65 MB 1,680 2
881,617 881,617 000000000000000000005e3f7b3d2fd0e1c4ed514b5819e8b84922185106f5e4 1.67 MB 3,635 5
881,616 881,616 0000000000000000000259fd114165331a73c9b54d0aed919f67eef37893f1ee 1.55 MB 3,219 5
881,615 881,615 000000000000000000024c88cad0f4def67dfd4c5b22a4f3b0edf1d3da6e87d9 1.62 MB 4,291 4
881,614 881,614 00000000000000000000f84327c17c79ac6c8a3c404124dcf7be43af88631767 1.75 MB 2,910 2
881,613 881,613 0000000000000000000142e65c2e8cc9006c2971e3c9f654aee36fe8f417c003 2.12 MB 731 1
881,612 881,612 000000000000000000008a57bbae40651a59a44a2fc5d2a763584e3d0c247ad4 1.83 MB 2,573 3
881,611 881,611 00000000000000000001f1c5b9da874ba2fc4944d9bd418db94be582824a5942 0.42 MB 578 4
881,610 881,610 00000000000000000000cab96e96a9f997aa1163e1cf217a6e027354d3f1553b 1.63 MB 2,614 4
881,609 881,609 0000000000000000000162c06c0348400d507a85eb29ebd39ee51ae77d7664e6 2.13 MB 287 1
881,608 881,608 00000000000000000001f748a2595cf8165899a6eaedff26340d1dc499917189 1.53 MB 2,433 5
881,607 881,607 000000000000000000022bbe29f83ca5dfabc253ae481cb6f462d7001405b817 2.62 MB 1,105 2
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.46 GB sent, 92.72 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.