Loading Tool

Explorer IconExplorer

Memory Pool

73,911 transactions
27.34 vMB
0.06886327 BTC
Random Selection Loading Transactions
Max Size: 166.66/200 MB

Candidate Block

Mining Attempt 3feb09bbdf50374b121d95efd79a4142a4bf25ee4fd1a3eb503eb678cab06483
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 01750ba20bbfedb0e88e04f6c9ad2ede4beee517b8f85af455c4f7b1d242d138
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.01069140 BTC
Feerates: 337.46 > 1.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (706,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
208,570 208,570 00000000000003ff42ae60fdb7889fa60df39963754274e3194bee6e02f111d3 93 0.08/1.00 vMB 127
208,569 208,569 000000000000038435bedf4b09815512d0762e3811278f5817bfc1b97078dc48 197 0.07/1.00 vMB 275
208,568 208,568 000000000000040f0963204bd5b0efb6761850d129745566b82df652d8665a83 129 0.04/1.00 vMB 246
208,567 208,567 00000000000001933005bdf1458794b055bfb57ff61f091b89845a7d5554efb1 83 0.04/1.00 vMB 101
208,566 208,566 00000000000003a4afe882f39812ba2e1fed6474b10a613eb81e7bbfe43d8c4f 26 0.01/1.00 vMB 161
208,565 208,565 000000000000019c3879d4ae98c548eb6a27236850ffbf0c6abdbce6810da78e 58 0.03/1.00 vMB 156
208,564 208,564 00000000000003f584e7058be113d397c576a7fb21274fd09854a428c70a1131 291 0.11/1.00 vMB 163
208,563 208,563 0000000000000354f963c0e664d25e5729a9bba88ad08156682ea47af3e343fb 154 0.06/1.00 vMB 154
208,562 208,562 00000000000001987abd7be55a6c51d3998f84759bf86a9a6c4994d414d21840 44 0.02/1.00 vMB 119
208,561 208,561 0000000000000378f6e87b1d04c400e6f3010121b026263a23d67d8ac128a1e1 70 0.03/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.