Memory Pool Memory Pool Refreshing

6,164 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,932 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (477,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
429,854 429,854 00000000000000000460bf425ca9c052caad907d37d5fc65479388615bf6b24e 0.98 MB 1,272 38
429,853 429,853 0000000000000000003e808cdb9a91745c2819d5b35ef317db855c9be179c886 1.00 MB 355 8
429,852 429,852 000000000000000001cf8c184e50233ffe2d7beb2229f75b710e5e892a4568bd 0.40 MB 888 51
429,851 429,851 000000000000000001dae910162b12590cffc5e16af773c8d6d843915b681525 0.33 MB 882 61
429,850 429,850 000000000000000003baf110203cd7d2579ee4dd69011123a9f0584e70ff2d29 0.17 MB 432 55
429,849 429,849 00000000000000000282baf0fc21e8eb9b0d6b2bd1aa53dbfc06cb5a6563be52 0.07 MB 196 61
429,848 429,848 000000000000000001c2734e0ca3864c11818e18b9651d4e1d57493f80f3fcdf 0.33 MB 853 58
429,847 429,847 000000000000000003f20380fd184be4faaf5fddefd5e3be26decb962de7bcd2 1.00 MB 698 15
429,846 429,846 00000000000000000266c576dabc34fd65c470148171ec4edf737208e1561665 1.00 MB 2,627 61
429,845 429,845 000000000000000004598bc88ee8561bccfe2143b1599399df6aa436bd74bc61 0.26 MB 675 64
429,844 429,844 0000000000000000014b363b9595cd4e7641b9fa77abd068f1129f01c66ff8ab 1.00 MB 786 17
429,843 429,843 000000000000000001c4882877a2e38e78476993167d77a4ffe0ee85fa560f6b 0.98 MB 1,199 27
429,842 429,842 0000000000000000041042bd48680a15ee4af017609d02683384021e8432f51b 0.43 MB 1,074 55
429,841 429,841 000000000000000001911e30534cf193316f2fbb170e23b51049c9fe3fe4c2d7 0.41 MB 1,207 66
429,840 429,840 0000000000000000003988a839cf559e92df2f52a1c2e5de3753795f6d320a3e 1.00 MB 2,120 49
429,839 429,839 000000000000000003f10614628b31208bd505435c14efd514705fc226c64da3 0.18 MB 485 63
429,838 429,838 000000000000000004324c6c9ebcb0f09eb31de8b58599dd65b8c31debd5710a 0.99 MB 496 11
429,837 429,837 000000000000000004367cdaabfb0e52f6b941413a8432c3bffdf790314e8add 1.00 MB 835 21
429,836 429,836 000000000000000004b96e21ab8bcb52cbc45a84f7e6bb042e23e28dbda498a3 1.00 MB 1,462 33
429,835 429,835 000000000000000002ea21a88f0dbd479bcefc63606845a5821e555bc55d738a 1.00 MB 2,819 67
429,834 429,834 0000000000000000012fbdbe3a6ee5c859de40e49d6278c76d73d84ca0502606 0.18 MB 369 26
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.