Loading Tool

Explorer IconExplorer

Memory Pool

38,711 transactions
28.44 vMB
0.07087816 BTC
Random Selection Loading Transactions
Max Size: 144.31/200 MB

Candidate Block

Mining Attempt 1dec13e43e4f386d552c9cf265c0a87904abdef7897e244c091e8e512b4a05a6
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 4c9efe512533efd45eb9fe15ba67ca5998014fcbe128024877efe778a4056842
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,043
Size: 1.00 vMB
Total Fees: 0.01609765 BTC
Feerates: 150.61 > 1.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (338,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,552 576,552 00000000000000000029319f962c92d0e54823f623e5720e3b19c83bc06874b3 2,626 1.00/1.00 vMB 46
576,551 576,551 0000000000000000000c31c14557bc860f1f1eefb34c356e8d6d54df282e1e2c 2,844 1.00/1.00 vMB 66
576,550 576,550 00000000000000000007bc2db936984938f99175363b89be47f6bea50db6cf44 2,377 1.00/1.00 vMB 177
576,549 576,549 000000000000000000077e28439912e525a41fb89c725875a60b7387dcba5008 2,584 1.00/1.00 vMB 84
576,548 576,548 0000000000000000001a39a23f2a5dd5a68aed4a202f423ab0f43834c98dc8dd 2,929 1.00/1.00 vMB 176
576,547 576,547 00000000000000000020c9de87c37de60de43f73a4f36ce1014f52f9774c14bc 1,580 1.00/1.00 vMB 166
576,546 576,546 0000000000000000002618aeaa6f8e95922068f66c855f8075d0b4a37a3e723d 2,588 1.00/1.00 vMB 161
576,545 576,545 000000000000000000002e2f01cbaefbd99a0315ef5faa192717090ac3c7809f 3,173 1.00/1.00 vMB 74
576,544 576,544 000000000000000000183ec85c56077ad39014b9523ee52ae883aae75172d724 1,855 1.00/1.00 vMB 25
576,543 576,543 00000000000000000020e844fba6cdf8b46fb1c2e0cf18b35c6be80fea94d4f0 2,370 1.00/1.00 vMB 57
576,542 576,542 0000000000000000002225168992ced5eade4e5b6791886fb6533416e1e61595 2,174 1.00/1.00 vMB 33
576,541 576,541 00000000000000000000f2aa8a0056432c9838f5855653c989b8e0ea73ba0d72 2,521 1.00/1.00 vMB 80
576,540 576,540 00000000000000000027741eaa4f62fddd3ec93663da0721f7fec875a577193e 2,534 1.00/1.00 vMB 120
576,539 576,539 000000000000000000211832a5ba6bc5b71771f4ecc2a5ca41c78b4a634e48eb 2,724 1.00/1.00 vMB 153
576,538 576,538 0000000000000000001690e0bc1ee75a04948a20468663c958b9692417faec6b 3,706 1.00/1.00 vMB 55
576,537 576,537 0000000000000000001ea2546fcd84d2b2efcc8fd1fbf34558b3dcee9fa05ae4 3,459 1.00/1.00 vMB 59
576,536 576,536 0000000000000000000b90bfed8f4cf73901079e1948fb7d2480de5e3853df43 2,980 1.00/1.00 vMB 50
576,535 576,535 000000000000000000240f6e2262107f2f7828f6f9c92f4d5a6524b65f096c05 2,226 1.00/1.00 vMB 39
576,534 576,534 00000000000000000018ef9f0543e475c11ca05fa3ad1644bdffad85af83e5f2 2,490 1.00/1.00 vMB 77
576,533 576,533 0000000000000000001d0f3dfb5f7e705bf491e27006d106e3d0ccff3fb68d71 2,262 1.00/1.00 vMB 46
576,532 576,532 000000000000000000270e61829422156ed0e17f47fcf4e09c9f42fe54ecd299 2,781 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 781.68 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: 628.35 GB
    • Received: 11.79 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.