Memory Pool Memory Pool Refreshing

13,805 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,813 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (421,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,591 486,591 0000000000000000003ab43980711632bb1206d6d9d05bf4584e1e17559d8217 1.00 MB 650 76
486,590 486,590 000000000000000000f82ef9f0643716a6aaa64a1c437e737288f867dc0a63ca 1.00 MB 1,232 102
486,589 486,589 000000000000000000ca8183f3c38661da2e1dbc75754502f65b542835719897 1.01 MB 1,044 100
486,588 486,588 0000000000000000008192f469a08fef0a21f049552d1dfa35cef8382259fdb0 1.00 MB 257 74
486,587 486,587 000000000000000000e6f96403591963e4340bf90764d4cc6ed17d19230632b5 1.00 MB 391 78
486,586 486,586 0000000000000000005b18006a93f17d67ecb9dabdab2e089e350ec890682bb1 0.01 MB 32 605
486,585 486,585 00000000000000000092840c80fc6c26351efdbc2e03539890123427b376a660 1.02 MB 2,268 175
486,584 486,584 0000000000000000003cfce1589a2d562454053bcb5214ffce30c33ccd1373e7 0.22 MB 168 73
486,583 486,583 0000000000000000007c967588995c736bcacd1e44c487f916ac3945c152132e 0.24 MB 311 102
486,582 486,582 000000000000000000cc9e09454aaf6b78abb8497c0e891fcab00ab977fbfd2b 0.21 MB 269 97
486,581 486,581 000000000000000000291988ec2d9cf0df153dfa71f89b82505943558f34b6ec 0.63 MB 1,164 95
486,580 486,580 0000000000000000000f9ad8ed01464e337cab51f0c58360eaf8b20cf389bf44 0.89 MB 1,723 142
486,579 486,579 000000000000000000d8214290d208fc18121d1ecff4d12defd70af97711e0e6 0.08 MB 149 58
486,578 486,578 0000000000000000009fe815855fcd3ecbe12b97f56c6b5453e5e2908dce23ef 0.46 MB 923 83
486,577 486,577 0000000000000000007a126f714fc368617812e01a56da895c5a42339827b92e 0.85 MB 1,366 163
486,576 486,576 0000000000000000004c8b6e71cf38a50c934116896f4e09808ad8af6f863b76 0.08 MB 180 82
486,575 486,575 0000000000000000000541abce378e49488abd794db03e8971273583dab5f10c 0.93 MB 1,887 71
486,574 486,574 0000000000000000007aac4e6df20a5b441e9b2d680a6197d36441767f915703 0.01 MB 28 628
486,573 486,573 000000000000000000b8a9c6312639111c78ba172016eb17b34c9caa679afb43 0.89 MB 1,939 105
486,572 486,572 000000000000000000e1d0e97dcfe2ddabef71e698454bce5c986b0f690e6cf3 0.96 MB 1,868 89
486,571 486,571 000000000000000000a0fe59e55180e55945fa02d8ea7fc3f1d9d12ce57f79a0 0.92 MB 2,066 84
Previous 10 blocks ↓
Total Size: 768.93 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,612.96 GB sent, 92.49 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.