Loading Tool

Explorer IconExplorer

Memory Pool

29,026 transactions
7.00 vMB
0.07941777 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.59/200 MB

Candidate Block

Mining Attempt 52c598b108853ebad1bbfcdc3438354c3fdd2761b787a2f798bc3a9ccd59db4d
Version 20000000
Previous Block 000000000000000000017f1ba287bfb1d9a7c9f9985c514733698aa8a86e0a66
Merkle Root dd23ff5796b5677f84442a890271b2e9cd298f55a9e862ff07f7b4f45d7c9454
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,823
Size: 1.00 vMB
Total Fees: 0.05459052 BTC
Avg Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,127 (688,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,103 225,103 00000000000003b43d1deeeba768eb85db01073673e22d4bda0028c402001895 0.23 MB 516 188
225,102 225,102 0000000000000374cd8ad01cbd042ddf0bd102f060897c6c2bf4d4ff1343e651 0.00 MB 1 0
225,101 225,101 00000000000000c099e6e66c3127a066647fe6ad130362d793b1b4514c649411 0.13 MB 246 169
225,100 225,100 00000000000001a30afae8ebc3748643bc26d9aab554006819d3bd8a52578df3 0.33 MB 662 195
225,099 225,099 000000000000006b4100c42e30cc5e151f9dee498f91057228f050104880b0ae 0.10 MB 169 80
225,098 225,098 00000000000003601b5a9926bb81e89ea1149ccb23320f65fb8010a3428f9c7b 0.08 MB 208 206
225,097 225,097 0000000000000389b4e12a5e6d2a8f0efffc03b7290d7035b9fc222a65fdebad 0.14 MB 183 95
225,096 225,096 000000000000027cd3a53be3bd962e91dbbfb0adc4d9af6d16c0b9abed288541 0.25 MB 542 165
225,095 225,095 0000000000000091cdc19e707079eced9a13b89b77b48fb4db735cce2087cc4f 0.50 MB 997 176
225,094 225,094 0000000000000378df042a08822557567c5296e4813fde534ccad1b490b953a4 0.25 MB 691 297
225,093 225,093 00000000000000799abed326ad12ef18151c7d3497b180c9b6d8fdc9dfc8c96d 0.25 MB 756 283
225,092 225,092 00000000000000e9fc5a41cefe58d4058a56742a9ad26e3efc6d0816a8473fd2 0.05 MB 138 242
225,091 225,091 000000000000033c71e8344c51840d9b72bbc3dbb3ce19b64d98d7cbcc508412 0.05 MB 65 102
225,090 225,090 000000000000027a4af85b43557e397f5ce01d72f0ea9edbc335ee5c231bb0b3 0.51 MB 771 123
225,089 225,089 000000000000022abb88c852cc94bfa078a905ee09c49668b3d0c931b75a9392 0.10 MB 332 259
225,088 225,088 00000000000001cafb87e50269fff38b98e611cba49d20b43cac0c12b6e033bc 0.13 MB 426 222
225,087 225,087 00000000000002da019651b58b471e9e28d8267dd39c51ab153b08b7aecefdca 0.10 MB 315 204
225,086 225,086 0000000000000140b7d93a3f1b395a752cd6a4e792616dd48f2ee2f95100a9c7 0.25 MB 614 170
225,085 225,085 0000000000000323bca888da0992ba9257a0b20d52f0e6e905da5165b8305329 0.25 MB 836 250
225,084 225,084 00000000000002876aae9ee8dca4f49f6829c59d36baea465ae851da57ee6467 0.05 MB 125 103
225,083 225,083 0000000000000318345e8bef743fbc2cd2234afad5e727f33dfcf2e0fc3d4f43 0.00 MB 10 178
Previous 10 blocks ↓
Total Size: 779.08 GB

Node Details:

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