Loading Tool

Explorer IconExplorer

Memory Pool

37,094 transactions
28.67 vMB
0.07164924 BTC
Random Selection Loading Transactions
Max Size: 143.88/200 MB

Candidate Block

Mining Attempt e66da1ba15b78c6324613fd3033265b666c2aad0c398a1b3cf00e2c95ed3f356
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 5198cac3384f18bcad692e47de3c15d9a55bc67d7058a7b31476e1d1bb02cbd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,782
Size: 1.00 vMB
Total Fees: 0.01601281 BTC
Feerates: 75.76 > 1.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (342,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,113 572,113 0000000000000000001a36a764ec9877636edb2b7ea6b53e90fa11943124d475 1,241 1.00/1.00 vMB 59
572,112 572,112 0000000000000000002737d6ea90d4c6446e67cdfdeb04824711da20408949b1 2,153 1.00/1.00 vMB 76
572,111 572,111 0000000000000000002acdca957d77b26202b86cb43790f660db53e33674b621 2,984 1.00/1.00 vMB 62
572,110 572,110 0000000000000000002a59f634079accd5e0d099a3c529758b4d78325f972085 2,903 1.00/1.00 vMB 28
572,109 572,109 0000000000000000001d3f49cc41c6271a4c40edbd6f6ccd53656ce83388b280 2,751 1.00/1.00 vMB 44
572,108 572,108 000000000000000000268257185c9c5b3667ef63db02f2afae49f53f638238b9 3,005 1.00/1.00 vMB 87
572,107 572,107 0000000000000000000a986d2d52ab0023dbc3f0a2a28deac4fc6f916343f2fb 2,117 1.00/1.00 vMB 29
572,106 572,106 0000000000000000002a45f27fab542152a1ce663965ede0e99117692c0e109a 2,729 1.00/1.00 vMB 55
572,105 572,105 0000000000000000001ccc701de4d00b35ce4d7cb0fee6f4ffa5e6733831c8e3 3,202 1.00/1.00 vMB 39
572,104 572,104 00000000000000000026826dd214fc95514d665245a74bb4d00f13374b777868 2,259 1.00/1.00 vMB 51
572,103 572,103 0000000000000000001e95f9c37eeac3949a7efb7851af50f63601cb5bab130d 3,088 1.00/1.00 vMB 79
572,102 572,102 0000000000000000001aae29405049991882a082c6531218eb6ba1053d1c04b7 3,276 1.00/1.00 vMB 49
572,101 572,101 0000000000000000002588594393cadaa52428cd36f6df6c445d55c7fc8137c3 1,928 1.00/1.00 vMB 75
572,100 572,100 0000000000000000001554f5a77680e6f2f167b2a85b6bb092b0d60a830158dd 3,634 1.00/1.00 vMB 61
572,099 572,099 000000000000000000051edf99021308cc5023a4b3b2db040e7bf6d3f46622cf 3,092 1.00/1.00 vMB 89
572,098 572,098 00000000000000000018e5696bcc37596c86182fd0727ec15ccd8c2831d09635 3,480 1.00/1.00 vMB 48
572,097 572,097 0000000000000000001ccdfd08505c0cd99fa9be3223533c6310c9b7d6a04fec 2,912 1.00/1.00 vMB 29
572,096 572,096 0000000000000000000aa09c437080b98da70f9f9be7f4a68e718d1050c87277 3,055 1.00/1.00 vMB 29
572,095 572,095 000000000000000000074bf116262759786027042ff4a0fbae5835b87016970a 2,654 1.00/1.00 vMB 21
572,094 572,094 00000000000000000019fe1fe59412e8fa1823cc223321ca962d4a62d272a146 2,491 1.00/1.00 vMB 15
572,093 572,093 000000000000000000184f2cac60f6f370e5b1fac9e0a5f85b5f8c74e0a218c8 2,101 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

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