Loading Tool

Explorer IconExplorer

Memory Pool

42,293 transactions
26.53 vMB
0.07706903 BTC
Random Selection Loading Transactions
Max Size: 138.58/200 MB

Candidate Block

Mining Attempt adaed19fb43b6f581beceb79a5f23ff9c1d4f73b1146218361bfd906033f227e
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root b669470b6f52bfcc733a06f648680a10f5723569252614fabb9e6e3f92dccccd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,181
Size: 1.00 vMB
Total Fees: 0.02796741 BTC
Feerates: 151.16 > 2.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (335,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,566 579,566 000000000000000000218b62c136278f41b979962d4cd215da48f97de44474f6 3,203 1.00/1.00 vMB 98
579,565 579,565 00000000000000000013ebd8c03255c4faaf0d7e0b7a16f0bea1ac82d2b84353 1,709 0.66/1.00 vMB 56
579,564 579,564 0000000000000000001f5bf2b05901b77a713de35890c095dcab289d349b80ef 377 0.13/1.00 vMB 99
579,563 579,563 0000000000000000001953bcc0e76ff51bde85c7bd470b366d438cea2c4f4322 572 0.22/1.00 vMB 68
579,562 579,562 00000000000000000012c0e3ba966e4c746c610606bdb57933cb588a401d01be 2,144 0.82/1.00 vMB 50
579,561 579,561 0000000000000000001e279adb4bde7b7ee1bd1a4e468e54a534fea0f624b56a 2,877 1.00/1.00 vMB 74
579,560 579,560 0000000000000000000c7afc2ee420c1ea46678841117f4e0cc7bddfe73fd91f 2,826 1.00/1.00 vMB 88
579,559 579,559 000000000000000000161a0263217231a38af64fd669b8abcbd1391895fba146 2,346 1.00/1.00 vMB 37
579,558 579,558 00000000000000000008dd9773bb87e5b6b9afa52513cbd86f6f77ca086520ee 3,061 1.00/1.00 vMB 50
579,557 579,557 0000000000000000001aa0b38fe5b095b000b9d8d8d4c2492096e8c9addcd271 3,012 1.00/1.00 vMB 98
579,556 579,556 00000000000000000016724f09871c2aee3b7b319775c2e0f28d0dabc9825f5c 1,912 1.00/1.00 vMB 6
579,555 579,555 0000000000000000000037e0819d6e34408dd4966261a5052fc0e19f1a583de1 1 0.00/1.00 vMB 0
579,554 579,554 0000000000000000000296b12918b4f8d9852df3815820e4711458d77e44564c 2,483 1.00/1.00 vMB 54
579,553 579,553 0000000000000000001ac807f929034b853f243cdc7847e21ceea47259e8cdf0 2,550 1.00/1.00 vMB 104
579,552 579,552 0000000000000000000f53a1d7a8e1676e156dd1c3268c2f0bbecfc0fedb2cd2 2,587 1.00/1.00 vMB 28
579,551 579,551 00000000000000000024d7c1f3c7459e590ea3df49d25726cdfabdbae80f63f6 2,977 1.00/1.00 vMB 62
579,550 579,550 0000000000000000000be11e07133df89ec862028f18baef976027ff49f900a4 2,716 1.00/1.00 vMB 126
579,549 579,549 00000000000000000022e52465d11cf3569de4f8ac265db11c4877316e46e676 2,131 1.00/1.00 vMB 97
579,548 579,548 00000000000000000017eb70267fee23800c90cf3e1c5363753d0c843c92e612 2,337 1.00/1.00 vMB 105
579,547 579,547 000000000000000000059cdd39cc6790225c9e26e99962b76a8158030ac31ff4 2,641 1.00/1.00 vMB 122
579,546 579,546 0000000000000000000acbeb9d548ffdbdbe9a744f493bcba67ec5b0a069d0a0 2,132 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.