Loading Tool

Explorer IconExplorer

Memory Pool

28,173 transactions
9.36 vMB
0.09430746 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.27/200 MB

Candidate Block

Mining Attempt d4755f27e8896356c7a982329bcb680c0000c8468bb2d46564443d566898fd1e
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root 818fe9beae0cd27bdedb818b7a2da3554b2a8e917e54e52df13fc8eb0de9ef98
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,185
Size: 1.00 vMB
Total Fees: 0.02577021 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (774,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
138,486 138,486 00000000000005dcd8a669b202c45682b835ec7a215c0bf4a872ef7bd27b09fa 10 0.02 vMB 470
138,485 138,485 0000000000000573deceb5eddefcb1afd35589cf797f87bdb3e1a21b51fdeb39 27 0.01 vMB 472
138,484 138,484 00000000000008957a94a7afd4f028ec4dbd4191a5b9f48b12bfa941b729c9c8 70 0.03 vMB 71
138,483 138,483 00000000000009ad3946d26f6715c5e2cc48cb9576f2de2b05ffce7dcc9059e8 26 0.01 vMB 165
138,482 138,482 0000000000000904f320a6588de9df82447754fe88e4d174745b1f8a04969cb8 113 0.05 vMB 137
138,481 138,481 00000000000009cfc9897a31b5680847e79c9c0093d04263ddf0ed803a5e7156 77 0.04 vMB 103
138,480 138,480 00000000000005b85bff397ac0ad6792f03e0acbbbee603c0dbc1406fa7319b4 9 0.00 vMB 143
138,479 138,479 000000000000007dd91130e5715efd8bd9376be3c3d375445157d7b920cb935c 8 0.00 vMB 27
138,478 138,478 000000000000073c92623f385a22acfdc1777ac7849a93d76fa305942cddb233 29 0.01 vMB 267
138,477 138,477 00000000000003dc3d2bee7ca2e7383931860f216f075dedd8da809484168455 9 0.01 vMB 56
138,476 138,476 000000000000045ac031a94441578c44be25bf5566a4e673f52c806d09e3b002 33 0.02 vMB 148
138,475 138,475 000000000000065e1de5b89d21ccb1e1b058943e267dd0becbca740ff054cc50 74 0.02 vMB 155
138,474 138,474 000000000000071545176d51a01dc963215d11526e92a6814a4e80533d72ef97 48 0.01 vMB 185
138,473 138,473 000000000000080daafffd445f12a82871b318cb0610b05234b621762435189b 37 0.02 vMB 168
138,472 138,472 00000000000008da38c49bff3371a8930afcd37637ed63ea581dff574c51e75f 60 0.02 vMB 3
138,471 138,471 000000000000049dbaa546cc52c45478d2cdf22cf01f53b968dea651acf04293 20 0.01 vMB 44
138,470 138,470 000000000000001db0e8ecc5ed89c8cdb7b442ade8ab7c61937057e22f9aaf50 53 0.02 vMB 132
138,469 138,469 000000000000037560329780063d1ead220f5410f1e4cc998f5b3850a3f581cf 53 0.02 vMB 157
138,468 138,468 00000000000009787385c9ce629df129c02e293ea285d29e6b5b4852c9385986 10 0.00 vMB 88
138,467 138,467 000000000000059cef41cba4c0464e14eeb93278cd73b099a4cbc8d4051adc3a 66 0.03 vMB 50
138,466 138,466 0000000000000884c77648aa67b1cc99a9fe4588ceb367c329b42f8db4227372 30 0.02 vMB 62
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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