Loading Tool

Explorer IconExplorer

Memory Pool

78,982 transactions
29.86 vMB
0.07650014 BTC
Random Selection Loading Transactions
Max Size: 182.56/200 MB

Candidate Block

Mining Attempt 22e04a5bce025fe31961622598b52e33adfcee9b3fe75057e690c16f634a0745
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 2873b2beab4b2fa98f7aa435328196a8015bc22b8fd1a0664e5b3b66a5d987b6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,149
Size: 1.00 vMB
Total Fees: 0.01036391 BTC
Feerates: 200.89 > 1.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (664,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,612 250,612 000000000000002b3fb437b32190687416c9b1ebc763e10a1a31317db9833754 620 0.25/1.00 vMB 107
250,611 250,611 000000000000005d6a18b21e253caf94c51e8e0d01786c63cf154a49cc25c65a 190 0.07/1.00 vMB 128
250,610 250,610 0000000000000020cfe4a1e12e5fcee8abe490114d459c2d6118aac586472ed0 56 0.03/1.00 vMB 136
250,609 250,609 000000000000002e209a0ae02a9eb6efb71b608204975e9b83959a8d46725dc5 64 0.03/1.00 vMB 56
250,608 250,608 000000000000004387cd7e9fe353fac159c66c0061a19d3334cc2d8489c544be 479 0.19/1.00 vMB 105
250,607 250,607 000000000000003f183620ede615c53e333840f9165ee4309c4473667dd2922f 313 0.13/1.00 vMB 124
250,606 250,606 000000000000004f4b8c8b869f17c1c3b8089c448d9b367975e54fa2cc1e5b31 354 0.15/1.00 vMB 127
250,605 250,605 000000000000002a94385bc426bba44432e2d355f5a00c30f97b109a0b66f5fa 198 0.18/1.00 vMB 49
250,604 250,604 00000000000000302ca44a9cc939cde6d01c4da4066ea86867c27a5d34849b03 419 0.19/1.00 vMB 94
250,603 250,603 000000000000005fca0e4ea53857b55c0ab0896bc63637449b2c5a720f08b9c4 230 0.09/1.00 vMB 118
250,602 250,602 000000000000002ce0d47a718f85eb9dc17b5b6e06a9a2d12c8056ab166b7939 287 0.13/1.00 vMB 126
250,601 250,601 00000000000000335a71e856f5e35a201269f0e2533ccd29c7baf2c6ac5d7c73 753 0.34/1.00 vMB 106
250,600 250,600 0000000000000039e1216ac2483d7d356f775229cb7ca01c5b927405b8d3eb6a 1 0.00/1.00 vMB 0
250,599 250,599 000000000000001aa9011417c4219d299e895062541d239e65d9b565bf4dd33c 553 0.30/1.00 vMB 85
250,598 250,598 00000000000000589399e7f820967488066f6578ddfd9de32204ece9ed7f1faf 590 0.25/1.00 vMB 127
250,597 250,597 000000000000003c3e1ee5f2c8a3e485a1a12e7b918633417f47c7b31ecd6981 690 0.25/1.00 vMB 147
250,596 250,596 000000000000004c7ec0eaf3582c4e1eeb98559c88fc2b8ee6d5134d7e8f2869 362 0.14/1.00 vMB 127
250,595 250,595 00000000000000593b559d2f5548fde02e4e7400afbcefcc92053b4f96c2161b 590 0.24/1.00 vMB 102
250,594 250,594 00000000000000677eccce1a2a9aec873474d0ffdf93052dda2df92089456df9 256 0.11/1.00 vMB 54
250,593 250,593 000000000000005c1ec54f2e768b821539a57ac85419d2cadff4fd31ed807188 18 0.02/1.00 vMB 7
250,592 250,592 000000000000002a49878c2461792f511e1441bf86f546f4cc07a34eab421d98 137 0.09/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 783.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.58 GB
    • Received: 18.20 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.