Loading Tool

Explorer IconExplorer

Memory Pool

3,957 transactions (1.77 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 10.15/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,427 000000000000000000022b910000000000000000000000000000000000000000 2,439 0.01995373 BTC 1.00 vMB 1.61
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,426 (896,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,175 16,175 00000000e4c438810b1641826ed26d81831e953a7d505190f4a57711a5e64819 0.00 MB 1 0
16,174 16,174 00000000e91be09b06408046f60ce641dc2a1ce22fbdb75e74ff1fc1e89fae86 0.00 MB 1 0
16,173 16,173 000000004275cbe086de67f2d178ebef8568168e63abee74e9e8e72d12e02efc 0.00 MB 1 0
16,172 16,172 00000000b5dce1a4bdb9f2c28ca54204e9576e062e2d17536fb645154e1359ac 0.00 MB 1 0
16,171 16,171 000000006b95dd9ce710a8812ae529a14d1296e79ac10efe527248c9a4241f16 0.00 MB 1 0
16,170 16,170 00000000c681bde2220e8ff9dc75958e5fd2967f0de39ea30b9137e5be121680 0.00 MB 1 0
16,169 16,169 0000000032bbb8669c90b5c58a2427b733d7cfdf26e3e358145c88a48289bea4 0.00 MB 1 0
16,168 16,168 00000000bcb545156561409dbc6d025903c7380a8d7eb080f2d979eca2e92024 0.00 MB 1 0
16,167 16,167 0000000098e78823c27087411ac38626aab78fad3ffd602bdc6a3881d5d75877 0.00 MB 1 0
16,166 16,166 0000000051853c3ef2bdc67af03c66d2ef6547b1bd2917c5009522a083cadc34 0.00 MB 1 0
16,165 16,165 00000000087ca93f105fdf8813cd521d59cfe6b4ed1ca04e88db0650b2586d2b 0.00 MB 1 0
16,164 16,164 0000000086a7734c541b14a39d5bace3de30b58260ae8be95e2a64fc9edc9d86 0.00 MB 1 0
16,163 16,163 000000009bae7472d1e959a13215f30f7a82f41c0be3c22446e8433fadc56e6d 0.00 MB 1 0
16,162 16,162 00000000ce508c09540236252b23a1d57422af8b8de7411adbfb4d9fe8ae5579 0.00 MB 1 0
16,161 16,161 00000000050418b512527b2857e0c24a7b886c4bfbca3b1544c912860e66eb4f 0.00 MB 1 0
16,160 16,160 00000000e5cecbcd577aab6151b1ebecdba5862fd3f4afe2f5c1ac0bf8274043 0.00 MB 1 0
16,159 16,159 00000000addc177dc3dee70a51886b1141c911ab4afd7072e091df0abbd76301 0.00 MB 1 0
16,158 16,158 00000000eb77f7bb322938ccf5f05b6cf630c65a17d0909c531546df32ab0211 0.00 MB 1 0
16,157 16,157 0000000079dcb28a1b31a2150a687bdb6e59ddad05bce373b0ec14d4763d6cc6 0.00 MB 1 0
16,156 16,156 00000000a8bc1aea03479d4ea7f6f054dc72600c7b906c47b3538278ec6b2a16 0.00 MB 1 0
16,155 16,155 00000000d2f902ab031f30d50475ea6a9810518f4550b3ccca22a2ec19907c93 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,553.00 GB
    • Received: 137.49 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.