Memory Pool Memory Pool Refreshing

10,492 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,494 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (635,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,634 272,634 00000000000000020e20f71463765091245773360e2a659e2db1eb8b18225f20 0.14 MB 335 59
272,633 272,633 000000000000000522fbc15f16fd15e95d0230fbe4c8552990892b6dbe8375d3 0.10 MB 222 49
272,632 272,632 0000000000000000338e876b7bc163d9387353fa2934b06b0f93cee4af1bbad0 0.01 MB 22 31
272,631 272,631 00000000000000025066e6208f6b9f286d7a81f375a397d3a25f960cc6f1046e 0.19 MB 386 54
272,630 272,630 0000000000000000dc985f45fe814d54d34abba05861dc4ad0d206d6dc950936 0.07 MB 156 34
272,629 272,629 000000000000000517a659335704f4326f091a5f749586d6f6d631b23d24abd5 0.14 MB 284 45
272,628 272,628 0000000000000002d4f07cfe6ef619d969e400b466625b1d3b32e8ff4ab226c3 0.04 MB 113 35
272,627 272,627 0000000000000004a201a734feac76c8f747ea6175f578da294e40582f71bcbf 0.23 MB 343 53
272,626 272,626 00000000000000003af69b84f0c648b9f29aa85231184de8269f0908e72682e7 0.15 MB 347 62
272,625 272,625 0000000000000005c0cbbb36166e8bc1f54fa70ceae70912b0e640746e050fa7 0.51 MB 1,120 70
272,624 272,624 00000000000000041a0defc3466a7091f30e218912b7f6c84756c6248bc1bcb1 0.39 MB 148 13
272,623 272,623 0000000000000000a4ff2825f8a2c513a3a22b9089024fbddd42583d90c453ea 0.50 MB 1,295 63
272,622 272,622 0000000000000000232b4efc3748b7f8cfd4323664c779d81b5349fc957bc3d6 0.25 MB 515 49
272,621 272,621 000000000000000453a913de531c89881ba751bb4ba0d7abf97a19201256d744 0.22 MB 369 47
272,620 272,620 0000000000000003b797999399389ee34337a8f0c460eb214cc4d37fd1f1579b 0.01 MB 17 43
272,619 272,619 000000000000000162d93ddcced3aefbbfa0fc6f55a7a65431a0e648c9510f88 0.05 MB 73 9
272,618 272,618 00000000000000004f588dea23c3c5369c83d1a23e78db4f7e2c5649ce111136 0.36 MB 777 50
272,617 272,617 00000000000000013e5cac5dc572a0fce8e43b0a75945aaf3cd7c48c401d923c 0.04 MB 61 45
272,616 272,616 000000000000000444fffb290fcc1da11677018ca1ee2a61e4cbce5070a9aa03 0.16 MB 254 30
272,615 272,615 0000000000000004886c62eea8fa18f1774aa260a5005ffb443f971b875d4f63 0.05 MB 97 32
272,614 272,614 0000000000000001b4834d6d1f133e14265f416ab6e68a6930750bdd17193281 0.13 MB 250 37
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.45 GB sent, 92.91 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.