Loading Tool

Explorer IconExplorer

Memory Pool

42,281 transactions
18.87 vMB
0.18464098 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 103.54/200 MB

Candidate Block

Mining Attempt 39f97e7a70a03b00a24b85d82bd6a926dea6ec838b15313b6bd4f4cf4b999003
Version 20000000
Previous Block 00000000000000000001065da8b03548111eb7fbe3ef470933bdf1f9fbc44d6f
Merkle Root 6d59d3a162e537bd216d2b1a4f5c2ed15234ce31c2b9bec91b9ebb5f3fef9e72
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,521
Size: 1.00 vMB
Total Fees: 0.04835129 BTC
Median Feerate: 5.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,322 (690,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,512 222,512 0000000000000201264143a1bca71fc300d02bf0a3e0d8cd85a407024abd7129 293 0.11 vMB 207
222,511 222,511 00000000000003e3ce8191728aaad652bc81ceafb7036e8844cfc4d2e1941381 438 0.19 vMB 208
222,510 222,510 0000000000000106cae734ac7e347d132098f4fd9ced09ca0d8fecfcdafbee7f 7 0.00 vMB 99
222,509 222,509 0000000000000308cf8ffea70fec5dded328177cfaa669b038d61e46b57b3e68 209 0.09 vMB 171
222,508 222,508 00000000000000cb945db8d682840cd8f725e8f92d48222579fd95a1bd56feb5 351 0.14 vMB 220
222,507 222,507 00000000000002c7e570c03cce95b078231f65062e0a7532393911ef731a2716 625 0.23 vMB 196
222,506 222,506 0000000000000392ffb5ad833c59fc0484b62feb117ea02cfe137960f7710fe0 24 0.01 vMB 147
222,505 222,505 00000000000001af423a2268f47414196b7627433d521a5b2253d2102c90a32f 354 0.15 vMB 228
222,504 222,504 00000000000003f27dfef483f6b670d32b262edac9ad0711dab5303987ee37d8 227 0.11 vMB 188
222,503 222,503 00000000000003429c84ba1207d636e537849de7ef2ed5341d4118f259a7904d 176 0.13 vMB 25
222,502 222,502 000000000000007537ae095b68c3b9c0296fdb58a3c8b44a9b868c021cc3fdda 17 0.01 vMB 141
222,501 222,501 000000000000049544fe62dc96acd1716228fb6ae376e22c479f1f2c994817a8 165 0.07 vMB 211
222,500 222,500 000000000000038600012e562426bb8d8c7123f558483d9302039152d8c8fcae 56 0.03 vMB 168
222,499 222,499 000000000000010ec453661108505b5890342ac127123df591a3a2f302e58442 12 0.00 vMB 16
222,498 222,498 00000000000003a5bd5a3cb5efca3457972fa006740f344cfb8ac245dd0afe54 243 0.09 vMB 217
222,497 222,497 00000000000000b99a3a2eef90559ea57edf0dfeb9c01fde25a7e5edb561a496 155 0.07 vMB 151
222,496 222,496 00000000000002c0fe6149aefc4b8d60d1e2ef982a43dd52b18bd2ae2f824e89 333 0.16 vMB 178
222,495 222,495 0000000000000169aa8fb9eaa1b171cedbce3ec17fb11807cf7111454e098937 410 0.18 vMB 207
222,494 222,494 0000000000000431480a72d01ed9d35b206270aa2fed1e881cbc8cae20227bd9 20 0.01 vMB 174
222,493 222,493 000000000000029e7de187dad48ce6485f89b39663f6700852543f8ddab44b97 88 0.04 vMB 169
222,492 222,492 00000000000001dbcbbbdf6ce47f103d55e85b244d26296307bba3f95e9475f4 72 0.04 vMB 159
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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