Memory Pool Memory Pool Refreshing

17,522 transactions
5.64 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,796 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (582,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
324,874 324,874 0000000000000000095fff9eea044ceebf77171961a12db42f658218b5c6997e 0.00 MB 1 0
324,873 324,873 0000000000000000047e1bd13b8a868349340bcfbc039850a6aad89aac2760f8 0.10 MB 169 20
324,872 324,872 00000000000000000e7d681fc3aa2d5500406b872d93bafcc6d21aff75914bd5 0.37 MB 659 28
324,871 324,871 000000000000000006919077c8f0ef4a73f299481617af4325a59ad7a2699608 0.64 MB 1,259 29
324,870 324,870 00000000000000001dbc17cce335850d7ffe53f3f3240f24fbb8c9b84e06c24e 0.55 MB 1,185 31
Previous 10 blocks ↓
Total Size: 769.02 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,624.20 GB sent, 92.99 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.