Loading Tool

Explorer IconExplorer

Memory Pool

33,449 transactions
13.77 vMB
0.04647197 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 5 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 80.16/200 MB

Candidate Block

Mining Attempt 48613750bbe04aeeb04eb108f50becd51328f21d7902681e59fcc3fe7286d224
Version 20000000
Previous Block 00000000000000000001d97cc6148a50000ca3ea2d3b415a433005fde9c6883d
Merkle Root fa084e9e5be657dc5b1a093a0593e362f1f6aead2fa3dbe4d9fcb07e48e216c0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,109
Size: 1.00 vMB
Total Fees: 0.01029738 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,346 (701,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,408 211,408 000000000000012b951b4eda75fb8de0817427c98177e673f7489ddf0f04fc55 344 0.19 vMB 115
211,407 211,407 000000000000035ff76f61750c6238ea63b5efaeaa93b3a3d1674eef1cdba067 136 0.06 vMB 130
211,406 211,406 000000000000012a41dd524c64bfb29279b4039c39b0ba92dfa8f2e251076009 82 0.04 vMB 183
211,405 211,405 000000000000025604e573ac1f07dadde7f7725e23a3aa4d075889306a8c87f2 449 0.17 vMB 195
211,404 211,404 00000000000003f61a4ee41787801142a5a48e2dff91cd4e96791e9a2df6e557 286 0.11 vMB 225
211,403 211,403 000000000000004463cd1c6476c7020562dca556f613052bd184a9a4762726f3 252 0.09 vMB 217
211,402 211,402 0000000000000097a87fccc96190d7d07311801c4149e8e2998ab7241b27210f 213 0.09 vMB 143
211,401 211,401 0000000000000313e4e19d774871346be68ed9ff3d55abe90ac0dd054dcb23c5 242 0.10 vMB 144
211,400 211,400 000000000000032993879e057e35b2664d672002887edaf265cc97e875688724 455 0.20 vMB 162
211,399 211,399 000000000000042fb05c082938d598e3aeaf5173f7fb28665e60a23c9903bc1b 563 0.25 vMB 162
211,398 211,398 00000000000001c4698a40380e95b0a36732205f4c1754f49c5905ce0ffc1315 638 0.25 vMB 203
211,397 211,397 00000000000001eecb2ce20a5fdb1b8a9012d8f8c35ee2fb0ef4430e445b1c5a 194 0.17 vMB 101
211,396 211,396 00000000000003e188db8c006506a8c28747458196dcacd413f0de197aa16434 609 0.25 vMB 198
211,395 211,395 000000000000035b509afaa036c681de7ac0b116e7d5bdf273310b168f400be7 1 0.00 vMB 0
211,394 211,394 000000000000028080177c9e08cb663f4cf19d5f2e857f81f78335db8712eb79 599 0.40 vMB 106
211,393 211,393 0000000000000064406c1cdf7476e037c0fcaeaf9ab47239fc4de3eb02c0c965 116 0.05 vMB 105
211,392 211,392 0000000000000499788531be86094b84978618f48d7b6770cc74159f05ae52ad 599 0.26 vMB 183
211,391 211,391 000000000000047ef1d3492ef3320bf1d0f83420fc27e762ef75a989b28750e1 715 0.25 vMB 239
211,390 211,390 00000000000004419ee02176039b7fea8f1a9152df30bfc35464853c3ad2b8bc 137 0.05 vMB 1,335
211,389 211,389 00000000000002b12f30cc31c40775b10b05834de4b45c5957047c65e6be72d1 157 0.08 vMB 147
211,388 211,388 000000000000032989cbdad68078eb041c5c1f1b6ca2765f45113eb2b13a6306 235 0.11 vMB 161
Previous 10 blocks ↓
Total Size: 779.47 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: 156.70 GB
    • Received: 0.63 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.