Memory Pool Memory Pool Refreshing

5,630 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/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 1.00 vMB 2,648 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (734,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,785 172,785 0000000000000115eaa6aebe0816c39d750e2c27d21b2692cef7304268265668 0.00 MB 19 70
172,784 172,784 00000000000006b1e067db4dede36dd377862aa68f9b308379e90f6dd58389d7 0.02 MB 37 31
172,783 172,783 00000000000004b532d8698c6e64ea78aa368d6e08fcfcbf411901e35d2f97ef 0.04 MB 95 44
172,782 172,782 0000000000000082b8c700e66885ee24c793f18360e6d812493728b071afc5f1 0.00 MB 2 0
172,781 172,781 0000000000000170d8a318e740188cb9351d38c355120b6453e0b2db9840a65c 0.01 MB 26 53
172,780 172,780 000000000000021f4eeb020d66e578300479b9ad480d23b475cb9fcf896423e0 0.00 MB 6 77
172,779 172,779 0000000000000a74705bc4e4ee263806bc080b42eeba686ed3ece9c7edbf0f0f 0.00 MB 15 52
172,778 172,778 0000000000000664839a99ba323507fba81caaf7bab38d3f805c0d4fa63ea7a9 0.02 MB 70 123
172,777 172,777 00000000000003f1662fec3a165fb78c91d4dc7bf1c84bba8631c6a9c9d98c5f 0.03 MB 109 12
172,776 172,776 00000000000006f4d098d575a7dea0ffdf9bae40e9e9e90eda990c37a783ffa7 0.03 MB 64 43
172,775 172,775 00000000000008ad098f5fe45f2eec8740bb79fd466f1210b63add0b51079fa0 0.00 MB 1 0
172,774 172,774 0000000000000770fef2fc804a97cd8db7d2da8aa6bef9051bd9c89ac1ee8a2d 0.02 MB 66 164
172,773 172,773 00000000000002002f4f49f3e6bbe4a5ea1f091e11911cc37008af4d00a5d400 0.00 MB 4 70
172,772 172,772 00000000000002191025ce473cc2c2970eb15af18606eff2e29e324cddbc2a78 0.01 MB 37 31
172,771 172,771 00000000000009fffbfe74db95b336d2f103bb814967c18c536415d0f0d915b9 0.01 MB 42 149
172,770 172,770 0000000000000879d3380555efebce9d0308ecb3946caaf3b47c1e9d0d97c1e2 0.01 MB 27 121
172,769 172,769 00000000000008fd463b706022ee0c9e86eeae2561960b7f76cd7b2028ede221 0.00 MB 11 303
172,768 172,768 00000000000005c9572a0ecc699a0cfcf8b2ab07a1061f8421276f499e3f87d2 0.01 MB 14 48
172,767 172,767 000000000000038b6ff89a14300e5a0af10424f70435c8a51a0fef71e6a26b63 0.00 MB 6 47
172,766 172,766 00000000000009cc3cc800bb2ee7d4a80762f887e202374c40495e989b7186f3 0.04 MB 151 6
172,765 172,765 0000000000000a207c062f7005aecde041b5957c8c55d616303a787577802eba 0.00 MB 3 0
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.