Loading Tool

Explorer IconExplorer

Memory Pool

82,143 transactions
30.94 vMB
0.08604094 BTC
Random Selection Loading Transactions
Max Size: 189.78/200 MB

Candidate Block

Mining Attempt 203f98e26a0d3e8bd3d9c9246d99ee64b861df6f4e409a877586f1763fb78765
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root 838ccbb9a0732d7d9727b36fa687f8dbbca13d6ba2c044ea9db8efb1ff1f64f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.01657358 BTC
Feerates: 235.42 > 1.66 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (420,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,684 494,684 000000000000000000c9a696e00609fd78aae6f5dcde1e5975adfe48f99216d5 2,292 1.00/1.00 vMB 421
494,683 494,683 00000000000000000052ea14f723723773b5a7cefd21837ddc62d6abeea9840c 2,308 1.00/1.00 vMB 241
494,682 494,682 0000000000000000008cb19ef742b1cde62730310e2ea0c37c5f710aa7b8bed8 2,670 1.00/1.00 vMB 457
494,681 494,681 0000000000000000008504537ca22eb1968b36726c3a49a80d23e7cab869e738 1,569 1.00/1.00 vMB 147
494,680 494,680 0000000000000000008bc1cbfd0b414f3ab09cf424e60a7af8d2f3a87e9e93b2 2,087 1.00/1.00 vMB 522
494,679 494,679 0000000000000000001d0ff3d7578a8868132aa3614548553cb9d80d81b4c101 2,527 1.00/1.00 vMB 69
494,678 494,678 000000000000000000c75e8121b87b1a9067277c7a971628712e018d8f0ad73a 1 0.00/1.00 vMB 0
494,677 494,677 00000000000000000021151add3afe9d3681b50a539c4180cad7150f07859f34 1,414 1.00/1.00 vMB 151
494,676 494,676 000000000000000000262fc4538bf7cbfa3552f4370d494a70805c20cdf0c330 2,114 1.00/1.00 vMB 449
494,675 494,675 0000000000000000000ed7a07d3e97721c63be7c4c57167d43a17a5b2da2b364 2,155 1.00/1.00 vMB 433
494,674 494,674 00000000000000000085517a714285d51eb96f90596be6d30b9f36732a9c11c0 2,023 1.00/1.00 vMB 375
494,673 494,673 000000000000000000547532444a9d07c639fa1c81290da3919a0e3be0261f30 2,347 1.00/1.00 vMB 531
494,672 494,672 000000000000000000c9ba8e76681fd222b7919eac235b4411cc4dc4f9ab6593 2,537 1.00/1.00 vMB 515
494,671 494,671 0000000000000000007f28534a16483ecdd73235b5d3580a9695a31a94205db6 2,418 1.00/1.00 vMB 289
494,670 494,670 0000000000000000009979aa1be7e09dd4d46f223959f27b833ef847e0ca73bb 2,605 1.00/1.00 vMB 273
494,669 494,669 00000000000000000021c55dcba74e3feefdbcb422ee69f7233b31b873e9ac73 2,482 1.00/1.00 vMB 542
494,668 494,668 00000000000000000012957c2e6075381d7171023b37db55f3b994baad2e128e 2,075 1.00/1.00 vMB 66
494,667 494,667 0000000000000000003571439505f9da0618f7365bf325df47daacab7cf38961 2,274 1.00/1.00 vMB 283
494,666 494,666 000000000000000000acdb12c4a9782e5bd48f6a10d6b7dda14831ec30970b6a 2,288 1.00/1.00 vMB 222
494,665 494,665 000000000000000000c88036a4285778afa1263f9495dc24d5a133a0a2ce7458 1,986 1.00/1.00 vMB 212
494,664 494,664 0000000000000000008f7b7f5ee6f8fddeffc02a833803f276dec0381a6b01c5 2,118 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.