Loading Tool

Explorer IconExplorer

Memory Pool

80,540 transactions
29.93 vMB
0.09168380 BTC
Random Selection Loading Transactions
Max Size: 182.72/200 MB

Candidate Block

Mining Attempt eb156df7703642376f05b1c5d7a5bc0d2978af8e03a5785e99be5fc836df0074
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ef82b12f8f4d781d6b6697ea6d3955f294d33bcb4a4927bc86dc5edd131e95ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,404
Size: 1.00 vMB
Total Fees: 0.02498744 BTC
Feerates: 402.60 > 2.50 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (440,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,127 475,127 0000000000000000006615bedbab8f4c0d79c1a0ccd555851d81cf0795aadb1b 1,684 1.00/1.00 vMB 194
475,126 475,126 0000000000000000001ff3d186fc83b16b846bacf1725737d45261f050600b5b 1,783 1.00/1.00 vMB 133
475,125 475,125 0000000000000000002b806751b90977033a4a8b06c88ebab07e25e40d688362 2,512 1.00/1.00 vMB 217
475,124 475,124 00000000000000000026c661d175ef328e415e834e62f3d316382e9f3d24e44e 805 0.38/1.00 vMB 143
475,123 475,123 00000000000000000089e880c151dd51b90f19cf75317e4c5a04f369a7d6be33 622 0.33/1.00 vMB 159
475,122 475,122 00000000000000000139e2981247a4223a23ab3580281978f084403a8f34e637 1,348 0.61/1.00 vMB 139
475,121 475,121 0000000000000000018ca2ba7d255172d2f58eaed2d60d170d09334382ece58c 957 0.51/1.00 vMB 126
475,120 475,120 0000000000000000012a31295315062a0138554cfccb648395021aa4f51761f9 697 1.00/1.00 vMB 49
475,119 475,119 0000000000000000015e577dd3cc5c8ed3f4ef812de553eeaded4a5d7bc63a29 61 0.02/1.00 vMB 155
475,118 475,118 00000000000000000021e80ba4f8836fd8a78060076a6c35fdaa31cc76404bfb 155 0.25/1.00 vMB 46
475,117 475,117 0000000000000000011bf085bcabeee16491bf8ddc6bfe3eac8882ebf47d4c50 1,735 1.00/1.00 vMB 92
475,116 475,116 000000000000000000be2c4df4ef107d6e3ddbaf5371f7b2e2f8b505df615bef 2,372 1.00/1.00 vMB 184
475,115 475,115 00000000000000000068e7e1d5fa9a4394435309bbf818e7bf1b7698fb0fd1ea 1,201 0.75/1.00 vMB 118
475,114 475,114 0000000000000000000e311c733814b1747c080bab38615b95b5cccdedab9a72 1,861 1.00/1.00 vMB 32
475,113 475,113 00000000000000000175487660819fac3ea2b0b3b6e2d1f4ab1b11b23a009f3b 2,028 1.00/1.00 vMB 204
475,112 475,112 0000000000000000000610de125ca2675814854e46faa969ef1330dc94aad678 2,215 1.00/1.00 vMB 190
475,111 475,111 0000000000000000000bf60b8aa9d3bd8ea89e3eafb56d2db8e9cb9309556229 744 0.64/1.00 vMB 181
475,110 475,110 0000000000000000014ff2b380230e32e924ba7b98d6c0ee38e8ccb04e48a7c7 2,283 0.91/1.00 vMB 142
475,109 475,109 0000000000000000003fb9b8ac5a18e13c0b4e8acc1ea98c76ddccb1b7078b3e 964 1.00/1.00 vMB 60
475,108 475,108 000000000000000000816e1703f0befcbfd309b4d278453ec93d7df3f4e866f1 364 0.19/1.00 vMB 78
475,107 475,107 0000000000000000015c84f567914c90b15df896786fd254bbb01cb60efe8372 2,169 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.