Loading Tool

Explorer IconExplorer

Memory Pool

84,736 transactions
30.51 vMB
0.13293946 BTC
Random Selection Loading Transactions
Max Size: 185.35/200 MB

Candidate Block

Mining Attempt ddd687dfaa936548b3d66d57fbc33a04dbcc901b193420fe92bb133d2c6e0d94
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root 1ffe7698cc7c8fe18de265f1b8138da37a8b8ab50f089caa6403955eb0c16809
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,986
Size: 1.00 vMB
Total Fees: 0.07007898 BTC
Feerates: 170.36 > 7.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (351,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,786 563,786 000000000000000000127f5a51b8b861843fcc1a69c209445284952996a29aff 1,626 1.00/1.00 vMB 26
563,785 563,785 00000000000000000009d2a7716d77140531f41257331f73aa939b5899afb4e9 3,381 1.00/1.00 vMB 46
563,784 563,784 00000000000000000027ef883afcf8094edcb8ab27e5b4d268d2b89ccbae96b2 3,269 1.00/1.00 vMB 42
563,783 563,783 000000000000000000010c5d73c6571036b741c67fae6e0d8504982411842d81 3,125 1.00/1.00 vMB 43
563,782 563,782 000000000000000000111df8ca6cda7ae29262b850593d92c53b817e559d5984 1 0.00/1.00 vMB 0
563,781 563,781 0000000000000000001fee4f3857437841639e4a9a4adf03439847a0bf9bc7f8 2,690 1.00/1.00 vMB 50
563,780 563,780 00000000000000000013d4325fcd5992b041cef25bcf2631c5adba25c8af0d75 2,840 1.00/1.00 vMB 33
563,779 563,779 0000000000000000001422e871c8825e375dc94e10e83c1cc54696a843255126 2,911 1.00/1.00 vMB 44
563,778 563,778 000000000000000000204a593207306cf3735153b0433703af07a85a1608bd85 2,307 1.00/1.00 vMB 27
563,777 563,777 0000000000000000000e1f7b51824215fadefca965728e1e9d33dae6d2876168 3,082 1.00/1.00 vMB 53
563,776 563,776 0000000000000000002c3e01a10a01f484ff91eebbb4413f023b154b6bfb3549 2,829 1.00/1.00 vMB 28
563,775 563,775 000000000000000000274a3340be4668bce2ca29c9a7628abcc9bc53470d205b 2,570 1.00/1.00 vMB 26
563,774 563,774 000000000000000000277ddea5098b690ae8cfc80da0150877527ccab217ff35 2,762 1.00/1.00 vMB 46
563,773 563,773 00000000000000000024310e8d5f76408891e62af2b7e6fbe048b47d377b04e9 2,781 1.00/1.00 vMB 55
563,772 563,772 0000000000000000000450751e435ae62f0ed4149b4f3cfd2913e2597d2ebcc5 2,890 1.00/1.00 vMB 61
563,771 563,771 000000000000000000230b8ef1a82ffdc8c277d60848ac214b3d974e178080a1 2,562 1.00/1.00 vMB 43
563,770 563,770 0000000000000000002a848441721c9b58e88dd118d6f1298303af9bae4f94b9 3,059 1.00/1.00 vMB 75
563,769 563,769 0000000000000000001054fde0ea3cb55fd335c90d0648b0975110193fd6ad91 2,786 1.00/1.00 vMB 29
563,768 563,768 00000000000000000000fa51a6367a36d20caed22b022b7ceaad10cf6f34c1a8 2,731 1.00/1.00 vMB 47
563,767 563,767 00000000000000000018bfff0549be0e213f05c667595e5467c7691d7469601c 2,346 1.00/1.00 vMB 16
563,766 563,766 0000000000000000002cd22f7ef813c1a2b6157cf487e7c1b1d8de1172fa49db 2,292 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.32 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: 660.27 GB
    • Received: 14.66 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.