Loading Tool

Explorer IconExplorer

Memory Pool

38,446 transactions
26.43 vMB
0.06103486 BTC
Random Selection Loading Transactions
Max Size: 136.25/200 MB

Candidate Block

Mining Attempt e3b14d32d70ff8a008df8a700d6aafe000bf3078cdae250b667e2495a4a8f506
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root e95c91220d0740b73cc20fa32648b431b7829fdbccce6fc1599a177c146328df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,494
Size: 1.00 vMB
Total Fees: 0.01190912 BTC
Feerates: 201.06 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (411,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,950 502,950 0000000000000000000e9fbc462c2e196f19da54eec678e701a0648cce63d29b 3,327 1.00/1.00 vMB 510
502,949 502,949 0000000000000000008c7acfd26f6c5104ff6f3cc73500662ebafb6e3230c670 3,920 1.00/1.00 vMB 461
502,948 502,948 0000000000000000004354db460f9cc49fc93157cf501910552604bb7cbe0e9b 2,458 1.00/1.00 vMB 457
502,947 502,947 00000000000000000017a820734ac7d68ebef6f2bb88f1ae1d894d3777f185c9 2,973 1.00/1.00 vMB 514
502,946 502,946 0000000000000000002fef4cbbabd92e904394107adccd48be84784077868c42 3,189 1.00/1.00 vMB 521
502,945 502,945 00000000000000000073117c07ae1518d03e9a73aec822404379b2691b2801ee 878 1.00/1.00 vMB 232
502,944 502,944 0000000000000000003f9516f23efe8707f70b071da2f10cbe4859e2a970cf61 2,170 1.00/1.00 vMB 354
502,943 502,943 000000000000000000886c0ec887871d7e08ca9e92af4b91660b97b59c1d471e 2,362 1.00/1.00 vMB 406
502,942 502,942 00000000000000000072d3789a098502f5549003aeed24d6c34b187b19dab7d4 2,958 1.00/1.00 vMB 381
502,941 502,941 0000000000000000006d491968cf9830e6e2d3fd0b1852f0de65878dfe957642 3,634 1.00/1.00 vMB 490
502,940 502,940 0000000000000000001be21a3ddcf1c26c9ea1d99b51d5c8262f140a433a189d 3,408 1.00/1.00 vMB 485
502,939 502,939 000000000000000000822aa3094d880b676ddaab142450ae5bfdbc2642a786c4 3,380 1.00/1.00 vMB 494
502,938 502,938 000000000000000000608e6c6683af1166e93a70064b0a38909e8f4e8492bd07 3,214 1.00/1.00 vMB 508
502,937 502,937 0000000000000000001f06c346000a7228f1f9933a20204b1374d4525ac1d038 1,248 1.00/1.00 vMB 342
502,936 502,936 0000000000000000007c9f9e5005aa3c9fcbf539a3ba96f62c2475e44c503f51 1,736 1.00/1.00 vMB 417
502,935 502,935 0000000000000000005f6742725ef4a42a449c19b508c54089703c604793f6f3 1,965 1.00/1.00 vMB 387
502,934 502,934 000000000000000000448023eb77b71a66fe5ef5feec0750e98701152b8b72ee 2,373 1.00/1.00 vMB 534
502,933 502,933 00000000000000000038010244f7f9b51554119d6a66908bf3b8fd7ebb71b1cf 1,487 1.00/1.00 vMB 249
502,932 502,932 00000000000000000089c8daa373c13eb08502072f9cb5bd78b3a4dcb102346d 1,952 1.00/1.00 vMB 410
502,931 502,931 00000000000000000063a9c8aa3c05b25f17296dfe9f80eef624384a43fe0ffc 2,096 1.00/1.00 vMB 335
502,930 502,930 0000000000000000002a978593035001fea5cc3b3c6a3d13448b07f91b13a391 2,261 1.00/1.00 vMB 523
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.