Loading Tool

Explorer IconExplorer

Memory Pool

75,346 transactions
27.78 vMB
0.07935285 BTC
Random Selection Loading Transactions
Max Size: 168.93/200 MB

Candidate Block

Mining Attempt 49079a442efc26fbaa20f1f5e8620b9bec9ee094228c6fcf0c71f348ad749bdf
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 358ca1fe0072cab4eda8fe9902d2582812a84ca0670a6d53a1a04c3e8eaa35b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,656
Size: 1.00 vMB
Total Fees: 0.01995344 BTC
Feerates: 151.01 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (354,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,300 561,300 000000000000000000036eae0955ba935b0080b52a6c3ebe65922702d02c3b6b 3,370 1.00/1.00 vMB 26
561,299 561,299 00000000000000000002894f7285b074c3259b81dc9cc1aab31d690a17212c13 3,184 1.00/1.00 vMB 27
561,298 561,298 0000000000000000001c232e766f37990ad52138a0c6c17c3a17f2b8b57dcb4d 630 0.21/1.00 vMB 9
561,297 561,297 00000000000000000020a9e0bdccf76b2f5c9ceeb52eb8e5a1cb1c7b031e9196 885 0.27/1.00 vMB 9
561,296 561,296 0000000000000000002b4eb797e682b0bf099add49a7fc8dd1ed2b38d5cdd145 241 0.07/1.00 vMB 6
561,295 561,295 00000000000000000002ce2a50a3a9ef53deef2c2e3fc91165454549bdb91cc0 1,134 0.41/1.00 vMB 15
561,294 561,294 0000000000000000000051f15df012152d6b7052f7a81beb0e8adcaaf8ecaa1d 1,784 0.81/1.00 vMB 2
561,293 561,293 00000000000000000018736bfe40b4663d38359f2f4ad7e93d56b286f7ffaca3 1,907 1.00/1.00 vMB 14
561,292 561,292 0000000000000000002617bf1a74a29fd53c9313fa4859af6bd8c00b3ffa77b0 3,388 1.00/1.00 vMB 5
561,291 561,291 0000000000000000000eb70c4bde68a0c6df6d370231d6a13ccac5635d13cab2 2,904 1.00/1.00 vMB 25
561,290 561,290 00000000000000000002688e5c1ce407935910fffcb45575094871ae68208b88 3,092 1.00/1.00 vMB 3
561,289 561,289 000000000000000000049175163060c1809789749c6aa32aace25253d2310d50 3,159 1.00/1.00 vMB 20
561,288 561,288 00000000000000000019096cfbdc617741597578853b131537320d669ea5ca05 3,459 1.00/1.00 vMB 20
561,287 561,287 000000000000000000111b4f69133fde8c6111dd6bf0571806421c5df73adeb2 3,138 1.00/1.00 vMB 13
561,286 561,286 0000000000000000000af74b2e24259da4b7d54f22eec1908879fe95d06a95a5 3,040 1.00/1.00 vMB 17
561,285 561,285 0000000000000000000eacb25e6d5cf8eb8e9107a7c59975fe9e8facff076a2d 3,222 1.00/1.00 vMB 36
561,284 561,284 0000000000000000001e71039d21554eaf3c260f3843d52bb7b3b66ca965534c 1,668 0.47/1.00 vMB 7
561,283 561,283 00000000000000000029c418e1c3e87a45707fca1f57dc49d5c74b0fab566edd 3,094 1.00/1.00 vMB 4
561,282 561,282 000000000000000000250d8c533929c0d13c324b92097a70419eda72b5976926 2,737 1.00/1.00 vMB 20
561,281 561,281 000000000000000000036a54b1340a61d52856cb919008a8a41b8c9108ee593b 1,921 0.60/1.00 vMB 21
561,280 561,280 000000000000000000203d73beb0827b3a676c974edd581507253165f335223c 3,156 0.92/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.