Loading Tool

Explorer IconExplorer

Memory Pool

18,754 transactions
8.85 vMB
0.06174851 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.42/200 MB

Candidate Block

Mining Attempt 5296db06fad593bb0518a28f69204d85fa398a8d907d80731d8d85dc2feb077e
Version 20000000
Previous Block 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c
Merkle Root eb455710ccaa5c8308d156b3be6e3ab04196251709dea6ab8be1402f4c2f49d6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,985
Size: 1.00 vMB
Total Fees: 0.04128511 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,389 (763,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,502 149,502 00000000000005e6fbaa476b24f5fcbbb1d132696f1610c5e12942942468ab39 12 0.00 vMB 89
149,501 149,501 0000000000000144ebe0936683e9f949c2270ea91ef2a0b0070c8382f7ddd90f 20 0.02 vMB 112
149,500 149,500 00000000000004886c1248696c6e4f25bd797f25761e4abb985aabd19e5960d1 110 0.05 vMB 56
149,499 149,499 0000000000000b3368aeb3d255554fd798908b5e5454bae1b95e173978a72b09 15 0.01 vMB 73
149,498 149,498 00000000000001c7a7199e54e0554c0e5f1c759cc9cc5dd835603015b5f28bc4 30 0.01 vMB 96
149,497 149,497 0000000000000840ee5fbd505ac1aa498aecac5af100ecd490640aca2cceefa6 13 0.00 vMB 292
149,496 149,496 00000000000002dfc1551639c6742c58c680fdabff23ca00eac5784d07c555b4 38 0.01 vMB 20
149,495 149,495 00000000000002f373eabecf71521f15e2ea3a708349a8230220fd8e1e542a89 75 0.02 vMB 213
149,494 149,494 0000000000000608ae5944badc88c9a27524633c8588ed0331f3b5e246824c76 1 0.00 vMB 0
149,493 149,493 000000000000011c1005b672bb577ecb423c0bcc59bf15761adbfffb012c6dc1 86 0.03 vMB 32
149,492 149,492 000000000000065e9759708882285b4c32ac591be775f740146ce690f74b8f61 11 0.00 vMB 469
149,491 149,491 00000000000001016ca2ef5b8c3b633ac761d13c2fafc63bc09a206e2e1ac5b3 21 0.01 vMB 234
149,490 149,490 000000000000017199829a6c95690537c1856c0f84fc75dd778752db8814e31e 15 0.00 vMB 284
149,489 149,489 0000000000000140d6b4641c669abe89c2dd410c7a47f98223ee91e9bc7d0ea1 22 0.01 vMB 215
149,488 149,488 000000000000065b4dd47b2507827bea4d10fc1221e4b762ed503a9babe9f274 38 0.01 vMB 96
149,487 149,487 00000000000006ebcd37e13a7da13fb2d10d549df28a4695b3acd54548d3543d 33 0.01 vMB 288
149,486 149,486 00000000000006532a4e661b74d93258cee23b184531037d79988448179bfb3d 51 0.01 vMB 11
149,485 149,485 00000000000000469a627ad344b2284f2678b371ce63213e637672ff5c46448f 19 0.01 vMB 46
149,484 149,484 00000000000003505d472b61a0b2ba7f988448826b8a9ba318004df92566462f 76 0.03 vMB 108
149,483 149,483 00000000000002d318be198c8af22d0503c76d198d172b2f9b359531d340c7ae 11 0.00 vMB 108
149,482 149,482 00000000000002e7165a0e7ee6d9de49905ad54675ab820eb0358663c81a5eaf 10 0.00 vMB 156
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

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