Loading Tool

Explorer IconExplorer

Memory Pool

44,569 transactions
27.26 vMB
0.10017170 BTC
Random Selection Loading Transactions
Max Size: 142.88/200 MB

Candidate Block

Mining Attempt c1b9b00cb40464a81111269b79a1c152e6f9ab8b1a55f29841c223f2db180324
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 4438de91ea40ef194e212b8f048e6739e6bce9456c3646176be535d066dbcfc5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.04552375 BTC
Feerates: 151.16 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (713,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,295 201,295 000000000000007ffc4c2da3f9bb18aa74b266ea1267ee493b7c02e9ade2aa56 140 0.05/1.00 vMB 102
201,294 201,294 0000000000000115a4ab4e043e77e58b186ce9169b3d25096a83a94ff3459677 718 0.29/1.00 vMB 109
201,293 201,293 00000000000003883c6946d5fb449f9f807098babaedecc66c1b6d8e06661f5e 122 0.04/1.00 vMB 68
201,292 201,292 00000000000001547d0bd0cdca72bcc388263e604ce777f634e6ba44c26dcc2e 300 0.20/1.00 vMB 99
201,291 201,291 00000000000003ec6e306adcd6f7d4266b88262cbc8f38258bd1d5b11425cfc2 12 0.01/1.00 vMB 58
201,290 201,290 0000000000000577ac3489c296475d3b4ebcea8ca03cc7802547523921cbcf14 53 0.02/1.00 vMB 100
201,289 201,289 000000000000045c61eddd19dcb2f43ec7c75cba6a20c1f166f4aa5c366c27ad 220 0.13/1.00 vMB 174
201,288 201,288 000000000000012dc5ec4a2e4b4fca3f72946de30d73db241cc8bcb5d45cda79 103 0.10/1.00 vMB 73
201,287 201,287 0000000000000341a9c8a4f050fe3273edd0a602ecb9b94377c5c1c54185358a 229 0.11/1.00 vMB 94
201,286 201,286 00000000000005cbac4729863520767efc50c505fe2743d5d8abb016683388e3 147 0.09/1.00 vMB 167
201,285 201,285 000000000000014125fedb75009ba81c07ac3e4c1481ffb9a4f9ee02d4178a7a 11 0.00/1.00 vMB 21
201,284 201,284 000000000000002b19e8910061b7d5f329a55ae4e8da9cdf92430e40299d6c1c 19 0.01/1.00 vMB 83
201,283 201,283 000000000000048dd28b2f9410fbaba2c320b2b3829361cf0df55ace2af8a6a0 154 0.09/1.00 vMB 114
201,282 201,282 000000000000041295f9ff30489f39400135f6e50807c199b9421d6af3dc0f9b 35 0.03/1.00 vMB 62
201,281 201,281 000000000000031394f3e3c6859f1c5a6b622a82b3e7a7bb2e452d234db027cf 137 0.05/1.00 vMB 168
201,280 201,280 00000000000003accf21e892ec9ef13a982ccc683984e50725974b74e48bfe53 113 0.06/1.00 vMB 268
201,279 201,279 000000000000017382ed5d1569acd4dcb1d2acb9de573ac016f4b8b855e72f67 69 0.06/1.00 vMB 58
201,278 201,278 0000000000000201e6cefa500b477d2bc589761fa96f0936c436d7766ecf1986 141 0.05/1.00 vMB 246
201,277 201,277 000000000000057ba2d9408edf2860b451cebeb88d83af997d65c36dc65a399b 164 0.09/1.00 vMB 90
201,276 201,276 00000000000004b2a5b107c830dc24becd68b93cac6dad9d38fe940a12f5e33f 222 0.12/1.00 vMB 111
201,275 201,275 00000000000003cbee538cd690a08d7d5fc336f40047bde59bac438e129ce12f 32 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.