Loading Tool

Explorer IconExplorer

Memory Pool

83,729 transactions
30.35 vMB
0.16854340 BTC
Random Selection Loading Transactions
Max Size: 184.13/200 MB

Candidate Block

Mining Attempt 109bf144f56db465269f61f95b00bcac20ecbc5b83a73cdef418b9c465de5f57
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root 53487652bb3cd09dabc6de0d7bd957405a1c6dddc3d933c33dacb4952a537749
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,097
Size: 1.00 vMB
Total Fees: 0.10629530 BTC
Feerates: 155.43 > 10.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (707,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,562 207,562 0000000000000451b2d67d9eff0c364549a40feeb9ce365ccf069e514384f3c8 193 0.12/1.00 vMB 122
207,561 207,561 00000000000004baab7154f44ba73ec88255e7d3c863416e16e51543c8ceaac7 472 0.16/1.00 vMB 275
207,560 207,560 00000000000001de9bb4b28406e59728c0912f6d88306c96a892e4ead7bafdad 116 0.05/1.00 vMB 178
207,559 207,559 00000000000000f2f9621bc57055eb1e0ded35bcc95dafc5c333b03858da441f 33 0.01/1.00 vMB 38
207,558 207,558 0000000000000426e83c79179bc513c3b5aa660b1af2bab1b39d0af1a2352c14 134 0.06/1.00 vMB 142
207,557 207,557 00000000000000f9322c6670178437bed995a832f1d14c46b294198121b9c54b 339 0.13/1.00 vMB 190
207,556 207,556 000000000000029d61988cd8705dca193e19e9c00b3a65be2720e9cf62857bcd 6 0.00/1.00 vMB 6
207,555 207,555 00000000000001d0100b76aaccc47e89ebcc16b92ef4b8d9acb8a153a5af6282 440 0.15/1.00 vMB 206
207,554 207,554 00000000000004006e9ddb71c0f7bccd4742d8a2cea25af52dc7d64c0317e58d 70 0.03/1.00 vMB 173
207,553 207,553 000000000000025b61e86b3293bcc9d1bf8c404061306fd6bf7ccb84d2da3e06 350 0.15/1.00 vMB 129
207,552 207,552 000000000000038aee1ac1fcf3978ddcb637a6d1bf4f86c6c11db6364189f472 12 0.00/1.00 vMB 176
207,551 207,551 0000000000000010dacae3c79ffb0aa8f029097b6efc70e3ff257d9f962b9863 167 0.06/1.00 vMB 137
207,550 207,550 000000000000008950737a87cb6a4fd97ef5847f0add9088590e4562cbd2c907 537 0.22/1.00 vMB 159
207,549 207,549 00000000000003977573275831357d300d6ef786d9ac842132aee9a119925925 164 0.09/1.00 vMB 102
207,548 207,548 0000000000000151b8c28c4ad30ccf503580c42e4be88ba42faf63c7d0e44af6 256 0.07/1.00 vMB 277
207,547 207,547 0000000000000226b2c83383459f7d4440ab13c5e9d456357be06274b876c4f4 378 0.16/1.00 vMB 173
207,546 207,546 00000000000003a6a5f2f360f02a3b8e4c214d27bd8e079a70f5fb630a0817c5 509 0.22/1.00 vMB 217
207,545 207,545 00000000000004151d13c5cc4e823b141d4abf54c26c6ab28132897a1c55c530 19 0.01/1.00 vMB 15
207,544 207,544 00000000000004d5c36dc3bb4d8e8e70bb408f41507bfa8aed80613942160c8c 67 0.03/1.00 vMB 161
207,543 207,543 00000000000001bea89538ef859dedc5c4d918870b0a83d9e4e5aef4e7c0e418 158 0.07/1.00 vMB 209
207,542 207,542 00000000000001cfee8d4bbab25cab9987e0e8f77f0eb5501a6bb5fef635c24b 7 0.00/1.00 vMB 323
Previous 10 blocks ↓
Total Size: 782.32 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: 660.24 GB
    • Received: 14.64 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.