Loading Tool

Explorer IconExplorer

Memory Pool

75,432 transactions
27.93 vMB
0.08114655 BTC
Random Selection Loading Transactions
Max Size: 169.99/200 MB

Candidate Block

Mining Attempt 947c996575f84a7917c88fdb35a6f8d41ab8adcce7daa0cafd83e8732f132181
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 5ba4c16756681a70e9a51bbfb38cec29f706e7447138fae2916e6b2ab8732225
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.02127735 BTC
Feerates: 480.19 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (435,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,251 480,251 000000000000000000ec4b1bdfe225891b52860c57c7b5cb25108788cd3a5259 1,936 1.00/1.00 vMB 206
480,250 480,250 000000000000000000c37bba8806314b9e3aa861f3d568e1894a89c8f3bf9004 2,237 1.00/1.00 vMB 120
480,249 480,249 00000000000000000071ae244b56c657084fcb82a2082b25b482dfc72cacc00c 2,289 1.00/1.00 vMB 185
480,248 480,248 000000000000000000ea17b88eeea5c654b0aedc70205b9bfc7d4d533c5f0315 1,912 1.00/1.00 vMB 105
480,247 480,247 000000000000000000cc7100fcaafd7a60583fa903e0e3a94b9de40ebbc7e375 2,696 1.00/1.00 vMB 147
480,246 480,246 0000000000000000009670504e84b672c7e32b47e3eded4c86b4c52e3db617ec 2,320 1.00/1.00 vMB 221
480,245 480,245 000000000000000000e36b2d835c25f95d555b531fde1769b6ac5119e1bbed5e 2,111 1.00/1.00 vMB 168
480,244 480,244 00000000000000000013f5e78070107db03aab86a90e6f3cc4d3c56cbd51b598 2,147 1.00/1.00 vMB 183
480,243 480,243 0000000000000000003af854bf7244dad540b138393e8acade212e459d244343 2,385 1.00/1.00 vMB 155
480,242 480,242 0000000000000000005939fff9757b3849864aade7c63e3448e892ca05a69262 2,286 1.00/1.00 vMB 161
480,241 480,241 000000000000000000d0ba6c05bf4e970cf57f790e563aa2bfc61a6c23fe06ad 1,909 1.00/1.00 vMB 201
480,240 480,240 0000000000000000011f30e12016116d21a1278994a46be716a046e4964e2f80 2,264 1.00/1.00 vMB 196
480,239 480,239 0000000000000000009bbee9b34d92c7d15dc0e1057d9527f6b7a0084117fa53 2,034 0.99/1.00 vMB 189
480,238 480,238 0000000000000000011f198e66b2346e4ae631608d7937657accbb4d66a427bf 2,378 1.00/1.00 vMB 209
480,237 480,237 0000000000000000009c2b9718c3f338b3e4c1183e7079799fe82ba9b35dbeca 2,628 1.00/1.00 vMB 186
480,236 480,236 0000000000000000001ec328a3e051df2f78223d3c8e8a27483c31c74d3b2aba 2,361 1.00/1.00 vMB 207
480,235 480,235 000000000000000000e16a6ae49ad821ec41b9d84498b7cbbb213dc39bfc4298 2,334 1.00/1.00 vMB 228
480,234 480,234 000000000000000000326cfdf5ec3dd45af18f52a8825ec9485d28fe14625801 2,568 1.00/1.00 vMB 230
480,233 480,233 000000000000000000e661bc1170a17b3d7236a1a08bda3da78a5ab5c65e7dc1 2,558 1.00/1.00 vMB 194
480,232 480,232 0000000000000000002a77871b914673b8e8adab803b4193b1ce403f9a0b86e6 1,981 1.00/1.00 vMB 207
480,231 480,231 0000000000000000005c3cc7b6a1aa43133a1df5df702066af8ab36b10d0c614 2,602 1.00/1.00 vMB 236
Previous 10 blocks ↓
Total Size: 782.85 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: 712.56 GB
    • Received: 17.19 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.