Loading Tool

Explorer IconExplorer

Memory Pool

78,994 transactions
29.62 vMB
0.07174653 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt e7001418af7f1dc9e7908bc94d1b3a59bec9e80312108081aa4ad8d93fba11d2
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4133e57813ef52365359b6f46cd414d206b7cf40267f7e4d251157c40d0e5efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,959
Size: 1.00 vMB
Total Fees: 0.01148717 BTC
Feerates: 180.34 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (705,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,269 209,269 000000000000038bab7182474d88b289d2c0b8d37b42e1cd40958cb75076be36 63 0.02/1.00 vMB 126
209,268 209,268 00000000000004c5ebae1cec6f500026fbfa0a4dd2f702025fa77ed71ca200b5 95 0.03/1.00 vMB 53
209,267 209,267 000000000000004ebbf65425070a364f09fd5d3812d1e1ce35f2aa55c097d124 414 0.20/1.00 vMB 413
209,266 209,266 00000000000002b6e6f76c78cb34ceff3dda75df001c6d4cfbdd0906218713ba 190 0.08/1.00 vMB 181
209,265 209,265 00000000000004a0ae6f3c0df9f3f391d5a83cd8cd0593ad1d972e4658b78670 366 0.23/1.00 vMB 166
209,264 209,264 0000000000000234ea46f84bcb185cc163f7225dd58482c8406ec08d0be5d085 102 0.06/1.00 vMB 78
209,263 209,263 0000000000000322f9379c8cef24b01dece3f2b915098901edee0b99d6e97bb6 414 0.25/1.00 vMB 171
209,262 209,262 00000000000002c6c37be545c1f9f0ff8f40e24695312c2fb2319d3f1cbc295b 12 0.00/1.00 vMB 344
209,261 209,261 00000000000003b54192c326f4a258e9e3246525bc5eea0cfecf6b5b08b9ac17 10 0.00/1.00 vMB 15,169
209,260 209,260 0000000000000207152fe8152778d57c4b61f4f1a7b2b65bf327d4e530fffbcc 9 0.00/1.00 vMB 31
209,259 209,259 00000000000004ad78a303699d502e74a3b7223e3da30d879a48b0c3d417c6d0 705 0.34/1.00 vMB 147
209,258 209,258 0000000000000080e18f945429e89802dc02519ee39dba66f00480da91f0af89 142 0.05/1.00 vMB 114
209,257 209,257 00000000000000054fd80dbf8a59edb3545c5a5ba94ad634924ddc187e0166c6 190 0.09/1.00 vMB 155
209,256 209,256 00000000000004c93cc7cad50195c627dd6a20f8449c85ea5fac09c8e2345957 17 0.01/1.00 vMB 58
209,255 209,255 00000000000000e34dabaee419fd276631d057296dacb9d667ba49eea764659c 177 0.09/1.00 vMB 148
209,254 209,254 00000000000004b6c98975d5e7b44775488afa418b591b22855559d96c34c249 81 0.03/1.00 vMB 116
209,253 209,253 00000000000002ca3853e598b9d7bdadc0dd92a37eca78c17790ffc72ed8340c 147 0.08/1.00 vMB 137
209,252 209,252 000000000000008b277f699f825b352f21570885fc871a57d0282b44a035d2f5 174 0.10/1.00 vMB 162
209,251 209,251 000000000000022a5d38aabf34340a56f62c1b7dfe9922360d2968eaf7994c99 1 0.00/1.00 vMB 0
209,250 209,250 00000000000004d07fba5ee269a4d1c29940443e3d5dbb574623ebb17cf5ef13 550 0.25/1.00 vMB 237
209,249 209,249 00000000000004b59c50942a44245f83ab3ee96fad06a5e5a9f36fde8c514dcf 844 0.42/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.15 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.