Loading Tool

Explorer IconExplorer

Memory Pool

16,851 transactions
8.11 vMB
0.02351587 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.98/200 MB

Candidate Block

Mining Attempt 8c23eea65d251a3b496ab680adcf4cb9e87b6b734222f16233e380f7ccec28fc
Version 20000000
Previous Block 00000000000000000001b5c3020be6a6bc5240c44ca01063cc5c8497b4f90c92
Merkle Root 600d5dbb6a90888b7e3a80c2618d4f17b9d354c455ac00139a513c594d8cd608
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,292
Size: 1.00 vMB
Total Fees: 0.00654649 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,415 (638,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,548 274,548 000000000000000034f971118aa42a158f795b2abf7d31412b2add36c99efa0c 6 0.00 vMB 60
274,547 274,547 000000000000000079b2d62c9c991aa1f507bb088db09d48aec620e51e8045d3 295 0.13 vMB 45
274,546 274,546 0000000000000001b4deab8c55af9ad2691d731b1220543d600247f6d6ffb000 58 0.03 vMB 44
274,545 274,545 00000000000000021aa9395c767187d1ba3507d6f95687ca350abd16fffca1e0 335 0.13 vMB 17
274,544 274,544 000000000000000280c79ae44212a3c8bf2e9db6bf34911a06e6061ff4d79f35 603 0.28 vMB 46
274,543 274,543 0000000000000002939ce1a4b53f18f9fdedd5c92fd22b9241aada01b402d1c6 353 0.21 vMB 31
274,542 274,542 0000000000000002af2cfe95168f69cde2de7443ebdefc43b18c44fa88ef5ed2 593 0.25 vMB 54
274,541 274,541 00000000000000031d0a4ff53f7e7c9149fb90f216caffa10f2ef80356afcdc0 633 0.31 vMB 52
274,540 274,540 0000000000000003aa20122c26cb1cdafb8b5aab1a22fc3340168099c0bfb36b 80 0.05 vMB 17
274,539 274,539 00000000000000013d1b2a9b9c28abcd3276ec19899afe6e85449b3374b2f51c 307 0.23 vMB 29
274,538 274,538 00000000000000009557f89fe36aad474ce87c3ba7ad46f928d2414988000672 437 0.17 vMB 46
274,537 274,537 00000000000000034b84cad284eb6d6573dd37a3b13c721171cfab936ab12807 180 0.17 vMB 16
274,536 274,536 0000000000000002892438151206768290b5945ad21e85413645afd358260712 1,365 0.50 vMB 64
274,535 274,535 0000000000000000442a796a3d8817b6fec6faa5c8135fbe337714df0824ca8a 777 0.25 vMB 66
274,534 274,534 0000000000000004693321703b6d758f09b8cf96d61a9b361c5234de2e3b9597 583 0.29 vMB 46
274,533 274,533 0000000000000003aa27a055682007e0273371d0bef2ea58f838ce0c0145a322 868 0.35 vMB 61
274,532 274,532 0000000000000002305ec40cd1ee70d03a45cbb0b95ac1910a2de2b3b78e098c 346 0.14 vMB 50
274,531 274,531 00000000000000025b2c341d70b600cd90a54d07aef8b9bd450c96e6c1c79b17 62 0.18 vMB 39
274,530 274,530 000000000000000206b5e45ca2040c88b6ecf447c80db424090de27c84586462 740 0.34 vMB 60
274,529 274,529 0000000000000002e0027923fd135b5e7b1368a313b4dd24900164b24d935dd5 575 0.27 vMB 67
274,528 274,528 00000000000000003c683187c2127a54fb61b5410607e30d4ab06e645fd9104d 458 0.24 vMB 53
Previous 10 blocks ↓
Total Size: 779.59 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: 290.54 GB
    • Received: 1.18 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.