Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,202 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.47 vMB 1,189 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,652 910,652 00000000000000000001c3c463dd5b15d0b2a4a6f63d3ab5df87d81d7889705a 1.59 MB 3,177 3
910,651 910,651 000000000000000000014d8bf5354d90a406a67046ece346c8a347b2700549af 1.01 MB 2,378 3
910,650 910,650 00000000000000000001d5abbd5ca4097563a808a61104a35c89476d9c96b7a5 1.60 MB 3,102 3
910,649 910,649 00000000000000000000cf44b1751f7e29a6c16fe1684a41e02bc2ace77193d3 1.35 MB 2,247 1
910,648 910,648 00000000000000000001f8daea8d879312f5f101af7e37a762b98ecd414501c4 1.10 MB 2,334 3
910,647 910,647 00000000000000000001c8322994654cb16dd77f16549fee7ec8185d2ef02171 1.17 MB 2,074 2
910,646 910,646 00000000000000000000e76f6c4f53382795264f8c69c521c636b0cd37ca8872 1.53 MB 3,303 4
910,645 910,645 00000000000000000001c5e40a717da562153ad83594d47122a5890b88ec6139 0.15 MB 386 4
910,644 910,644 000000000000000000015b19f239ed112a4cc0d1856bec1d0d40fccc27d535f6 1.49 MB 2,348 2
910,643 910,643 00000000000000000001c3b017f4978c746af4d3a1de1088925960d0d855c6dc 1.54 MB 2,823 4
910,642 910,642 00000000000000000001ad163359d68258aad2e6ddad9f624b2ceccb39ae04db 1.39 MB 2,124 1
910,641 910,641 000000000000000000013468192ca43f65a71f5c82f522104948f8ec88858805 2.14 MB 1,821 1
910,640 910,640 0000000000000000000144f1255164d1c0a6dc2bb1720844deedb3897667986e 1.90 MB 2,265 2
910,639 910,639 0000000000000000000141798e2d17ed38ab0df6d27b55aa4f46cd7254f2fce4 1.51 MB 4,060 6
910,638 910,638 0000000000000000000044405bcb6dc485b70bba0da49f30ede01246db9a735b 1.64 MB 3,465 4
910,637 910,637 0000000000000000000223b69673ada1d2efb259fc126a39cfb5826e7ab6aec7 1.58 MB 4,089 6
910,636 910,636 00000000000000000001473ec9d714ad6c31211294120ebdd38b521786ce3138 1.56 MB 2,506 2
910,635 910,635 0000000000000000000005744743b018f31a20fd4934a156b75931c25d7ca027 1.60 MB 3,423 4
910,634 910,634 0000000000000000000123af24dde394026226d28728be5c527c7c8d817f902b 1.71 MB 2,585 3
910,633 910,633 000000000000000000007b9268e1ae0a46368df7aec5eed3eff8c86f314a45b9 1.78 MB 3,316 2
910,632 910,632 00000000000000000001fb140522b5d2bd925702507084130dd53d2840c9b030 1.52 MB 3,332 4
Previous 10 blocks ↓
Total Size: 775.22 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: 2,359.74 GB sent, 124.83 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.