Loading Tool

Explorer IconExplorer

Memory Pool

37,646 transactions
15.38 vMB
0.10468877 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 87.95/200 MB

Candidate Block

Mining Attempt 3d7a029dd6c5eb719187756d5b320742352e02ad480c68d661b988261f2a1cd3
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root b54a62f3f7f38d85fccc4fa6ba154d913b78c4c13fe590f03f4474ab3885acc1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,651
Size: 1.00 vMB
Total Fees: 0.04776844 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (689,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,248 224,248 0000000000000348d2e5b854b1d3ac949e0dc2955fe81c50a6438e7d9ad89d55 474 0.25 vMB 152
224,247 224,247 0000000000000368ee331c0b34d9266fe9991c9d66cba055ee281e6e27b3f5ae 681 0.25 vMB 231
224,246 224,246 0000000000000157681e4843318e764ea315a0aafc6be6a14258d8582e611f46 642 0.25 vMB 238
224,245 224,245 00000000000003008e472d0280fb04cf6a881f1e96557b5a026d49b11fee488c 171 0.07 vMB 164
224,244 224,244 00000000000002bd4abb85eb3e92f640d636a3361fa398d1089e061d797405ce 624 0.23 vMB 193
224,243 224,243 00000000000003d228be120f8fc97ca891ced9726954606bdaa6de5fab503a0f 514 0.24 vMB 189
224,242 224,242 00000000000000135c7baada7596f9de9ffc1ff0c0b5a4c28264101a093ecd31 248 0.14 vMB 129
224,241 224,241 0000000000000087da64cd8a30d29728243f3d4766b25e09650f8b432157a1d6 638 0.25 vMB 224
224,240 224,240 000000000000004fa1b4a77118cfc742d5bf3757f70d9aa57934f3038c764ac8 543 0.21 vMB 220
224,239 224,239 00000000000001353ece7d01e8e55411cf206ba16b1bd06d27314bdafa0631da 286 0.12 vMB 152
224,238 224,238 00000000000000b264f664fc0d7fe1a3879ef50ddf0e96165b7a3a1dc1bafedb 247 0.16 vMB 138
224,237 224,237 00000000000001723c340623a3e02f944160c79be5f58264f457b9bf3c0d17b4 649 0.25 vMB 207
224,236 224,236 000000000000014eb848fa32e2097f0312bb058cf36392a278d81674d05a55a4 127 0.08 vMB 151
224,235 224,235 00000000000000469ef6712453b921c091438008372bd9a3d4ce38a015b47ce3 295 0.14 vMB 175
224,234 224,234 000000000000036a07eef82ba37522aaddf071b9dd4f1500b12d78426c60a36d 342 0.15 vMB 170
224,233 224,233 0000000000000086e54664409b2fd4760460a265a846fdc3e504b3f59ae874fe 64 0.04 vMB 46
224,232 224,232 000000000000032ed2b74f2131de614c8e0109c228771dd0f73d9160e9081ca3 355 0.24 vMB 130
224,231 224,231 00000000000003733183eaa9dee261dc1a63bd9ca93410d6be9668179489be6b 325 0.13 vMB 200
224,230 224,230 000000000000000fc2d91b298b8889c5faa4b88348e7fd3a26f77eb2513e27ac 351 0.20 vMB 151
224,229 224,229 00000000000003760f0bc159366e58383b95d965ce017269df983d373ae07fb0 507 0.25 vMB 174
224,228 224,228 00000000000002b49c1e0db7623bdd81171fcb74f6264e0e0c7acea03bbadcc7 671 0.25 vMB 216
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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