Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,310 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,538 000000000000000000022cb30000000000000000000000000000000000000000 0.79 vMB 1,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,537 (881,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,267 29,267 0000000039472082cb02177a6aa46c2559d9644680147e594bde422d7aa3ce72 0.00 MB 1 0
29,266 29,266 00000000a7212ca9911d805d7ef8068fa834bd61b273d98362daa3c037cbe0aa 0.00 MB 1 0
29,265 29,265 000000003068136ffbeeef4a8914543f2c64c4f4253b8f145e7af8f8b6c6aa91 0.00 MB 1 0
29,264 29,264 00000000d6d4541f2e95903ac334185d99c6f973c47edfde8f6778554723d7ac 0.00 MB 1 0
29,263 29,263 000000009cbed94f6a9c398c1b7aad7ad39406e3cd96ba9dbeb637be7c6669ed 0.00 MB 1 0
29,262 29,262 0000000020e411c8816e7ac3a1460c0aa57521a24bc6988e0ef0ee660b57b882 0.00 MB 1 0
29,261 29,261 0000000022e787e53f578f3e2b70ecafcd12bce6bdca27f6ee205baf5eb68621 0.00 MB 1 0
29,260 29,260 00000000db5ec5d06690b430b4393f1ee7fcc9c70d1c7339821af777533e09ba 0.00 MB 1 0
29,259 29,259 00000000145d98d327786c521f43d7182dfc4561200385e57d69b13bba873972 0.00 MB 1 0
29,258 29,258 00000000e53ba4b2e9b5c45bf816d33808e2096f54d30907f2e9d61f7351dbc4 0.00 MB 1 0
29,257 29,257 0000000012c6fda07908b451c36ad4845f34b7c6d3a7ebcb726141eaac6925aa 0.00 MB 1 0
29,256 29,256 00000000a87abe0c401e6978329e88a1f35b63fd92e17c3b687b29a820d57665 0.00 MB 1 0
29,255 29,255 000000005cd4d8f25c6cd39bad9cfe6dc7c0d8d0245d9aaf2ad6cb0f6b6c8273 0.00 MB 1 0
29,254 29,254 00000000d90794d4d80df8a2ecd843281dd79298ab77a9968e71b3b6a4b5565c 0.00 MB 1 0
29,253 29,253 00000000da4f78423753ca11481fe071ea421b0727ec9fb817b45fbe73af0bd2 0.00 MB 1 0
29,252 29,252 00000000a3d6870bea9b4da6cc85376797c3d027312617aad19eec8959f5c195 0.00 MB 1 0
29,251 29,251 0000000003e88c5d1a87c270144a40a9e2427665a97d2cea27d1ef340493fd4f 0.00 MB 1 0
29,250 29,250 00000000e84466799fb13ec8aba716d897504275aa662e3630f8022326bb1eb0 0.00 MB 1 0
29,249 29,249 00000000f3a3148f7d226c3ddb09bde3e9e81b95e62b49caa87bcaf2fdf7a9de 0.00 MB 1 0
29,248 29,248 000000000b5f1c69296271f98509b57c1cd1a404d70c873c32d0e152d25e7d0a 0.00 MB 1 0
29,247 29,247 0000000037594548c60d441fe58b2a82788f6da18c550a4aa8bf33ae109c8a21 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.37 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: 2,249.49 GB sent, 120.43 GB received

Notes

  • This page updates every 5 seconds.
  • 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.