Loading Tool

Explorer IconExplorer

Memory Pool

73,636 transactions
27.54 vMB
0.09203336 BTC
Random Selection Loading Transactions
Max Size: 165.89/200 MB

Candidate Block

Mining Attempt 09f66fdefcf6412f5777949996e4496d8fc1f66c6560d34604d0a4834d6ad5a5
Version 20000000
Previous Block 000000000000000000017eebdacbe575f6ad3bea03b3fcf5d14b56a08eb4921b
Merkle Root fa922b1b9018092b407ee85ead75b3cef7ca186f3b52d79b047e15303d3a7959
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,018
Size: 1.00 vMB
Total Fees: 0.03072368 BTC
Feerates: 100.53 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,459 (668,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,053 247,053 000000000000004d4b9c6494612b5061e4be7147c9c7a92ec64b1e7a2a4c13fb 140 0.07/1.00 vMB 131
247,052 247,052 000000000000009acd13db7acba7fb6c7a3e21779ec43ec775b7d44136e9f058 223 0.10/1.00 vMB 140
247,051 247,051 00000000000000a0cc0ba5cb2ce834f9bd5ecc13a8703396e4f434b0b66976f8 147 0.07/1.00 vMB 148
247,050 247,050 00000000000000742208734ba4acc7a524616493999e1970cdd3c49fb664a9dc 240 0.09/1.00 vMB 152
247,049 247,049 000000000000000e6e841943a6d1b15aafa40cc5f9f92a63b7ac2f2458646897 397 0.17/1.00 vMB 135
247,048 247,048 000000000000000d88fbd134cf647b1463deae0ac0d34f509a432b1462d8d696 69 0.03/1.00 vMB 110
247,047 247,047 00000000000000899ad94a92d2c8a46f2ad688e0125eedfd1a94f51417d6da44 376 0.16/1.00 vMB 145
247,046 247,046 0000000000000040b7c7da50a5324e3ac8e0eb4e6323d8ea96e5666082e2a2fa 348 0.15/1.00 vMB 111
247,045 247,045 000000000000004ab0db6a5bf1aa968ece26867180e68e3d4477c14e68ab84a5 128 0.05/1.00 vMB 35
247,044 247,044 0000000000000066e49a0fa537bc42e4a79e2315a7a136e0f83bb75d412728ae 527 0.25/1.00 vMB 127
247,043 247,043 0000000000000034da328b936c0fa2dc2daa7337eed96a405c8e77bfeaa583e8 143 0.05/1.00 vMB 153
247,042 247,042 0000000000000052476417ce883a7ce832060cf7214463eb98accf2f9c776354 20 0.01/1.00 vMB 76
247,041 247,041 00000000000000394e8869e1ff2ca6753f7b7d932de6301577ae6e7bb9defe18 108 0.10/1.00 vMB 99
247,040 247,040 00000000000000368229cf55d6822f4a7cab77055513e857957a32ac40d0dff0 148 0.04/1.00 vMB 65
247,039 247,039 000000000000004d237b2f8da9760824745cada003f997a6261f359a0296ca6d 380 0.17/1.00 vMB 136
247,038 247,038 000000000000003532abe234550a240f09d9a30df95de8f0e50fec9d7d532596 25 0.01/1.00 vMB 39
247,037 247,037 0000000000000083db751930c39b45b6829138368f3a381cfff534d47b8dc1bb 290 0.13/1.00 vMB 141
247,036 247,036 000000000000003982201af15d45232c8742d9a237d9e893342dd4a8719c48a0 216 0.11/1.00 vMB 157
247,035 247,035 000000000000001152f5e4692f61a174c80fa0735fd6fc40f1ec0c4f1e8d8b60 512 0.16/1.00 vMB 103
247,034 247,034 000000000000004e4fedfeb40b97deed63b3b8921930b01eb91f36363151944c 296 0.13/1.00 vMB 129
247,033 247,033 0000000000000015c101f2f18f61a5a40d8d56b41584849119d2e0c80de4dbcf 412 0.18/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 783.19 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: 753.03 GB
    • Received: 18.90 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.