Loading Tool

Explorer IconExplorer

Memory Pool

79,484 transactions
29.52 vMB
0.09248012 BTC
Random Selection Loading Transactions
Max Size: 178.59/200 MB

Candidate Block

Mining Attempt e51466038c89608f146a339eb13a5b8c369413f26beb0fc72f420f2f2b737890
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 5f5d835c4685a1d715dab3f5d85bbbb99036ac8a2b2491b0621557b7b4c4db7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03046399 BTC
Feerates: 301.60 > 3.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (420,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,629 494,629 00000000000000000005f2b65d1c08811701bc97a31e161ce1f8b06256c1ca99 2,574 1.00/1.00 vMB 437
494,628 494,628 0000000000000000008b862fe5ecccb4db76d5675aeab1513eb9ab83b849e399 1,970 1.00/1.00 vMB 424
494,627 494,627 0000000000000000002a14593d9bbdef2ed1b098fd1f970a19f1a62bef19a401 2,309 1.00/1.00 vMB 236
494,626 494,626 00000000000000000056e95b14fbb2434e5b633f06d140f78daa70e63f75c5ed 2,416 1.00/1.00 vMB 407
494,625 494,625 000000000000000000403611599c868e9d2db4d2b374ff6ebacbefd6cfc60bb9 42 0.03/1.00 vMB 285
494,624 494,624 000000000000000000b0563e86742fd5a0b23339fa617081380817c8c74f5ede 2,296 1.00/1.00 vMB 534
494,623 494,623 0000000000000000005e457e1d1255d1fc91a925099311d51f6ab5a90010f65d 2,274 1.00/1.00 vMB 538
494,622 494,622 0000000000000000000bd4d08d8fc8bdd22dbd514fbd346045323b0d0a02d967 2,044 1.00/1.00 vMB 237
494,621 494,621 000000000000000000073ba892d10a97c8fb31432e6628831d2a86315c408581 2,165 1.00/1.00 vMB 494
494,620 494,620 000000000000000000286c107a98d20f2e8aecddfed8c4910a0ea6bc801dcb8b 1,626 1.00/1.00 vMB 170
494,619 494,619 000000000000000000a238e23489791cd73faf4e46645f375bee62d7d3272fcf 2,066 1.00/1.00 vMB 242
494,618 494,618 000000000000000000caacfc4ebd304b029c3e6a08d4f9258f4ae3cf67cd08ce 1,872 1.00/1.00 vMB 472
494,617 494,617 0000000000000000003a4345ef19007c143c990fb4333bb61b61ee5f78cd606a 1 0.00/1.00 vMB 0
494,616 494,616 00000000000000000064bb5cbc730ee1dfcbb0ae4c091e3685e0abf1215083a3 2,142 1.00/1.00 vMB 455
494,615 494,615 0000000000000000001a4c65dd56cebb0fa350a48991bb8486c8fae9cba21ec1 2,540 1.00/1.00 vMB 369
494,614 494,614 0000000000000000002a63d13a954fb24de66cf647ccbed4e5f2499d28c3ee33 2,164 1.00/1.00 vMB 283
494,613 494,613 00000000000000000096eaadad03fa4388e0ffc90df727000386973b0c82c9d1 1,737 1.00/1.00 vMB 394
494,612 494,612 00000000000000000072941c71c50ae88a47fee3bd8c58532633931249444243 1,890 1.00/1.00 vMB 459
494,611 494,611 00000000000000000039f484fcd480e425973c48eec95a91a9b1dc1c73ef0cec 2,609 1.00/1.00 vMB 512
494,610 494,610 000000000000000000ca0822a889f762d6bd28d8c2f509500307aa0014b5c7c0 411 1.00/1.00 vMB 79
494,609 494,609 00000000000000000004459c38c1aa02c03d99747155fb801df92102336ecb6f 2,431 1.00/1.00 vMB 523
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.