Loading Tool

Explorer IconExplorer

Memory Pool

74,562 transactions
27.62 vMB
0.07339940 BTC
Random Selection Loading Transactions
Max Size: 168.31/200 MB

Candidate Block

Mining Attempt a4581b3fa142378eefabe722ba5b35eb60fcb88c2d04debb5d07dadeebb72076
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root c5d328133002b93e65cf3fc7fb1171119a75ddd5dc29e181b89079cc95d472d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,989
Size: 1.00 vMB
Total Fees: 0.01439840 BTC
Feerates: 100.35 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (706,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,591 208,591 000000000000043d355191310137b6f7bced934317b788337f9a7a8a1d2c0bce 447 0.18/1.00 vMB 183
208,590 208,590 000000000000018ae1ccb237f4b5984099a51f30a286f7566a96bd57ebd38b68 8 0.00/1.00 vMB 165
208,589 208,589 00000000000003d0e9809a1fbdf7662dc28416491d48fd05baee1193a3b2f19e 205 0.10/1.00 vMB 170
208,588 208,588 00000000000004569f50a6a61de963a83d3174bcdbe17b576ee0dc95473f83ed 92 0.04/1.00 vMB 186
208,587 208,587 000000000000017cc6cfe8ca47178eb0d7c8165cb0aa48a7779dbee076c89cb7 1 0.00/1.00 vMB 0
208,586 208,586 00000000000000a7837a91723489cc2fd6a80fbc53c7d14f1e5d2b67dafe7d95 315 0.20/1.00 vMB 78
208,585 208,585 00000000000001839ed82cd91b1860bd55e55164e9fe46639fb132bf26628528 196 0.07/1.00 vMB 162
208,584 208,584 000000000000034e688d45dac2a1c21184fbae6d27f0024d0f0b0818985f139c 241 0.12/1.00 vMB 161
208,583 208,583 00000000000002ce9c3dd9c6b9dc0fec1741fb147bf09adf5d02e90bd8dd78ee 88 0.04/1.00 vMB 53
208,582 208,582 00000000000002a2a073625337a1a88af6a6c41e9d9e795fb064d38e64e14153 550 0.24/1.00 vMB 170
208,581 208,581 0000000000000249bdb7f8def3ac14cc6bd66e78a4f6f7cc2a9e9219d03d40b7 503 0.25/1.00 vMB 187
208,580 208,580 0000000000000186a048a5df5451b43ee641d69f6e5fc0a40d8c65c5681dedc5 151 0.08/1.00 vMB 128
208,579 208,579 00000000000001f03980bdd7aeeb8daf979ce60a4b9adfda17e341f619659a5a 394 0.14/1.00 vMB 221
208,578 208,578 000000000000040d5776244d7e2a7110f57e92dcd5c37804a1a92357581fdd0f 89 0.06/1.00 vMB 178
208,577 208,577 00000000000000d299103d8f13c92605e4b2fb1bee9fbea6e7fd4f1328eea86a 83 0.03/1.00 vMB 216
208,576 208,576 000000000000015954b793c08c250478d25da9158a9d00a89e7e31b9fd3943a8 8 0.00/1.00 vMB 91
208,575 208,575 000000000000043f76eed5e448de9a8b18e61b2427f04f69675ffad5f893f9f2 126 0.14/1.00 vMB 54
208,574 208,574 00000000000003d50a37a28b195e33474e955e2f48922ef17f3eecfc8c952dc7 28 0.01/1.00 vMB 326
208,573 208,573 00000000000003b73320851e61de5efd090a8e75b8f9fcb919d28f3d8bc98741 154 0.07/1.00 vMB 229
208,572 208,572 000000000000006addae9116382bd385c6de9a17a8b795193224aa6be6022cbf 110 0.05/1.00 vMB 123
208,571 208,571 000000000000030e551634c5f56e44ea83eeaed4c17724fd8daff55b015fea3a 147 0.06/1.00 vMB 199
Previous 10 blocks ↓
Total Size: 782.90 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: 713.58 GB
    • Received: 17.40 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.