Loading Tool

Explorer IconExplorer

Memory Pool

7,117 transactions
3.62 vMB
0.00678252 BTC
Random Selection Loading Transactions
Max Size: 19.63/200 MB

Candidate Block

Mining Attempt f28ae8be794034e689b5b5c960db7bb035fe544525613727b7dfa09e92b5ab5e
Version 20000000
Previous Block 0000000000000000000026fd9f245c6c807e1b7a4273c31426a1808121200c64
Merkle Root 3df4605baf6d594ea59d6a08d791faccc1dc86e15a16b2de8ed2e03485f0a14b
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 6,134
Size: 1.00 vMB
Total Fees: 0.00411725 BTC
Feerates: 60.14 > 0.41 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,219 (738,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,157 200,157 00000000000003e04d9e25bfab161d55d1b01812ff19d17ac083c9056338806d 111 0.04/1.00 vMB 403
200,156 200,156 00000000000002e824a83e47fd53546b538e6fdf803cecb2ce57afaed4db592f 228 0.08/1.00 vMB 128
200,155 200,155 00000000000000b52c92d2fbc63ca33406cc56b40becc697ede51b866df75c12 244 0.25/1.00 vMB 72
200,154 200,154 00000000000005a6f6dbd3861c29ccc4b17bf6863f9184fef3162a09628fb110 137 0.05/1.00 vMB 78
200,153 200,153 00000000000005764e89fe6657a9ff86bf0ddbf1a3511971b1b84fe1a8b61f13 8 0.00/1.00 vMB 14
200,152 200,152 00000000000004f3c2a67f667f10a03b9bcadb09ac106e35d5a8bbb5274f09e4 11 0.00/1.00 vMB 0
200,151 200,151 00000000000001a2cdae891c61f4b71eca9bb25464ae8b41e1564e9184ef8d9a 108 0.04/1.00 vMB 197
200,150 200,150 0000000000000578d1d0a272632b5b4faffef85474305946e2aa0f8fb2615aff 529 0.23/1.00 vMB 115
200,149 200,149 00000000000003f5962f9217bb4ec170338819bc025b842b3325caefb937a62d 88 0.03/1.00 vMB 133
200,148 200,148 000000000000057210703f79e417e6f2b8d68240a27fd3fcee5818e2b077d908 13 0.00/1.00 vMB 120
200,147 200,147 00000000000005270cbcb6cd60a65e7b9f723a1de633f0daf829c1398fea05f9 181 0.07/1.00 vMB 90
200,146 200,146 0000000000000276f237c89aece6e1ac1cac0c40b31a6acef29c4cbf02a2df6f 94 0.06/1.00 vMB 124
200,145 200,145 000000000000058e48d7bcf464817aa073d7505e9062aa22eb18bc19f46e3ed3 286 0.13/1.00 vMB 112
200,144 200,144 00000000000005563ba88c230e3f8b53385e3c1468b191f4b9265d8d5265845b 383 0.20/1.00 vMB 251
200,143 200,143 000000000000025424df87f929d7b22b69c09c9dd3ced59b8b75ae53ddaa97ad 17 0.00/1.00 vMB 56
200,142 200,142 000000000000025e40059d9a845835bdfe76f421f371710d764862b88bcd375f 102 0.05/1.00 vMB 249
200,141 200,141 00000000000000e5a11b0b092439d4ec4bfe96d2e779f8bf28626853fe7704cf 80 0.04/1.00 vMB 104
200,140 200,140 0000000000000269689329f89fe4e85bdc2731e5a2629978e9fb6be7e6642691 86 0.04/1.00 vMB 76
200,139 200,139 000000000000019d068491bba857d2206f2aee629a1019061ccb0ff6ce037d29 408 0.17/1.00 vMB 130
200,138 200,138 00000000000002151f15d6a9f2b963d30fe93904f07a7667f73a1964f6217cb2 339 0.18/1.00 vMB 75
200,137 200,137 00000000000004f7c259272a82394ae242d1212adb654152846d736aee8d2ba5 115 0.05/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 823.53 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: 4,087.73 GB
    • Received: 224.27 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.