Loading Tool

Explorer IconExplorer

Memory Pool

82,057 transactions
30.30 vMB
0.09268653 BTC
Random Selection Loading Transactions
Max Size: 182.49/200 MB

Candidate Block

Mining Attempt c8547f4b7f5b951f9dbb77eed91f6a3e31ba72c25f6c2e40c9fc378dafaa0852
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 6f5cea4a9e802cf604c2ee9211cc8e12edabb9ac8d050b26a2b2e58d7a0a0730
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.03052077 BTC
Feerates: 454.44 > 3.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (480,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,626 434,626 00000000000000000082de51d7e34c28335a71fb1937197e0a3f34bd2ad09e6f 482 0.33/1.00 vMB 32
434,625 434,625 0000000000000000038ee06f667a10e3385aecd30fd006daba310d87abbc0820 2,898 1.00/1.00 vMB 71
434,624 434,624 0000000000000000015336dfde93a5a10e159cae7a09abcc362a17f6190262ee 2,028 0.94/1.00 vMB 63
434,623 434,623 000000000000000001e54c0230a1596696c392f5fe4dcd55605901e3a1b89ae8 1,332 0.90/1.00 vMB 41
434,622 434,622 000000000000000001cd19562486addc559c66b2714d66a2cf3cb09000767008 2,047 1.00/1.00 vMB 55
434,621 434,621 0000000000000000039a4d2fd700598427e4ce756f26c19ae27e859b009264dd 2,087 1.00/1.00 vMB 66
434,620 434,620 00000000000000000070b140eb991a283c202fa4e0516bf1df5594a35a42b62b 935 0.30/1.00 vMB 113
434,619 434,619 0000000000000000000ef8b829e6b6d3c8ddce50e4e8f142855d88d8dad05352 1,277 0.55/1.00 vMB 66
434,618 434,618 000000000000000003662197d982f031c741fb334ddec71edb6ffb1a5972610a 942 0.78/1.00 vMB 47
434,617 434,617 00000000000000000223827191087ccfebfd17042b5667e4e444160c5f03be8a 1,932 1.00/1.00 vMB 50
434,616 434,616 000000000000000000357fa16c2c997e86e103456b1e5c84e2ce2b7c3cfbf0f6 2,760 0.99/1.00 vMB 77
434,615 434,615 000000000000000001b4289ebc545cbe801f2f768f4de9bc2900b122a7a26a32 1,835 1.00/1.00 vMB 45
434,614 434,614 000000000000000001bdb9bc94ad2131f9f9d5107619d053b1f5479120fe7361 2,221 0.99/1.00 vMB 61
434,613 434,613 000000000000000001a9f6213d5c95bf7021574aa557dbe7f3db56972e1fb93e 2,721 1.00/1.00 vMB 82
434,612 434,612 0000000000000000003872446cb6416e3cff988f7bf9a048a03882e20c2b4503 760 0.43/1.00 vMB 59
434,611 434,611 000000000000000001ba8c632bead241b59ac011692e32c355ac99b39ca59b35 1,381 0.74/1.00 vMB 45
434,610 434,610 0000000000000000034a9e236b7b8b5e5a5efe6de9ce2e446c4ace2675333127 1,014 0.61/1.00 vMB 46
434,609 434,609 0000000000000000021280ac6fb0529cde053d6c790c435cc90eb3774e733f27 1,917 1.00/1.00 vMB 41
434,608 434,608 0000000000000000008f15b5e78d21f0ad61f122177799755dc2912c99ba704f 2,652 1.00/1.00 vMB 63
434,607 434,607 000000000000000001a902c89be44cdb8cd1870e18d1eb575aa748d3b9ebeb97 2,499 1.00/1.00 vMB 91
434,606 434,606 00000000000000000014bcad7cd27d7d0fe8fc5e4dd71e248c7423ff7f7bffe3 1,573 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.