Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,402 000000000000000000022b910000000000000000000000000000000000000000 219 0.00108165 BTC 0.04 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,401 (696,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,928 215,928 00000000000002f7aaba5046427aea5e13ecca05d26afa455a5f4165590c7ad9 0.05 MB 142 140
215,927 215,927 0000000000000189c8a7586493ca0272c2d12aa8f82d3191b4a17caaf094d20f 0.20 MB 325 179
215,926 215,926 000000000000011e457392598c9dd28bbecfda1e6d22818028e3203c92a3f1d2 0.25 MB 676 213
215,925 215,925 00000000000002510e8674bac70c2cbd2dadc4b9e84251c52cf71fada47f2166 0.05 MB 140 139
215,924 215,924 0000000000000052e9213e68056d9644525f9cda367b040d50fa7150204dd970 0.03 MB 54 133
215,923 215,923 00000000000000aba6e39dfcd7feb2cd3aceb98c696929bb734b9ec419f43ea9 0.19 MB 491 204
215,922 215,922 00000000000003258038e619c4e3112371f6589744e440eda2af50c4777fb28b 0.07 MB 151 163
215,921 215,921 00000000000001bda7847c899d395086ff80f9b0351ddc52b77497b7b992b432 0.13 MB 160 97
215,920 215,920 000000000000007e916b4a7ab795189a44b439d72f888e8f3e04e24a93da3ec9 0.23 MB 403 112
215,919 215,919 0000000000000047bf6f0e141da8c097d74f7a27f00b96c953ad50e7d233686f 0.25 MB 808 236
215,918 215,918 000000000000015c3105236c2c60f893d39d68957cdecf1e7ef64625f94db089 0.19 MB 439 164
215,917 215,917 00000000000001f291b158760c44554c1843dbe3fc7430b33be465f30ee8d2ac 0.16 MB 461 182
215,916 215,916 000000000000042c1246dbe034f51eb958f32f2a9baaa4eb5fa1653ef0927bce 0.08 MB 177 137
215,915 215,915 0000000000000065d3f1984c83a0703212a2147b39bf1cd5ffc7ee16a0355b3e 0.17 MB 422 164
215,914 215,914 000000000000028c9d9fc2555656b093bdc2302143af06a128bb7f5230039a97 0.25 MB 609 176
215,913 215,913 000000000000010f96977d1aa38780c408bafd05d8f94b8d23c825d7b6c94b0a 0.49 MB 869 76
215,912 215,912 00000000000004089e27b0b7b2903ac9956641304a1468962e32ce6be48255ed 0.26 MB 571 169
215,911 215,911 00000000000004cca1dc2e678cf8c7996e1a764c7c75ca94bfd338daa6e2d6a0 0.00 MB 10 15
215,910 215,910 00000000000004262e42a95a12fc4bc90ee14fc62605fa3ad3b9b87c8590c8af 0.21 MB 510 174
215,909 215,909 000000000000005549d26fa7d0a209b4c269501bd220e49c1c8831ee59a2c630 0.09 MB 135 100
215,908 215,908 00000000000002be12712c347c52fb14315a133fdc7725ad69a5cb8d14283aad 0.18 MB 373 156
Previous 10 blocks ↓
Total Size: 777.80 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,549.86 GB
    • Received: 137.28 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.