Loading Tool

Explorer IconExplorer

Memory Pool

67,552 transactions
25.91 vMB
0.06356300 BTC
Random Selection Loading Transactions
Max Size: 155.69/200 MB

Candidate Block

Mining Attempt 33974984888b7701765b7a8a4f876215d16ffe71e5eded4238398d43c87ee8bb
Version 20000000
Previous Block 00000000000000000001143e3c5370ed70dcc950f769ff058b3314f6f2391b73
Merkle Root e5715986c77e01f44c774ee0493b09ce6afd4a7732253f69baceb1a5d38d4314
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,433
Size: 1.00 vMB
Total Fees: 0.00868139 BTC
Feerates: 71.69 > 0.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,527 (706,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,100 209,100 000000000000005969c5e904245ebbd3592911e731b1a6d3983e8186f9884715 213 0.11/1.00 vMB 173
209,099 209,099 00000000000002987f3486dfb462bd60fd44b62edb106ba31c3ecf0f70063bfa 128 0.05/1.00 vMB 19
209,098 209,098 000000000000036af853e08b09b094504d41f7a5666b4adde1357fc531bcc2cd 182 0.08/1.00 vMB 126
209,097 209,097 0000000000000222d01b18a9ad48bab6b0f66d6bd7adf0c668c112926e8e0867 347 0.17/1.00 vMB 149
209,096 209,096 00000000000001d018ef36d2b7f2712a68fa87af84c299ddcf7e9a511b7e7bdb 378 0.19/1.00 vMB 126
209,095 209,095 0000000000000350b48951885cc7ecf438e71fd021cfdafc33e0f1a0f05f81e4 220 0.07/1.00 vMB 72
209,094 209,094 0000000000000261bf301ae8893a02f383cb9048dc1a01d52dda02d160060c22 107 0.04/1.00 vMB 70
209,093 209,093 000000000000010b29bd0c02784cf7a034f14eebba398864c10a60c26650d32f 576 0.24/1.00 vMB 199
209,092 209,092 000000000000012a2c5b5dfcc2d33ac1d34889c95b639c1ffd7b7eef09e0c984 8 0.00/1.00 vMB 148
209,091 209,091 00000000000002eccbb7d603e0240767cf4a136f5e8f2708391bbe199514ec7d 116 0.06/1.00 vMB 148
209,090 209,090 00000000000004c824c779a9c25e61083ef18a5c5c2eaa7c3cfa044f18ce4829 70 0.03/1.00 vMB 64
209,089 209,089 000000000000037389a9673c467d2d93710dff8d4218579e0054351a3e34d324 501 0.21/1.00 vMB 312
209,088 209,088 0000000000000155e416eea2026b5b5e6ced9403fbc395aa6705a4cc9e0dc9fd 148 0.06/1.00 vMB 141
209,087 209,087 00000000000004a480de9ce95a7f436f58674c33b37af2887b8484a2fe938b72 292 0.11/1.00 vMB 172
209,086 209,086 00000000000001f516b94afa82b2036fbc8ddc6e7b38fcb27864b41a3064e7a1 662 0.25/1.00 vMB 183
209,085 209,085 00000000000004d87d61e3098ff91d9aafd93d3ba85e27837e28310aa14f3ab8 156 0.05/1.00 vMB 95
209,084 209,084 000000000000019786bda3540270b7e73fe2bad4ff21669d71c841aa595d8a60 581 0.22/1.00 vMB 182
209,083 209,083 00000000000004b37aa10d15d6952254239c171377b1898c277199d56b2bac20 10 0.00/1.00 vMB 15
209,082 209,082 000000000000019dbdaf5e3fde5ea58c98d24bdb0a7230bf38d461a3c7d8768f 45 0.02/1.00 vMB 140
209,081 209,081 000000000000025baff7c3befd20e1ccb07a9cb7e67e0437ff5f80cbda21c210 153 0.06/1.00 vMB 164
209,080 209,080 0000000000000306fbb4526ef225e86d9daa4ac968b67ed930188d3f3e771896 168 0.09/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 783.31 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: 767.22 GB
    • Received: 19.37 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.