Memory Pool Memory Pool Refreshing

3,279 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (597,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,733 310,733 0000000000000000379a262e10e4180fb8a3ffba762202362b3052a4f9f1e259 0.30 MB 596 28
310,732 310,732 00000000000000002fc4df73fad60ca7df3cb4ffe2d4055abf84ccd2066266d2 0.16 MB 369 59
310,731 310,731 000000000000000033a1e5fef51ee18cc88e05b58a4423b1f67a8c9a231c0ce3 0.33 MB 690 32
310,730 310,730 00000000000000002ee1008452018a123a92c703cbac7a01c893559ee5d349c9 0.13 MB 250 34
310,729 310,729 00000000000000002c894eb1d87b274e5dc68ef69460959472cd5d31f7c07f79 0.00 MB 16 60
310,728 310,728 000000000000000029a2d856f7a4543c447578a7f5b72d5974f175c829cca3f1 0.08 MB 168 31
310,727 310,727 00000000000000000f12bfe5fdadfee1b228740f790d93297cac0bf6d88f169e 0.31 MB 575 28
310,726 310,726 000000000000000027aad4218bcb4cbcdf553f01bc8671f092d95142534f47db 0.11 MB 253 32
310,725 310,725 00000000000000001bcada1ae3012119516fe3f2b94d17e6024a85c20bb4f092 0.05 MB 124 29
310,724 310,724 00000000000000000dbbf2c7600f4ca89633e5e5170bcf43b4176ba0ce2dda9d 0.21 MB 422 35
310,723 310,723 00000000000000003a3dec6f2c6c8ac9db22f411b40bd51e74d451416e899550 0.13 MB 294 33
310,722 310,722 0000000000000000029fdfe4cbf359a655e5ee68b72f8645187b0e6ff2ddbd86 0.16 MB 235 23
310,721 310,721 000000000000000018174caceba55a539883450604600d66d2090e321eacea6c 0.29 MB 639 33
310,720 310,720 00000000000000002d3bf1b394ee2a1bc75627cd308d2985afd011a96605df9c 0.36 MB 648 31
310,719 310,719 00000000000000003085abc634825bcbdb2ff9ab4ae5236dc5baaf94ef48b1d1 0.08 MB 112 12
310,718 310,718 00000000000000002c5079b93b6bd7de7ae7906ab3419572bd2ee6a434082384 0.18 MB 331 33
310,717 310,717 00000000000000001f596ece76a2211ec92e1aed155cdc3ca07582f826df74a6 0.14 MB 268 31
310,716 310,716 00000000000000002a61471be260f1cfd94a34e1402101ae8f654a4daf75fe4d 0.16 MB 395 25
310,715 310,715 00000000000000000120a0120039c5d2cbb19836fe389af1e5c60955253db833 0.34 MB 696 30
310,714 310,714 000000000000000015698857f723b7c403c69858d088cf04a710900b73e87fa8 0.26 MB 402 26
310,713 310,713 00000000000000001c6dc77d41e2813c572c8f30245881e5241563ca266770fa 0.40 MB 664 28
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.