Loading Tool

Explorer IconExplorer

Memory Pool

16,818 transactions
9.67 vMB
0.04052805 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.98/200 MB

Candidate Block

Mining Attempt 55a252cf14c682b0643ed642af3a17a05f9267e1b30e712211d19707733fb8b1
Version 20000000
Previous Block 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0
Merkle Root 369546b6caa9ee087b87405398826dbb4de3067693c6c3821c70eb88fcf8b57c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,009
Size: 1.00 vMB
Total Fees: 0.01899355 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,370 (767,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,556 145,556 000000000000043b9a8619086fedd708e2b023b9e80d02bd276a012199b673ea 18 0.01 vMB 71
145,555 145,555 00000000000008152519c654c5385277c7576405442bbeb8bf38da8cf4400ecb 12 0.00 vMB 705
145,554 145,554 00000000000005aa3556070ba5aa3b8292947dca362f4f12b0f177f80946f017 4 0.00 vMB 193
145,553 145,553 00000000000006f671c310399ef26f13561597f04f64fd0b03875677f3863cab 58 0.03 vMB 286
145,552 145,552 000000000000031e7d94db28e813b2fe6c5df588c18e0d62ced2996fa4f88beb 44 0.01 vMB 0
145,551 145,551 000000000000021f22fb6b68c3d0674881b1462afaf86a909606190bc0443e28 47 0.02 vMB 200
145,550 145,550 00000000000003c523754efb8fb1608cb1eaaeb7244d89f025875b149a44daf0 35 0.01 vMB 5
145,549 145,549 000000000000071039d6b4efce7b74240eb69cd6a18dabbe5bc01deedc9f02ac 23 0.01 vMB 365
145,548 145,548 00000000000006b786a3aedc5fb45bd36e3c5c3b107462d2425b0c23493a5a48 42 0.01 vMB 64
145,547 145,547 000000000000065e1b791ddc684f744bdfec506d44d4e68eb120b1b40d0d6952 103 0.04 vMB 173
145,546 145,546 0000000000000941d607c9592cd3e850b1f91d8a6c549e4d3c2cafc7d69ec065 7 0.01 vMB 919
145,545 145,545 0000000000000730a8cfc6b32742ae4a364e66a983236802c6b216e38d604d8b 14 0.01 vMB 539
145,544 145,544 00000000000001126d0a83a3a0b3603ea245b61060805cbc2f98e8e1a507f58f 20 0.02 vMB 196
145,543 145,543 000000000000063a5a304573560795cb7294329412a264a0ee97ab5f3c058a31 67 0.02 vMB 32
145,542 145,542 000000000000027fcb71433cfe882ff020161ef27cd194107302788731906257 41 0.01 vMB 272
145,541 145,541 0000000000000814490d133dd401af1ce13cb65ff0a9acbbe499874a340da1ec 130 0.05 vMB 294
145,540 145,540 000000000000000d5d73e439e6deaa3c7231402e6069b078da81f251b66921d3 98 0.04 vMB 191
145,539 145,539 000000000000023a2bbfebc742d60a4328904f643b566dfea446ecd4712828b3 95 0.03 vMB 119
145,538 145,538 0000000000000076a9f464392d2c85c81da8189a98acc49890de277dc35df607 116 0.05 vMB 88
145,537 145,537 00000000000005ea8aed681229f1622fbecc6f037d3aaf77e5df4f33e34516e4 35 0.03 vMB 40
145,536 145,536 000000000000087564dfe55b120a059070056fbe85e0ab0133e98b09b44ef94d 16 0.03 vMB 25
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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