Loading Tool

Explorer IconExplorer

Memory Pool

82,274 transactions
32.62 vMB
0.07601245 BTC
Random Selection Loading Transactions
Max Size: 192.38/200 MB

Candidate Block

Mining Attempt df647f10db54185f7e3f452b98a5eb583e45f1a1c2063eecdaa11162cc33e871
Version 20000000
Previous Block 000000000000000000006f0eb19e528f2445f80ada1abf25aed95d9aa6aaaa08
Merkle Root 1ac594bba0304b40678a35e7689d13c82b1e93d38247d06c19c9ba1a5c49cf39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,255
Size: 1.00 vMB
Total Fees: 0.01146082 BTC
Feerates: 70.37 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,945 (621,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
293,292 293,292 000000000000000094f05e0c3fe68b95ee62a5562b79ad13953b14319aa230d6 72 0.05/1.00 vMB 16
293,291 293,291 00000000000000006f90c4b9587493f8d580f14c56509bdd0bd9b578b8ea63e8 635 0.34/1.00 vMB 34
293,290 293,290 0000000000000000d4a988bf64a41d401ca23c126369407aaf207e0c2afb6eb1 482 0.24/1.00 vMB 43
293,289 293,289 00000000000000000e6c586d98a8ed8774f749c9ca7100059e8c59065634260a 741 0.43/1.00 vMB 43
293,288 293,288 00000000000000001e0f849a4f5b6e8922c1bdc09ca722de6c1120af8e9f7db2 434 0.32/1.00 vMB 20
293,287 293,287 000000000000000042dc1ed7c1a3afaf275c53b7ce78dd1b3004284a12a9827a 512 0.18/1.00 vMB 55
293,286 293,286 000000000000000072f18ab2508ac255b13dfd299441b6d80b8b5cea2a26cea2 930 0.48/1.00 vMB 37
293,285 293,285 00000000000000002eee25531bf13af1ecbb61803b03a4794c935322b5e0dfa9 59 0.04/1.00 vMB 40
293,284 293,284 00000000000000000fa8a94f4c7049e4455a5ad73a53e705393e29584362a370 211 0.11/1.00 vMB 33
293,283 293,283 0000000000000000c87d29ee2878826f6a628a5ce18bf8d6b095cd8996fda64d 392 0.19/1.00 vMB 34
293,282 293,282 00000000000000001c77ca751c2de1a3eaf46a2ea7ba116c8e6b5eef498353d6 1,077 0.40/1.00 vMB 34
293,281 293,281 00000000000000002f58d4f66e8ee0d2334801757b2fd1c18f384523c7060d1f 1,056 0.59/1.00 vMB 32
293,280 293,280 000000000000000052d11e4b468cf8e66152f4687ccf6f7b24a4eb8c7c183bbb 30 0.03/1.00 vMB 20
293,279 293,279 00000000000000008578196fbdd581fa1ee3cdfbbe0290f84e00bcaf2821c373 560 0.35/1.00 vMB 30
293,278 293,278 0000000000000000ac7474f604ef87e28148e701452ce6cabb5646800158ad11 53 0.02/1.00 vMB 24
293,277 293,277 00000000000000002be54b6ab4bc6be1f51ac9a540829621bb08d041eea77643 1 0.00/1.00 vMB 0
293,276 293,276 00000000000000009da3b4eb3f03e531ff1f4f871afd2401da71a13161b69e23 188 0.10/1.00 vMB 22
293,275 293,275 00000000000000001efddff231dcd1fe68a5d7794f636d0b02b63f16eb48d9e7 663 0.33/1.00 vMB 37
293,274 293,274 000000000000000001b13e74897eb2e37a87bfa5e6ca4f75f70dd03b6de56ab7 90 0.05/1.00 vMB 22
293,273 293,273 00000000000000008bbd75fca8e791520e82876e25fa4240e03b8ae32cdab931 397 0.16/1.00 vMB 36
293,272 293,272 00000000000000008b99a874543c3bdf10d7353f1d3c8e8bd47508263c6191b5 1,102 0.69/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.29 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: 657.13 GB
    • Received: 14.50 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.