Loading Tool

Explorer IconExplorer

Memory Pool

77,010 transactions
28.60 vMB
0.10167505 BTC
Random Selection Loading Transactions
Max Size: 173.05/200 MB

Candidate Block

Mining Attempt 94f828e13b2a8e4b517df06b17cbaaaed1dcfd1f724c37f3bd99195a62c549b5
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root fa70f1ebd3a3b13322f5c905e6fe933f3b4727c564d1931f2c16a276508db037
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,653
Size: 1.00 vMB
Total Fees: 0.03486259 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (444,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,442 470,442 000000000000000000b24ae216e84b7b3005a4fe69ef7969942e69bbb7a4387f 1,535 1.00/1.00 vMB 157
470,441 470,441 000000000000000000e72aa5e06afc8a825d104c806d221ed17fb8c98e792ba8 1,962 1.00/1.00 vMB 375
470,440 470,440 0000000000000000001fd564be55e4892eba0d845d6b096906979985445d9894 2,727 1.00/1.00 vMB 428
470,439 470,439 000000000000000000525837a6fc0b025398950dc7c46be0f775dd1630b9a1fd 1,976 1.00/1.00 vMB 427
470,438 470,438 0000000000000000003bb4d99355378bea9817bd71f8656125f1d2f25fd8ee5f 1,895 1.00/1.00 vMB 467
470,437 470,437 0000000000000000001e390a48a33c328bd217471c0d860b25bfbc2ad1548d65 2,499 1.00/1.00 vMB 428
470,436 470,436 000000000000000000700aeb385b45bc43a4e364946d7eb6f899c19f1b94e2a1 2,313 1.00/1.00 vMB 310
470,435 470,435 00000000000000000161f8530f7b151e78630db68e3ef55fdec90d3a958359cf 2,590 1.00/1.00 vMB 153
470,434 470,434 0000000000000000000281894cd4e9223dc5c5da3eefe853ab1912031e08e751 2,299 1.00/1.00 vMB 203
470,433 470,433 000000000000000001329b50e4c934225c793bfd20b9c582aa03abae92aec67b 2,417 1.00/1.00 vMB 212
470,432 470,432 000000000000000000518ecd77e5708916816df6a2ba0c62ebb92107f71d181c 2,279 1.00/1.00 vMB 144
470,431 470,431 0000000000000000017347335eefb9c5247b1999b966b541e07c068e252ba053 1,978 0.99/1.00 vMB 197
470,430 470,430 00000000000000000052e565220e3359fc293e1bbd1eb18752f2e970980f24dc 2,171 1.00/1.00 vMB 368
470,429 470,429 000000000000000000a8ac67c93dfd36f6a85e6785c844ad0822b0676651a0c1 1,607 1.00/1.00 vMB 327
470,428 470,428 0000000000000000013e5ca4a6f3d877f1b4d933fb4535b2fe51dcc771c7da98 2,358 1.00/1.00 vMB 477
470,427 470,427 0000000000000000007652c23ba5b6f508ea8cbaaed5a4f43a2f7341b91fc406 2,226 1.00/1.00 vMB 299
470,426 470,426 0000000000000000013f6f8d40ae5d48573d2375844d7ea37e79f7eaa815986f 2,243 1.00/1.00 vMB 362
470,425 470,425 0000000000000000006b95074f9e41f28a24ed525a950fe5882bf5a67154aea2 2,152 1.00/1.00 vMB 435
470,424 470,424 000000000000000000ac3f438690845fbb1fc422d459592ec26285c7fbf98eca 1,440 1.00/1.00 vMB 337
470,423 470,423 0000000000000000003c46e3060aedcdb0f4b81e2508b7151b73b90c9e445176 2,066 1.00/1.00 vMB 423
470,422 470,422 00000000000000000145ea8977cbc132d955363e82a160d88adacfd3161b0e1a 2,258 1.00/1.00 vMB 332
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.70 GB
    • Received: 17.58 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.