Memory Pool Memory Pool Refreshing

1,188 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,796 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,174 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (582,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,895 324,895 00000000000000001a2fe2ca5ea06d0a3b4b07a938475ead54630a19fdb2e26d 0.13 MB 261 23
324,894 324,894 000000000000000002e821ec59588c6cce9f17a9584485633a887902c8c54647 0.25 MB 346 22
324,893 324,893 000000000000000002408ad219f37de6c2a89f5c541831a84d3b3ccd5bc261a4 0.08 MB 70 13
324,892 324,892 000000000000000000b46611c7a64a6f5296c607b49ad1e4e8de00d6bbfe2551 0.75 MB 1,478 30
324,891 324,891 000000000000000008f5a7054e4b0819684c1476cf993da145e34b6854dd9b35 0.19 MB 319 23
324,890 324,890 00000000000000000eafdb2bec0a7db088d60c7fdb75ca733bf75e3cb3327b70 0.75 MB 1,127 21
324,889 324,889 0000000000000000108f62fd4b7a0afe4b773c8a13dbd40ca5264f854d086325 0.16 MB 512 49
324,888 324,888 00000000000000000921c49c5e711b77bf68903471df2e6580810399ce8f1d6b 0.60 MB 1,326 30
324,887 324,887 000000000000000015dd72d703e7d8234c234a29bc5531888004d2293620cb3a 0.12 MB 252 25
324,886 324,886 0000000000000000116d68e324813cef3f45c297d2e1f66948327cf0ae0c0b57 0.34 MB 480 13
324,885 324,885 0000000000000000115b0489c14d4a66dcaf0366a5f0c7e2b31212e2e617ac2c 0.47 MB 948 29
324,884 324,884 00000000000000001636e7161aef179578877fc30caf7eecde590d6b44366f4c 0.44 MB 678 33
324,883 324,883 000000000000000017ca7d01257151c845513b440f1957577906bfb070a86ebc 0.34 MB 558 24
324,882 324,882 000000000000000002b970bc8d6adf79d3269ce39f9c3b7be7fa3d5cb8e0d0f8 0.75 MB 587 15
324,881 324,881 00000000000000001bc8b1c41033b5dba7db07e267492c735466ac1ea38195c1 0.50 MB 1,545 49
324,880 324,880 00000000000000000c606f73c766e594a0d69693459ce3459253ef89121aaf77 0.04 MB 31 13
324,879 324,879 000000000000000016258c167893f2fc1b6e4706958442136a6f20af1a1a27dd 0.27 MB 463 25
324,878 324,878 00000000000000001e0447f179494334af2c53ff6ba4dacb5921a7f9a74bb50a 0.26 MB 424 21
324,877 324,877 000000000000000011af126bcc9ce61a3be773355ee9337318e9a66e73ccc06e 0.75 MB 1,585 33
324,876 324,876 0000000000000000192d984343fcd600a6dfddc1b67adccaa411357107c54430 0.78 MB 1,360 30
324,875 324,875 000000000000000009c47edd10aa3a26b6a90d95defbf2a5c0414767140882ba 0.12 MB 209 27
Previous 10 blocks ↓
Total Size: 769.16 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,632.70 GB sent, 93.67 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.