Loading Tool

Explorer IconExplorer

Memory Pool

33,249 transactions
13.98 vMB
0.05408024 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 80.84/200 MB

Candidate Block

Mining Attempt 55dd7a3ca164f660df02d0e265549446c23f34d3554d2bfd4f444123db2e0001
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root e928d07e4af6463eda19847071a96977ea30981185e116e89606bf949eaae136
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,038
Size: 1.00 vMB
Total Fees: 0.01576859 BTC
Median Feerate: 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (690,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,616 222,616 00000000000001f99182850fdd3afb5713213ed3b92db6d28efa2917ff70de5b 147 0.05 vMB 30
222,615 222,615 0000000000000033a7e1adeb50ac94179f88ace6438cc7e37b0e254cb4f1106f 845 0.25 vMB 253
222,614 222,614 00000000000000234b14312fe6ed299105a39f3cfb99455700442de5652a17d8 607 0.25 vMB 248
222,613 222,613 000000000000029d7d059670dd7affd338cf1b4df58d4754dc0b715f7f2beaf4 703 0.25 vMB 227
222,612 222,612 00000000000002e8d20c873afa32d105d66cc5e4ab68e6478e5821562f740a78 703 0.30 vMB 211
222,611 222,611 000000000000030e638c9c5a56de9131db9a215668070a60dbc5996f9b7b0107 466 0.25 vMB 152
222,610 222,610 000000000000044cc22c16ac1b93d32d1f204cbe900b03a44d4ec16cd883065f 602 0.26 vMB 214
222,609 222,609 0000000000000389f293c8787a7a71b7a9605d0b65d5bb9cf12b919764344bca 214 0.11 vMB 136
222,608 222,608 00000000000002ef4c009ee71db8d35a864d665c118a68e28c072ed91706605c 572 0.26 vMB 194
222,607 222,607 000000000000002fd75481561a5dd7ecc48f509425fe9b66815bd6e3e42577a6 13 0.00 vMB 62
222,606 222,606 00000000000000a6368ec47ed371e145ea45631500b15e6d48ace0dbcc0919ce 543 0.27 vMB 191
222,605 222,605 00000000000001dba624bc29fd558bc1963f7d7fce943bce33106fc9009ae9b4 120 0.05 vMB 185
222,604 222,604 00000000000003a2f1052030195a9d44bf2bfb42749ba4f7f41d6250bb138b43 233 0.12 vMB 113
222,603 222,603 00000000000002045173390fe1e1a5922d60b29f617c6328ca817724569a69a7 768 0.25 vMB 263
222,602 222,602 00000000000001bf2a45feec9e0c83168b474a0383f9a9c7ae342e222db41e9c 96 0.04 vMB 195
222,601 222,601 00000000000001bd534d2f6b095ff27f5762cc09ce62a3b69b9db8f0597ca81a 299 0.11 vMB 229
222,600 222,600 00000000000001f6568bba669f6354c276bbb79059dca01a2125e14df040446f 176 0.09 vMB 174
222,599 222,599 0000000000000425c2093587b2e7a4469ec2113e7e1c96be31a21f14a5921f99 403 0.24 vMB 121
222,598 222,598 0000000000000345483643f312e0f991d93d5372c8a3f2ad4819872edf6da05a 536 0.25 vMB 183
222,597 222,597 00000000000004509071260531df744090422d372d706cee907b2b5f2be8b8ff 782 0.25 vMB 277
222,596 222,596 000000000000007762e936d05ea7067aaa02e43183e3730294115302d9707338 694 0.31 vMB 210
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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