Memory Pool Memory Pool Refreshing

1,127 transactions
0.35 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,265 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,126 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,264 (582,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
324,869 324,869 00000000000000000d1a00b97258e6319e157e7e39305f8511421eddbe469bbc 0.27 MB 518 28
324,868 324,868 00000000000000001769cbe30a45a95a12bd9a66eb4711d1faed1a82af38e1ce 0.22 MB 309 26
324,867 324,867 0000000000000000086450d505073cd18854cbd601a9bc6318d49cee7c867fd8 0.03 MB 55 22
324,866 324,866 00000000000000000c762b1e485ecca2fe35582dba909020a348a4f779e1c7c5 0.25 MB 467 27
324,865 324,865 0000000000000000163539801ca16448bf41f74f6e190f6513a339e8ba89f350 0.01 MB 32 47
324,864 324,864 000000000000000019d0846c8461a9a9233ccf62f6c2e026b35cea031b547ae8 0.32 MB 628 28
324,863 324,863 0000000000000000128b7d7e547d0580cdd6dae868d40251dacb766a5ac736f6 0.01 MB 23 15
324,862 324,862 000000000000000000550c9cd2b0a57a37bc2cdb0573c6092c4cded4acf0e4fc 0.07 MB 107 11
324,861 324,861 000000000000000019c9e0e0797d5a686c5935ce2a4c3e9e7f2a5fc7b3ab6842 0.37 MB 708 28
Previous 10 blocks ↓
Total Size: 768.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,536.91 GB sent, 88.18 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.