Loading Tool

Explorer IconExplorer

Memory Pool

44,933 transactions
27.24 vMB
0.06770598 BTC
Random Selection Loading Transactions
Max Size: 143.08/200 MB

Candidate Block

Mining Attempt 0c1c1648bac387ab39ef6e2017ead58ab019d0fe93ddd666321b7704dc5d5cf4
Version 20000000
Previous Block 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73
Merkle Root 6609747135aa5d1013700229e11d85c672028358236778e9dba50b1cc72f9a24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,591
Size: 1.00 vMB
Total Fees: 0.01638116 BTC
Feerates: 100.00 > 1.64 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,890 (447,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,503 467,503 000000000000000000f5e6e2402f8a6f6f8e92d70588b991de92c25b4b9fe0ea 2,419 1.00/1.00 vMB 211
467,502 467,502 000000000000000001e6d6ad9d657f65fd2a3ec948e523b776995cba32995ae4 2,215 1.00/1.00 vMB 243
467,501 467,501 000000000000000001c12527a06073415b8e3e4f441cfb174c18ffe5866f441e 2,620 1.00/1.00 vMB 266
467,500 467,500 000000000000000000d948807ba6a1e10a4a6ef2ea0d80ab474acb38e01008e7 2,444 1.00/1.00 vMB 306
467,499 467,499 0000000000000000006088975dff3092f3fc9283e7e83407c68eec6518a17618 1,799 1.00/1.00 vMB 251
467,498 467,498 0000000000000000014cfc1a46c2101c428ff293822d230993a46ebd1bcbfd9b 1,863 1.00/1.00 vMB 190
467,497 467,497 000000000000000000498484b6aae8a4977c466d911c6510c136b911c5bb2aee 2,260 1.00/1.00 vMB 301
467,496 467,496 0000000000000000016acc2b81e70f8b597178a52d2c774a0ff50e923b9b5bbd 2,136 1.00/1.00 vMB 255
467,495 467,495 00000000000000000047055f4bbdc11339579e1b27d5f68b88b5c25f819fa99f 3,172 1.00/1.00 vMB 369
467,494 467,494 0000000000000000016aae2bf6b46df05dd817141761ff436ee28b537dca7055 2,231 1.00/1.00 vMB 150
467,493 467,493 000000000000000000298a95da0d309720206bfc50eeb984ff3779fdef3d1bd2 2,302 1.00/1.00 vMB 262
467,492 467,492 00000000000000000021bd1e6c3ab14a6a72dd1cd6c20796180aeac0675b6292 2,540 1.00/1.00 vMB 280
467,491 467,491 000000000000000000d29ccfa930dc2d77c10b83c198f715c76df4fdacb66efd 2,008 1.00/1.00 vMB 226
467,490 467,490 00000000000000000117aa383d3fad79dd70d127b84d0a0822f1bdceabd6ed9a 2,489 1.00/1.00 vMB 256
467,489 467,489 000000000000000000a78651ec6e76b49eca17a29303fbfaf4977f2d025adabd 2,557 1.00/1.00 vMB 302
467,488 467,488 000000000000000000829df6ee6e59958009b9f1ebb175585302d44a8e2d2d59 3,071 1.00/1.00 vMB 324
467,487 467,487 0000000000000000001f76ad26141d1e038454e002df85ebdb9d7258d1d8fbd0 2,652 1.00/1.00 vMB 314
467,486 467,486 0000000000000000002b0f5880c4e40291ee636013a4c12e874e8c6873b86857 1,889 1.00/1.00 vMB 212
467,485 467,485 000000000000000001e4d1cc5b054e39aa187f3dc4d92600106c8b31d2d7eb3b 1,230 1.00/1.00 vMB 174
467,484 467,484 00000000000000000000b5d2f150108689abafeefe9b68cb167d0af92c97d0f9 2,507 1.00/1.00 vMB 244
467,483 467,483 0000000000000000017154f5f2d48a012966ce77f4bfcfadbf2151bb715fbc14 2,716 1.00/1.00 vMB 295
Previous 10 blocks ↓
Total Size: 782.19 GB

Node Details:

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