Loading Tool

Explorer IconExplorer

Memory Pool

83,351 transactions
30.95 vMB
0.13708410 BTC
Random Selection Loading Transactions
Max Size: 186.75/200 MB

Candidate Block

Mining Attempt 95f766005cb477b119dab2ce13d417a58837e7118bc2ca6fa1a502a0ea7d7ab8
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 124472e4f1684325197aecbe9fb81767cf8646f910ca4cf767672d52bad46d8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,762
Size: 1.00 vMB
Total Fees: 0.06967916 BTC
Feerates: 366.60 > 6.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (596,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
318,488 318,488 000000000000000028cd59477f91c75319476ca9b0ca65ae1a68294236e45b91 820 0.44/1.00 vMB 27
318,487 318,487 000000000000000015e4f2e34a1dcaa78c3b5cc394bf767e50cc1e601e998ba2 256 0.09/1.00 vMB 41
318,486 318,486 000000000000000000d8613d821a7cc29df727ea027db15c79f94e494f44fc6d 845 0.45/1.00 vMB 30
318,485 318,485 00000000000000000ef7c866cd33907a5936943bc50fba6d0588bcd94709344c 170 0.10/1.00 vMB 26
318,484 318,484 0000000000000000188bcadaa241fccdc1de84be31b3eec92882f6c9ae9373ad 447 0.22/1.00 vMB 27
318,483 318,483 0000000000000000070a192e501872ab580f084e0cd82ec2c6e0bb412225ebc3 152 0.08/1.00 vMB 31
318,482 318,482 0000000000000000159591a9c793932cbd5ebab411a2f853fca3bb78f4bacd6c 82 0.04/1.00 vMB 31
318,481 318,481 000000000000000003f4099a67922efd3ba124efa67baf5a80758770f872a075 258 0.14/1.00 vMB 27
318,480 318,480 000000000000000006fec1d3931292d27fef766f54b5b279a2e493bb4be6e590 455 0.26/1.00 vMB 27
318,479 318,479 000000000000000025d66ac5402a7e7a4c9581381a3002a853faecbc39acc9ae 42 0.02/1.00 vMB 30
318,478 318,478 000000000000000014116a156045f38dab9329dac539b2c01c6e2e7de78804d1 218 0.14/1.00 vMB 20
318,477 318,477 00000000000000000f747652ed6deb84b877d3bfc6b1ea4b15214fda19db30ef 209 0.20/1.00 vMB 18
318,476 318,476 00000000000000002312f4c8230470041ffa464e4258512d2adcbc92a7562838 480 0.24/1.00 vMB 36
318,475 318,475 00000000000000001fa922d220f5e6d49422255cd1580d549ad09ba6ac81d720 200 0.10/1.00 vMB 20
318,474 318,474 000000000000000017dbf6a9c774200b9aeeecdecb174bebc01d0d27885b20e4 555 0.32/1.00 vMB 28
318,473 318,473 000000000000000026228db562b237136a383b229ca1166b7f3a205272cabe88 63 0.03/1.00 vMB 32
318,472 318,472 000000000000000007ced9a5e06618fc126207d33cebce6314e372ffe7b75267 388 0.24/1.00 vMB 27
318,471 318,471 00000000000000001df11127f9a2321f84cbc35aacd965f0d65e259e6d0fa572 367 0.21/1.00 vMB 24
318,470 318,470 00000000000000001f4334deead32d45e59b9a6dd809e555235b8e884d6a8089 317 0.22/1.00 vMB 27
318,469 318,469 00000000000000000db930d06b035407220c2ba20d5ddf4686719df1877ba99c 151 0.09/1.00 vMB 27
318,468 318,468 000000000000000012273fa407ac34ceedef5af0dcc5a51af2b81bfd2de7ae52 143 0.40/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.34 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: 661.57 GB
    • Received: 14.82 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.