Loading Tool

Explorer IconExplorer

Memory Pool

28,714 transactions
25.21 vMB
0.06393247 BTC
Random Selection Loading Transactions
Max Size: 123.43/200 MB

Candidate Block

Mining Attempt 93f8eac5be7d252db3d25e5edde95d348f25e8519a24a29e6239fa08f90bd3d0
Version 20000000
Previous Block 00000000000000000000cfd3481d5dc6b723f4e62052b015bd9a9891d6d18add
Merkle Root 05315a35e27a4bfc95b6790a3166e20333cba24069141e1b1e62535ec55b2a9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,399
Size: 1.00 vMB
Total Fees: 0.01811440 BTC
Feerates: 520.79 > 1.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,200 (859,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
54,601 54,601 000000000a802192ab9aedcccdc36cb5c040b6835590376d5cecef5ab64ea425 1 0.00/1.00 vMB 0
54,600 54,600 0000000008b14cac6ff49bfe3a231f8cccf40a3f204717781935735587d731c2 1 0.00/1.00 vMB 0
54,599 54,599 0000000007f522bc0bfdffb62505d02dd14584f491c144eebffe31f34ed01e11 3 0.00/1.00 vMB 0
54,598 54,598 000000000bee72fcec279c10c35d5d5e350979ff178413f185d8c1bf162b36ea 1 0.00/1.00 vMB 0
54,597 54,597 000000000ea56256f66f75a585cc1a747ff9c2cdbe16a4d039cbbe2566eb9f5f 1 0.00/1.00 vMB 0
54,596 54,596 00000000136337391c40e0952ee1b4f54475f8076cb33797459720e6c332becd 1 0.00/1.00 vMB 0
54,595 54,595 000000000638dc08f5d35b63d820a4dc8165ae70bb2988c75754d1345acf5424 1 0.00/1.00 vMB 0
54,594 54,594 0000000001bc045821d5953fbb50bbacc6dbc2f1862ff70b0282ae01cfa05626 1 0.00/1.00 vMB 0
54,593 54,593 00000000020c95010b9ae7bffbe529f5dc5abde269931e6ae49976dd3f1327a3 1 0.00/1.00 vMB 0
54,592 54,592 0000000006d56982ba2424d940c0deaca66c26eff27a6f1cab92a44937c66fe0 1 0.00/1.00 vMB 0
54,591 54,591 0000000003dc37f62cbf375d21b7e22334dab63e18e4a7fca227d233382f648c 1 0.00/1.00 vMB 0
54,590 54,590 000000000466bcdff4368b0e0184d1eda6dd03d20eaadea118ce5e9f4db998ea 1 0.00/1.00 vMB 0
54,589 54,589 00000000104b1408cb8e77d34cacf3675578ec740c2d2efa8dc65e6f74e49cde 1 0.00/1.00 vMB 0
54,588 54,588 00000000032d04e575337be06124660bbec067a8ea363d819db92e7df7081366 1 0.00/1.00 vMB 0
54,587 54,587 000000000f34a46a05640ca0a1ab0fdd1abacd6f030092685de471913219fb2a 1 0.00/1.00 vMB 0
54,586 54,586 000000000b00040fb6d049ee41c27db8b50bc78b1ae4e7a4b12af15e01ea28e6 2 0.00/1.00 vMB 0
54,585 54,585 000000000485d96b8f19ddbca960cfc29de18b1b09a1d79574cd6debabdc27af 3 0.00/1.00 vMB 0
54,584 54,584 000000000820dba18748c342e0d98542868dd89d00daf1e72ec4a6be061a1e86 1 0.00/1.00 vMB 0
54,583 54,583 000000001373490d8190632ffb5d1b3ba9c4fe706f8fefbde4f8d0544015c4ca 1 0.00/1.00 vMB 0
54,582 54,582 000000000835389c8c157e8c4228c96cd436e3f77669945885306cd5dd8362d9 1 0.00/1.00 vMB 0
54,581 54,581 000000000047bc0a0ecfe2a49fcd4cb997fd2f4f7e2e9917470df13b5b9db2a3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.95 GB

Node Details:

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