Loading Tool

Explorer IconExplorer

Memory Pool

19,011 transactions
8.29 vMB
0.02622128 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.17/200 MB

Candidate Block

Mining Attempt d20e6cb504772b4720685c56711bd3109462956af490ea813c520ec54a5abd3b
Version 20000000
Previous Block 0000000000000000000073e87c7593ac94984accff3246b54900ac860adbb72d
Merkle Root 3b09f52789a26718553f5a4cf509030a4617e56ad5a7bcb28b05d4c772777dd1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,044
Size: 1.00 vMB
Total Fees: 0.00867342 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,399 (638,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,553 274,553 000000000000000313c587e723cc37c380a2e5665c4525213dfcc06caeb71ae5 82 0.03 vMB 123
274,552 274,552 0000000000000003c1e87a6cd3fe77c2554385a47207be2f5811a72683edbdf3 527 0.24 vMB 44
274,551 274,551 000000000000000445a6cb59ec6c68ab2ecb769a925e1c05a9be9410eb53a485 299 0.13 vMB 37
274,550 274,550 00000000000000004e566db00035fd1aed9a014953d21c29abe8dfae366568e6 516 0.24 vMB 55
274,549 274,549 0000000000000000b42c6faf12ebcf12316b0352880e1097de97c2729514361d 163 0.05 vMB 63
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
Previous 10 blocks ↓
Total Size: 779.56 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: 264.68 GB
    • Received: 1.02 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.