Loading Tool

Explorer IconExplorer

Memory Pool

73,472 transactions
27.17 vMB
0.06226981 BTC
Random Selection Loading Transactions
Max Size: 166.03/200 MB

Candidate Block

Mining Attempt 13db9cb0080719af06c482014d825fb53a376daf5035d26b7f65f6847b662d9a
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 7017381b6df345f3eb989134379553444ed5c08cfad976a665f2ed9b426932b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,946
Size: 1.00 vMB
Total Fees: 0.00431835 BTC
Feerates: 14.05 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (434,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,422 480,422 0000000000000000010675aa0851b564f3d4e8bd9a71a3f52a61df27597e9093 1 0.00/1.00 vMB 0
480,421 480,421 000000000000000000d4829d5030bc70ec5e6385454b3ca7c87f75d042b5e695 2,624 0.99/1.00 vMB 204
480,420 480,420 000000000000000000546e8ad0552f1202d6681b8c6298b2c3891bed3589a032 640 1.00/1.00 vMB 45
480,419 480,419 0000000000000000003fdcdde8f7b47dfd61417eff6a1934aed9a3125492225b 1,390 1.00/1.00 vMB 10
480,418 480,418 0000000000000000006476c131487bfe7c0fc32e67823390f2f7c3cbfd2ce0dc 1,910 1.00/1.00 vMB 106
480,417 480,417 00000000000000000049865d560554af0f32b07d5bd7177936d4a8f11c3d3aa9 1,884 1.00/1.00 vMB 118
480,416 480,416 0000000000000000007daeb964e58dfffaddea6e1512b36771c33c977f8c25db 2,142 1.00/1.00 vMB 125
480,415 480,415 000000000000000000201783a6097ed3b3e50b6347c51006e5e1bf0e89eeff2f 1,786 1.00/1.00 vMB 60
480,414 480,414 000000000000000000b6d4c84898af6f9ba180736a8dfbcf9acb83aa4db6c882 2,265 1.00/1.00 vMB 151
480,413 480,413 000000000000000000cf35325491b5fde2f933eb70f6b8ccbc27cebf05c7d63f 2,626 0.99/1.00 vMB 209
480,412 480,412 0000000000000000004162b1583473fbb7bf0c7967e5720a8fab28ed3c797e28 1,319 1.00/1.00 vMB 70
480,411 480,411 0000000000000000004ed01d48a88413e591368f43a820d6dc69c2153b7adfe8 1,281 1.00/1.00 vMB 107
480,410 480,410 0000000000000000002afe0c4ed84c63cabbe8786a360acedc793f4ebc3793fc 349 1.00/1.00 vMB 23
480,409 480,409 000000000000000000fb1ff11ed8973e1ce8becb5dc0b502f315c7bbf622b440 915 1.00/1.00 vMB 18
480,408 480,408 000000000000000001226c78ed831792fad51a0d5bc5c2b6c131ccf24099a751 2,084 1.00/1.00 vMB 60
480,407 480,407 00000000000000000054a4f31d7e668f10049c23e5d964340be187ce7290a47b 1,825 1.00/1.00 vMB 107
480,406 480,406 000000000000000000da9e29bd0b4a945ea40f31bae7e6c5bc112ab078af5875 2,310 0.99/1.00 vMB 102
480,405 480,405 0000000000000000001fbaf6c5a9dcd582167be266e0e05f91a921dfbdd64058 2,286 1.00/1.00 vMB 164
480,404 480,404 00000000000000000092d9c3aea74a589403505a571a24dde431b3932d9ab8df 2,016 0.99/1.00 vMB 51
480,403 480,403 000000000000000001292bab35bcd3c09d6b34f22ca82c97f5e5d8603e284e06 1,893 0.80/1.00 vMB 209
480,402 480,402 0000000000000000005e21322e80403c9c4372db0268fb0ff10e7695655bfe04 2,262 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

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