Loading Tool

Explorer IconExplorer

Memory Pool

87,790 transactions
32.51 vMB
0.15166512 BTC
Random Selection Loading Transactions
Max Size: 199.38/200 MB

Candidate Block

Mining Attempt 28c15f965b562146386b583b8f08a22f72844797c7eddf9e8214e92a7a2da28e
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root a30caa700a6f3c9fb9dbe7a654bb23a4d34d3339130c088c94761baafc7f6edb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.06775680 BTC
Feerates: 502.65 > 6.79 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (135,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,454 779,454 00000000000000000005939b990a8ac3b03021cef2da738e6d5ebb7fc814086e 3,479 1.00/1.00 vMB 29
779,453 779,453 00000000000000000003c3b46d5fbb6eb627c5e5a92b253544aaebf42d4ec138 3,816 1.00/1.00 vMB 30
779,452 779,452 000000000000000000037b31aa7e0cdcfa81a17b26ebe59929f06f2ec5809607 2,252 1.00/1.00 vMB 10
779,451 779,451 00000000000000000003272996e48cc93533a91bb805c7993ea3b01c9f7ba134 2,978 1.00/1.00 vMB 11
779,450 779,450 0000000000000000000466d98146acba67859132508c7f8a20460a96cf6a873f 1,808 1.00/1.00 vMB 26
779,449 779,449 0000000000000000000662f8b565eda8b87e25a4d4ba1ea572d6877753130ad2 1,989 1.00/1.00 vMB 8
779,448 779,448 00000000000000000003b65cce93308a600c4694e89d6e8f533de483516e2f62 1,229 1.00/1.00 vMB 17
779,447 779,447 000000000000000000042cc0148c5445c5e5f4c75a1cd705d28ba30c7ac6fa75 3,322 1.00/1.00 vMB 8
779,446 779,446 0000000000000000000504b712d5aaed01272d98826014f7e147e65635be6e3a 2,227 1.00/1.00 vMB 14
779,445 779,445 00000000000000000006088616c45229562c154e45e99ec5a9933f912a02f85c 3,351 1.00/1.00 vMB 20
779,444 779,444 0000000000000000000119eeef31bb1488b65ea9c9b138e0c44d3b9c67b59640 3,514 1.00/1.00 vMB 33
779,443 779,443 00000000000000000001f17e00c154744982bd65a80bf1a4da72e3d7b6c2da4e 2,696 1.00/1.00 vMB 16
779,442 779,442 00000000000000000003963a50cc45d8dec4c9ca2ac6c36a57eee33d12aa24eb 2,168 1.00/1.00 vMB 10
779,441 779,441 0000000000000000000509393e877453e4530e4cdb87abb3f964fa2b85772c40 2,519 1.00/1.00 vMB 11
779,440 779,440 000000000000000000001c658a01ffb7afde3eb4c29d282775995872baf021fd 2,906 1.00/1.00 vMB 20
779,439 779,439 0000000000000000000173300699cd08b6248155a49a6cacafe9e6551f6f9629 902 1.00/1.00 vMB 5
779,438 779,438 00000000000000000004f0677ff60b1fea253b28c769101f4241a5034e28b111 1,332 1.00/1.00 vMB 7
779,437 779,437 000000000000000000014edec96d6b8b7cc775dbd76153fc8e3fda98238774ee 1,235 1.00/1.00 vMB 5
779,436 779,436 0000000000000000000480c942b7eea184189e724999f443ea65958d15571c0b 946 1.00/1.00 vMB 6
779,435 779,435 000000000000000000015d715deb6d7ce8b87be964f72e4656fa9e9c1ac0b626 842 1.00/1.00 vMB 4
779,434 779,434 00000000000000000004012fe607fb194f7722419aee8245b248833ea8e3a2b3 2,778 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.