Loading Tool

Explorer IconExplorer

Memory Pool

45,258 transactions
20.20 vMB
0.04784845 BTC
Random Selection Loading Transactions
Max Size: 115.46/200 MB

Candidate Block

Mining Attempt d9da61c0e06e3d5d1da7409bd0e01abf2ad728e0fabd45237f054e3f2e7220f4
Version 20000000
Previous Block 0000000000000000000013c3406ac0cc250fca53c3a7920e4e0d1f7390981032
Merkle Root 5367242e8ff3c87f5574f0f3b5f3257681001a62fcaf68845c8c68b33c56b3fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,934
Size: 1.00 vMB
Total Fees: 0.00814100 BTC
Feerates: 444.44 > 0.82 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,961 (853,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,327 60,327 0000000000c50d40a62fc52ed376d6ecb461c54caac8c49602053cd621b14403 1 0.00/1.00 vMB 0
60,326 60,326 0000000000065337d2d752d9e2de39b30eb88341e395be34a01fec415ca1ddf9 1 0.00/1.00 vMB 0
60,325 60,325 0000000009753f2dd781d5bce81af9462325adc8c974b16ab0218b9ffa237355 1 0.00/1.00 vMB 0
60,324 60,324 000000000dec9b82aa770f5af57bc445c2af528885bb7269ccac7d155e5bcfc3 1 0.00/1.00 vMB 0
60,323 60,323 00000000051e20ce5d0a375a564779df5d895f0f5bad8761a09a13271bd4fd42 2 0.00/1.00 vMB 0
60,322 60,322 000000000cbf147095b4624d75d84df0c5f6edcf5906d45d06a9554c647d7b28 2 0.00/1.00 vMB 0
60,321 60,321 00000000075a28270fca109488247da7ca4e6101e8e748770ef3e4973b821b08 2 0.00/1.00 vMB 0
60,320 60,320 0000000005b94a636e34ba8e5ccd5ad54ec8e80c96ce2478e10d1097bbbc1369 2 0.00/1.00 vMB 0
60,319 60,319 000000000aa396846980943eadb9a895f85b7fe52672e2b830f91f9563aae027 1 0.00/1.00 vMB 0
60,318 60,318 00000000003905100814c9e00ccad58d3f8d3a2e0a555b3b885f0c014fc18920 2 0.00/1.00 vMB 0
60,317 60,317 000000000283a4a992d39147492aafc2cbbc2c31f9d1ff1b96566cf05a365f7f 1 0.00/1.00 vMB 0
60,316 60,316 0000000000024a4426f11819aff7a7d85426e398e8a1c33ac331b61bf55d0abe 1 0.00/1.00 vMB 0
60,315 60,315 000000000a3c5d03568559d18128aa3f5d1890c2e5f084a00d1da1b27774e023 1 0.00/1.00 vMB 0
60,314 60,314 000000000826092429ad828b4dff504de66410dbb2368f6d3b3422c37345f512 3 0.00/1.00 vMB 0
60,313 60,313 000000000c2cd2e006cf3b1da4246c256420b8ad3d4931722127c5dd2309de95 1 0.00/1.00 vMB 0
60,312 60,312 000000000bc59139469fe8b32d09f54d55e934e2895db4c08b54adb4397d10de 1 0.00/1.00 vMB 0
60,311 60,311 000000000dcc76311266e908718cac34a13a14b498cf56d1faa5feb9a2d8640e 1 0.00/1.00 vMB 0
60,310 60,310 00000000072ddd73924640783a3528e4fe171fc95dbf195e9601611a61207394 1 0.00/1.00 vMB 0
60,309 60,309 000000000e75d22cb75836b3e2d515d6fb86b7b32cc8f2b5582cc7bc17789637 2 0.00/1.00 vMB 0
60,308 60,308 000000000730f6a9373aa60f05a321b6ef3dea2d581e6f10901e56f84ed64817 1 0.00/1.00 vMB 0
60,307 60,307 000000000ce3deb297a0fbd7596c0d71e94f66bcd988015ed2fddc694482ebad 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.54 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: 535.93 GB
    • Received: 5.94 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.