Loading Tool

Explorer IconExplorer

Memory Pool

34,386 transactions
7.93 vMB
0.03996544 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.21/200 MB

Candidate Block

Mining Attempt 0ee20ed3ec21c3db13fd4ba8725a0a5d55e792fc2f96ed245985615f53c2ec56
Version 20000000
Previous Block 00000000000000000000244274ad5e8211ccbb0d41d256308922e848104309c7
Merkle Root 8d482907961654df0e16c6961753638518ffff5b3312d1a03f45e4e08005789c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,841
Size: 0.96 vMB
Total Fees: 0.01979239 BTC
Avg Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,969 (705,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,243 207,243 000000000000026ae8e83bac66540f43474067c9faa7ceaa3bbb0abb19bf3c61 0.09 MB 175 94
207,242 207,242 00000000000003058af0e212977b068aab9e39f81814941b655b65364ad5ad6e 0.12 MB 315 194
207,241 207,241 000000000000039ea3e7490f0d7e17056d70c6d78d5a0f87b520a60d3f2de2e2 0.17 MB 211 111
207,240 207,240 00000000000002464051cd267d650c7e551aaad1bc1c3ff3dd8e5800bf574110 0.16 MB 348 182
207,239 207,239 000000000000050d0f8d284e5cebb2ce38527fb6635f3d7347188857b24494c9 0.03 MB 123 237
207,238 207,238 00000000000001ce7772faf597adfdb069c022b4a5c3d86537229d53fd714b58 0.01 MB 16 111
207,237 207,237 00000000000000551d103084bc9c7ffdcd06dd1e95d9d353ec83c1d31d4c9647 0.04 MB 84 99
207,236 207,236 00000000000001b177d6c874c8bed2c05f50ff5536d2e5f67b8bc7bde02686cf 0.08 MB 162 105
207,235 207,235 00000000000000227b079c789c7247c913c71b1b29fbe193167eb065992a4646 0.04 MB 128 164
207,234 207,234 0000000000000001dc6f372fb45c8579de9f33d801c3efa816cbe7ca5a8ade44 0.00 MB 12 20
207,233 207,233 00000000000004f25449ef6e74de522fa44bd1b524e06d9150bdf222ea8345ec 0.13 MB 233 113
207,232 207,232 0000000000000465615ac2192a66447d945f448e35ffc770eee6f6036b473ff5 0.01 MB 18 85
207,231 207,231 00000000000004635a4f90937273d43a628a7090be785b870fdbacf45ec77d96 0.01 MB 18 145
207,230 207,230 00000000000003386d9ff649b66ec05042cf3dea124cb07380433d08a7a11e21 0.16 MB 290 52
207,229 207,229 00000000000001cd3bf6f199330a56249e6a2f4ef7d21f6c78d3db71cd2851bc 0.05 MB 95 132
207,228 207,228 00000000000002ce79984817bff91764522a335d6dd466a810b8a55359f6eb1d 0.01 MB 31 175
207,227 207,227 0000000000000256ab39d778647abdbe62d6105be863eb642c3dcd10ce53c194 0.04 MB 69 113
207,226 207,226 000000000000027334213c7418bbbf4b580f24ea218eab0a4e24919897b44656 0.05 MB 151 3
207,225 207,225 000000000000042c76a070d3213054c8306c7233fc8bb149772ac725bdfa6997 0.12 MB 223 271
207,224 207,224 000000000000022102b8eb87256a9b82c7dab177aaddf1b29e4e84b797fcd64e 0.00 MB 1 0
207,223 207,223 0000000000000351be2848d7ee5bbc2b9ef88ef556f9f07913b80a84fddbe107 0.06 MB 161 193
Previous 10 blocks ↓
Total Size: 778.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 356.87 GB
    • Received: 3.18 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.