Memory Pool Memory Pool Refreshing

977 transactions (0.27 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,122 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 963 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,121 (882,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,930 26,930 000000007a9e1e9a9026c28b69f5bf9c2761e3e1b79d9bfd39d127946d1bae16 0.00 MB 1 0
26,929 26,929 00000000b07d5203a13d1f99e8240143b3e3463beb9281d2ddd8cd215850dd10 0.00 MB 1 0
26,928 26,928 00000000b5231bbcf4fed7359e5d2d8028a750d38071b76d83028f6038543970 0.00 MB 1 0
26,927 26,927 000000000b7262fcb33f2370b9d5585adb8dd8a893944186afc103441c633a21 0.00 MB 1 0
26,926 26,926 00000000c02f2dc56c11d046926562c1ea5ba76737d4e457ef0551c8c099dadf 0.00 MB 1 0
26,925 26,925 00000000b9eda9343218f16a65a592628ce7046ca5a44fde7e9a8fc7106dd7a0 0.00 MB 1 0
26,924 26,924 0000000057900d23e655bd43df2f8bff1320c6c108939b9422ec7452f80d3bad 0.00 MB 1 0
26,923 26,923 000000002de23d1af1df0ff8bb8c1f5f9a7a8a045b48b935dacbd0ecec2ec1e3 0.00 MB 1 0
26,922 26,922 000000005a4deb7f9038f09406d1e44c978f56d849a4885a3932244258509ae0 0.00 MB 1 0
26,921 26,921 000000009427b62ef020dfad7975d67eed8085938f1cf9dc3b27dcf18fd5523d 0.00 MB 1 0
26,920 26,920 00000000242cd794a2f6aaf9ce87d5cc805c219f69ee30902a83028337c1f6bf 0.00 MB 1 0
26,919 26,919 000000002b00c5281b95547543d52cca26679fcfc7807c8f78f94e4c9dd9c9d7 0.00 MB 1 0
26,918 26,918 000000001bb5b33b23116234ba358d9321317b93267f1d8e50d481c0af5cdf9a 0.00 MB 1 0
26,917 26,917 00000000d9e25763b7a8bd6c3db9e0f1fede26b914851d6d54c2a97f3fc2e597 0.00 MB 1 0
26,916 26,916 000000001a0af777648c36f2283072217e5e6b814c80dc792cfbecafe689b7fd 0.00 MB 1 0
26,915 26,915 00000000d6b564129c6d38f0b055cce1ea976801438cf68129a3b2436ddb465e 0.00 MB 1 0
26,914 26,914 00000000188bf23aefc94c3c069651aaa4a35f84fc1b475aa8935bc169c199c2 0.00 MB 1 0
26,913 26,913 00000000a8894af15e5e94cda2e7034dd57ca882bf0513b4fdef0007e53acdad 0.00 MB 1 0
26,912 26,912 00000000ce57460e437306d60dc420e59a6b1f817eece79408be2e61eef570ba 0.00 MB 1 0
26,911 26,911 00000000e8f1c1eab71a3c290bc69b8d4fde0aaf455ad1d00170cc6da6763f9b 0.00 MB 1 0
26,910 26,910 0000000027c938ee5a11b17b9c4ae1b79978b87d01412a72f4f9e0399137d1a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,930.46 GB sent, 106.39 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.