Memory Pool Memory Pool Refreshing

5,791 transactions
1.84 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,729 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (784,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,040 123,040 00000000000004200f8e86469954d0b01dc8aa9a9cc9ab018ce99281f4a40b98 0.02 MB 21 296
123,039 123,039 000000000000479de7df494b25c838f0e102d696e08ad2bb74066d7a7ae69511 0.03 MB 49 346
123,038 123,038 0000000000005dbbc5d2e025fdc37cde955c08c188e405f3191f3e44c04e8f1d 0.00 MB 14 2
123,037 123,037 0000000000006059bb316264febb1377a5729d202439127dfb42fd1df99500c1 0.00 MB 1 0
123,036 123,036 0000000000005df5df7392f421bea9582500cc5c119c32152e8c70818737af2f 0.01 MB 9 335
123,035 123,035 0000000000000557f6ce787e660daef934685583dd80343b6cce383e467c66b6 0.00 MB 7 446
123,034 123,034 000000000000653e45eaa97983409171c71522b8bef0f49764b24a3099849139 0.01 MB 24 0
123,033 123,033 0000000000003557028414eeb3597ab033c1d8d17bb275a0bb91bc06a8a8f30f 0.03 MB 40 451
123,032 123,032 000000000000508cd30e61e9c6f1a195abd5908ce99a4bae957bfbf6c8d115b4 0.01 MB 12 109
123,031 123,031 000000000000018184cdfd00e21096d3a93ca9a98f6a8ec343210a9e7b82d526 0.00 MB 7 0
123,030 123,030 00000000000038683fd5dcce64ff5b9e104544337d9b8567ef7f46be707eaaee 0.01 MB 14 461
123,029 123,029 00000000000023420fb712fcc3c49642bb9ae317d450233135450fcf84609068 0.00 MB 12 250
123,028 123,028 0000000000000d034680625254c85bfa3b08b375fd9b8785bf0fa3ad59555f4c 0.00 MB 8 0
123,027 123,027 00000000000033b953ece24f1224a300be76a1a6ce04ba0647f2599187c760f4 0.00 MB 6 334
123,026 123,026 0000000000005de379c99549d7ad4f5bed4e8b32006c36c1e65a9b18fdf62d33 0.01 MB 30 100
123,025 123,025 000000000000491030ce821bcd16cbcd86d31b7619c4a045ca7fc58c07612d57 0.00 MB 3 3,629
123,024 123,024 00000000000028b03914ddb4bc64191cb86e661aac45cbf47c733aea4248661f 0.00 MB 8 0
123,023 123,023 0000000000006498d2ae5b5ca67cbfa45641cd5c943fe0ad49525a4453573a4a 0.00 MB 11 213
123,022 123,022 0000000000000a4439782906e86848d585f7fa2f4fa2f84dfcf6f6b58b41fd53 0.00 MB 12 974
123,021 123,021 0000000000000f8e0977f88aa5ecb69dd98b3375e83ef7f58982678834e2b082 0.01 MB 33 214
123,020 123,020 0000000000000717d60be73b2b8330a29eeb1570c83e027e0d229edf1bda2430 0.02 MB 47 1,170
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.