Loading Tool

Explorer IconExplorer

Memory Pool

68,651 transactions
26.29 vMB
0.07369415 BTC
Random Selection Loading Transactions
Max Size: 157.67/200 MB

Candidate Block

Mining Attempt f1539b87e56efd4e1487b5864e9adf0718eb58893317fe9a8d9539200ddc3508
Version 20000000
Previous Block 000000000000000000015d74c9f0e8e6aa6606a788883fefea9a0783db03862f
Merkle Root e5023885b41b08b85474ebc99996e70bee7683518587822d0397d9c55268adef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,633
Size: 1.00 vMB
Total Fees: 0.01783819 BTC
Feerates: 146.76 > 1.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,529 (878,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,171 37,171 00000000841cb5c9ff2cd86c1f57b7f2837fef631c90bb57e08847daf38f2835 1 0.00/1.00 vMB 0
37,170 37,170 000000009619ca6a321350d26ebf966c084b5cbfc1cea50399360fd328a473eb 1 0.00/1.00 vMB 0
37,169 37,169 00000000bc8978362dc5af84981677cead7517e0a5adfbf61ffe33f46ec3b3b9 1 0.00/1.00 vMB 0
37,168 37,168 0000000014d42db1c5b4dc059645655d22c4626e062674c261bff2774a3b30ae 1 0.00/1.00 vMB 0
37,167 37,167 0000000066cb0326f5102429731e739394b5d4fd3bae5a2ad44fbc276b8ef863 1 0.00/1.00 vMB 0
37,166 37,166 00000000720abf9ec5d5ad783cb53040837a3545e148dcadca3ed437050abab8 1 0.00/1.00 vMB 0
37,165 37,165 00000000199b8a913274c5ae3c106a10c78cb513d51f2363da1d14521c4000ba 1 0.00/1.00 vMB 0
37,164 37,164 00000000558d895768ff444c21a95d0ef6a0ace837f345c52ffe6e1d386668d9 1 0.00/1.00 vMB 0
37,163 37,163 00000000a7f4f0903034db86d813024951cad44cdca553092ebe76e0a27721c6 1 0.00/1.00 vMB 0
37,162 37,162 000000009322cd30d4b792ea117195232f27702a5314c83f029043432587d7f9 1 0.00/1.00 vMB 0
37,161 37,161 000000007596fb481ffbe2bef5d3b6e96c1c1dc95aaad6da5ded5da85f1f7fe9 1 0.00/1.00 vMB 0
37,160 37,160 00000000b38fb41f40714718985dd62cc7da6d88e863a58ee1c736a17edb1ed8 1 0.00/1.00 vMB 0
37,159 37,159 0000000081aba1afe9ecb6e5cfcefc8faf722afe426c25a83ee9aad4dc6d6ff5 1 0.00/1.00 vMB 0
37,158 37,158 000000009a3debe68e6fcb41debbce7d1636ec0b48eb4a34d73db3b6891c264c 1 0.00/1.00 vMB 0
37,157 37,157 00000000a33aa93faf4d57dc6e993c1f7e22a67996b7a9834f34004951827863 1 0.00/1.00 vMB 0
37,156 37,156 000000006c14b4dccac5c6b05d06b6d6488588f64a3c12f3c97aec7182713d63 1 0.00/1.00 vMB 0
37,155 37,155 00000000310d10164770f3663ba939518bc7ebd39576e1908db53a89796ab8b9 1 0.00/1.00 vMB 0
37,154 37,154 000000002e3bf5361c3da64908d31826be13713caa3b665d757ff6ea582c2dc4 1 0.00/1.00 vMB 0
37,153 37,153 00000000780a2576d4211ed4563ff5eee116911eaecdc68fd5155af4d095755a 1 0.00/1.00 vMB 0
37,152 37,152 0000000013a131c76914b8c1516d9beab6944b2e0a98998c07bc4eeb3bb3ad95 1 0.00/1.00 vMB 0
37,151 37,151 00000000974c48af0f9e6bbae7803223766d2c02a8b1c3b1a967bb893223c102 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.31 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 767.24 GB
    • Received: 19.38 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.