Loading Tool

Explorer IconExplorer

Memory Pool

45,346 transactions
29.83 vMB
0.10480139 BTC
Random Selection Loading Transactions
Max Size: 154.37/200 MB

Candidate Block

Mining Attempt 2dcfdd998d087f6410696d2c5daecde69ba97580536bd3843b98b6ab91e61372
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 4d7f07fd9a6e9e98f35dc64cfa9ca299ed9843e34ba603504db66664e4572720
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,070
Size: 1.00 vMB
Total Fees: 0.04537584 BTC
Feerates: 302.06 > 4.55 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (333,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,793 580,793 0000000000000000001c19b328938142fe0ae0df518362456a0d1b5fb06cbdd3 2,337 1.00/1.00 vMB 39
580,792 580,792 000000000000000000112e6341f3a83e61a3a71c916a1330fbd228a8860d3bc2 2,293 1.00/1.00 vMB 97
580,791 580,791 0000000000000000000d7cc9a25f8a276e9979481b7a110233d698cf73b23bd4 1,903 1.00/1.00 vMB 62
580,790 580,790 000000000000000000033cbb57091f6b19e083009ec03e5175638ac8f4bd4a67 665 1.00/1.00 vMB 33
580,789 580,789 00000000000000000008f2c0a13410edd808fb2e24387a60ed959d52a05baf03 1,998 1.00/1.00 vMB 24
580,788 580,788 0000000000000000000d7c5e44f46a8dc85b3a70c2f55984d6449bb727bee0f3 1,718 1.00/1.00 vMB 83
580,787 580,787 00000000000000000015966ecff0258a0e7216d683b40fc87625e02f7e037abd 1,883 1.00/1.00 vMB 93
580,786 580,786 000000000000000000146cc31ada4da6b1c24bed6e7e0e00979520eb9355807e 1,325 1.00/1.00 vMB 42
580,785 580,785 0000000000000000000dd7442b2da2242c08aa58300f0e7999611aa9de4b5a3b 524 1.00/1.00 vMB 15
580,784 580,784 0000000000000000000f8808587d3d22f4de4e06e38f5fd5edea248fb080aa6e 1,889 1.00/1.00 vMB 43
580,783 580,783 00000000000000000008bc0e8915d57982f86c2765f3fa616db64e05d09c0b51 1,700 1.00/1.00 vMB 40
580,782 580,782 000000000000000000166b445a01adbb27d15b8f54adef7aaeb13c995eeb96a5 1,479 1.00/1.00 vMB 41
580,781 580,781 000000000000000000153d6ac8eb280692237ac6bb15a43bf932a794a326264c 589 1.00/1.00 vMB 16
580,780 580,780 0000000000000000001c9f34597b31a965de64a333249944fa0ccc63170c3fdc 2,552 1.00/1.00 vMB 25
580,779 580,779 0000000000000000000b010d23caab549ac51d6dbe99e46093d03e6acfde74fa 2,677 1.00/1.00 vMB 60
580,778 580,778 000000000000000000081aabe612d1668ecc982c6b9e89791b5e62334bd59ed7 1,835 1.00/1.00 vMB 90
580,777 580,777 00000000000000000006af25ecaff6d2300fe8cbf5797bcef66c88b367978afe 2,634 1.00/1.00 vMB 53
580,776 580,776 0000000000000000001a2f2ef252814df0dae4ae7f6b76014754e2bc934082d6 2,382 1.00/1.00 vMB 38
580,775 580,775 00000000000000000013a3301ae78e8898659409188fbf3f39085b04971ecb44 3,373 1.00/1.00 vMB 64
580,774 580,774 00000000000000000013461ef0c1e4434e207a0d86fd168f58c2fc8f1ac4fcd0 3,532 1.00/1.00 vMB 64
580,773 580,773 0000000000000000000788a3e50446dfd74df2667c50c9fbdb6e534d6499d10b 2,687 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.