Loading Tool

Explorer IconExplorer

Memory Pool

36,708 transactions
26.37 vMB
0.07943634 BTC
Random Selection Loading Transactions
Max Size: 134.40/200 MB

Candidate Block

Mining Attempt e0952abf0239ae0abba3f74d201df517ac102a315c13c427747c85361bfdf47f
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root fd2427961642644f7fa98bc1eaad8d5e1ef27fc5e064a96839e6ba4ba45571b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,272
Size: 1.00 vMB
Total Fees: 0.02889214 BTC
Feerates: 250.88 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (413,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,622 501,622 0000000000000000005af85ebf636bf10ca49b5ddf99337649d8cff4203e6518 2,648 1.00/1.00 vMB 583
501,621 501,621 000000000000000000458f100d12b8f68d3148982d67cfb178b48eedd253bfd8 2,566 1.00/1.00 vMB 568
501,620 501,620 000000000000000000661dfb12f744eb3f2d723c496d321c881af27e0d02ad6f 2,843 1.00/1.00 vMB 434
501,619 501,619 0000000000000000004d585b91783ec802d916f742715f9d531774e06d4ab8d9 2,263 1.00/1.00 vMB 720
501,618 501,618 0000000000000000000f1d887f36e0574255585a7b45e8e58d8afe7499bc7e12 2,661 1.00/1.00 vMB 344
501,617 501,617 0000000000000000007d7aab477d8cae8973df00bf5803eed792a2032939e590 1,848 1.00/1.00 vMB 422
501,616 501,616 00000000000000000079df783633f1ba27948cbccfd98e2041e45c3eb80ff4f0 2,744 1.00/1.00 vMB 624
501,615 501,615 00000000000000000090e99522e424bbb82c5529dd591464d41bd38b3aa1d35f 2,369 1.00/1.00 vMB 624
501,614 501,614 00000000000000000023d7adfed47882dfa1d7b2cbde883bf80a7a0642ac2684 1,381 1.00/1.00 vMB 243
501,613 501,613 0000000000000000008bd2ea79a5e01336a4fea1ca11eef5a19fb4216d814698 2,387 1.00/1.00 vMB 588
501,612 501,612 0000000000000000002b4cd15be11ac52860caf9c9a9cfe96795d66e768c5ae7 2,150 1.00/1.00 vMB 329
501,611 501,611 0000000000000000002ab24c469060abbf66bb32b06f83a9e4ce24ce125dbba3 2,511 1.00/1.00 vMB 432
501,610 501,610 0000000000000000005147db8172c08feedaff0e9631093a9857fbc4dcc30900 1,867 1.00/1.00 vMB 352
501,609 501,609 000000000000000000860168b46b2abe5f767908489581a69bf0721ecb4c5a02 2,683 1.00/1.00 vMB 533
501,608 501,608 000000000000000000600dc2ae4aa0dcba13a019b8baca4621813509dcd07e4d 2,590 1.00/1.00 vMB 489
501,607 501,607 00000000000000000062b501b5178169d46e2b549b1686e0b86d079f13e41a92 1,326 1.00/1.00 vMB 195
501,606 501,606 00000000000000000094afd5088b3fc4917d0309ad884bbaaf352c0e836ec218 1,280 1.00/1.00 vMB 261
501,605 501,605 000000000000000000573fda4cdecef07899120c7b8c18385b9ca1039b0e42da 2,104 1.00/1.00 vMB 302
501,604 501,604 0000000000000000008a377080ae7e5ac25196c58a4c693ecab2ed90cab7532d 2,402 1.00/1.00 vMB 260
501,603 501,603 000000000000000000862268bfd01832a49a4b811a7a631ab87c1af23d810af9 1,978 1.00/1.00 vMB 406
501,602 501,602 0000000000000000005f2ce945945cd3f9b2b65c90a3dd84f2254b672cf49dc1 2,604 1.00/1.00 vMB 668
Previous 10 blocks ↓
Total Size: 781.84 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: 637.88 GB
    • Received: 12.45 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.