Loading Tool

Explorer IconExplorer

Memory Pool

27,112 transactions
10.23 vMB
0.04302337 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.40/200 MB

Candidate Block

Mining Attempt bee58ecd68914b8b37d97e3a65ad771967455e78d2215da2e4ec6a95faca8b57
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root c0632fadda728ef089bc28584ac37a4fb82bbf16a1d8e8122f96e9c113bb09fb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 949
Size: 0.54 vMB
Total Fees: 0.01866647 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (688,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,328 224,328 00000000000001df85b28f4b0fe70d44bc421e1ab91db9853c2ee136349087e5 171 0.08 vMB 141
224,327 224,327 000000000000037dff96504b5a1a53c659e35a8485924a834cd13d13aaf16ace 147 0.07 vMB 150
224,326 224,326 00000000000000fa02e14c9e187ac1a190284b7316b1e9f153b8a083e849c51c 291 0.40 vMB 23
224,325 224,325 00000000000001da8807737b51514377b040d286b60e1e2055f0bec7f553e860 606 0.25 vMB 183
224,324 224,324 0000000000000072e8c8f5847f9c27fb3a9177e4d7f9d708e303ed7627c8b94c 198 0.11 vMB 133
224,323 224,323 00000000000002ad5acdb81664772b26ebe5e4a788ad6ecdea946c4e18d3def8 373 0.25 vMB 136
224,322 224,322 000000000000020424e0d21604e3c0df1f2285a490f8bd35e669693179e7de13 382 0.25 vMB 132
224,321 224,321 00000000000002b759116dacec5914dc7e6f6a16af95e79e942fa5125c6076f3 569 0.25 vMB 177
224,320 224,320 000000000000016df038f74bbbcc5bc8b9d4402018f6452a8aea014e9ce8c922 152 0.05 vMB 98
224,319 224,319 0000000000000111398cf87f1e89be15397673897b16ee4289dfd6332c633bca 740 0.25 vMB 306
224,318 224,318 00000000000002cf29c1db30d28d02778571fcc1af1d4c33f60f878e7678b080 588 0.29 vMB 167
224,317 224,317 000000000000005b10d684efc054821c789400bbcd5020eb5a259bd5d90e0964 385 0.25 vMB 118
224,316 224,316 00000000000002ef419666723719f36eb308ad05ab5aa551103f39ac240bb236 763 0.25 vMB 279
224,315 224,315 00000000000000f56410e9009b6da590d5a37bd12c80773c9f241b3075c12a29 508 0.21 vMB 168
224,314 224,314 000000000000004b421e50755296ce9f438128c2d65302efc5f487c8ab277cfb 464 0.21 vMB 149
224,313 224,313 0000000000000224f80b7c8d5deda231d6dda6f06366b729a9b7529f1291c1ef 385 0.20 vMB 172
224,312 224,312 0000000000000266bfb43d8996cb2903bfc0afa8b6bc0d4c676bcc0335432f7f 82 0.07 vMB 57
224,311 224,311 00000000000001a334baa36e38e7af51e40d978366574e42862da63deed965cb 595 0.25 vMB 213
224,310 224,310 0000000000000082215df6086ce478786777ae31fb9a42b43a082fd533ab02ca 12 0.00 vMB 512
224,309 224,309 0000000000000269469feb86f267e1aecd223f75ccdc564d68e2309af16ebf88 361 0.16 vMB 179
224,308 224,308 0000000000000091fa2737a2536b7690bc469714f866450e3f23c670d124b5f7 497 0.25 vMB 160
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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