Loading Tool

Explorer IconExplorer

Memory Pool

76,306 transactions
29.89 vMB
0.09931349 BTC
Random Selection Loading Transactions
Max Size: 179.49/200 MB

Candidate Block

Mining Attempt 42d673a25f3dcafe9fbd8b2f4d24f223ecc3b68273a30ffdb7031c08710efcab
Version 20000000
Previous Block 00000000000000000001dbb1d0c355245f3cf816e492d22c6348fbd464c36b26
Merkle Root fdddc0a7eabbe3358adcabb6844dc8e3aeea5b6063b7b83eb12ea8483e1a980e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,447
Size: 1.00 vMB
Total Fees: 0.02779714 BTC
Feerates: 150.62 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,445 (672,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,905 242,905 00000000000000a144ab7109352516b96acf40a6376c3e91307d2a4df33c1ba0 256 0.16/1.00 vMB 46
242,904 242,904 000000000000004121a9c4d6fcdc4f98bcfb12a1a4af8d6a3518d3aafc5ac9b4 19 0.01/1.00 vMB 35
242,903 242,903 00000000000000c89334f3af5706a47430fb3187be72072509363d0db1229b55 432 0.20/1.00 vMB 144
242,902 242,902 00000000000000d49b911f788ff55113f23ca5c6e7bb96c1bbd9d6d49348ac21 5 0.00/1.00 vMB 73
242,901 242,901 000000000000003cbf4c440e85d77a96063ae07889ed015770fb32f49013ff5a 347 0.15/1.00 vMB 156
242,900 242,900 000000000000000125688888f538d30b6d689ab0f68f142333d84df7c6afdb00 320 0.14/1.00 vMB 165
242,899 242,899 000000000000004d5d0b86063e097dbaf741da9d0cdbde7eab00754a93a816c2 26 0.02/1.00 vMB 78
242,898 242,898 0000000000000048dbff6cf4d2f406fe9a39384d5206197f124e4868905d4806 98 0.05/1.00 vMB 62
242,897 242,897 00000000000000231f554f0417602d253d5eea2dcc40a7ce3d870f89a5e27663 557 0.25/1.00 vMB 201
242,896 242,896 000000000000003cce3b736e1eb443a974dc43ca9c75d6a96e9c95b71d4dd6ca 27 0.02/1.00 vMB 40
242,895 242,895 00000000000000b66f9fe17e2d9712884c6692c1efa9f3dbbbe1e7d12fcf61cc 489 0.22/1.00 vMB 290
242,894 242,894 000000000000003631fa52c5f7d68d25f185b521f5af8b192652b5223d43207d 12 0.03/1.00 vMB 30
242,893 242,893 00000000000000497f08034f411d76b0a46941742fc04e3943e9c49494640bd1 238 0.11/1.00 vMB 153
242,892 242,892 000000000000003fab3094c96305803a94dd9b2f9ca51811084f272df853c06b 27 0.01/1.00 vMB 98
242,891 242,891 000000000000005b50510c2fd8707ce8a05dc6c4a11f0cd466182df28d506a0d 66 0.04/1.00 vMB 766
242,890 242,890 000000000000005471ef57b16258cad32a8117606720449aeb5c3c33886b51a7 26 0.02/1.00 vMB 534
242,889 242,889 000000000000003de4b8d20a58dad7240f6a1efe0be36706483476eaa04685a6 139 0.08/1.00 vMB 129
242,888 242,888 000000000000002333e9d27038fc952d1384ed56dc124b8e65dade8e4fbb8692 396 0.19/1.00 vMB 510
242,887 242,887 00000000000000cdfbcb8cf9e747f51d8616c28fcf2b7bc5c45bd7c96924667f 406 0.21/1.00 vMB 359
242,886 242,886 0000000000000077e1da1b140027da233f8fc296d8757d2fc866b9e0dbbd7dc9 320 0.13/1.00 vMB 371
242,885 242,885 0000000000000077dcd3eabff7f324f2b535a19d47a53295acf3d5ac7886c7e9 46 0.02/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 783.17 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: 748.71 GB
    • Received: 18.81 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.