Loading Tool

Explorer IconExplorer

Memory Pool

38,168 transactions
28.53 vMB
0.06308763 BTC
Random Selection Loading Transactions
Max Size: 144.29/200 MB

Candidate Block

Mining Attempt 77843e5873a268fe306e040f0bacbdf75bc8457e17ae014ca0bae291b0edb762
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root 6cc4c1c958fb16ebd0ce40e51359ae8dc517735604d879ade3b4f513c83dad51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,085
Size: 1.00 vMB
Total Fees: 0.00797601 BTC
Feerates: 59.19 > 0.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (335,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,457 579,457 0000000000000000001da77f5b23eee0be3121377c72f388f01c70764fb7c1a6 1,621 1.00/1.00 vMB 154
579,456 579,456 0000000000000000000136f952c0ae838bf21afbbad94de0ca500f82f7d73df4 1,389 1.00/1.00 vMB 102
579,455 579,455 0000000000000000001bade1f3da92df35d0e071bd0db20516d0e7119e003d3d 2,235 1.00/1.00 vMB 153
579,454 579,454 0000000000000000000a1292dd1bf1c97955acb464f24c08becd2d380c1c06ba 2,557 1.00/1.00 vMB 70
579,453 579,453 0000000000000000001e5565598a24e878d8ec60614dc4cb0bd123e7a738ec46 2,514 1.00/1.00 vMB 114
579,452 579,452 000000000000000000166121abe2c23ffceb5a1f9a76589951c505d5555b9f05 2,420 0.95/1.00 vMB 29
579,451 579,451 0000000000000000001a27152ac0419061fd88413e8ff0f9b6b1d46c17e7a4ab 2,122 1.00/1.00 vMB 107
579,450 579,450 0000000000000000001dad6f5f8ea678ca779980b34f977d66354074ee624956 2,111 1.00/1.00 vMB 91
579,449 579,449 0000000000000000000edbf78ae70e16f630c4caadc1c88c7505cca9b74ad420 1,565 1.00/1.00 vMB 97
579,448 579,448 00000000000000000002cbbcd7661a84eac9898479c35f8fe8bd233011813009 1,762 1.00/1.00 vMB 145
579,447 579,447 0000000000000000001cf0f0c8460027f82cdd1a9f159f0ce980872b3f9d66cf 1,293 1.00/1.00 vMB 156
579,446 579,446 0000000000000000001bfaf1e519b30490dd1725c1d88df91b0722f8a6ad5e53 1,558 0.61/1.00 vMB 10
579,445 579,445 0000000000000000001fa3b9ae9827f7327df21073f40ca8568a9bcb0eb9baa9 2,679 1.00/1.00 vMB 109
579,444 579,444 0000000000000000000aa25b52970835c0b416b8b544ffa59c017542664774be 1,172 0.95/1.00 vMB 32
579,443 579,443 000000000000000000198663baffeddc3f34d7fd861cde9880ba987b3a810646 1,729 1.00/1.00 vMB 45
579,442 579,442 000000000000000000203b15e26f46eb2abaeaf84a98ace061bbaa2a3cbb55ee 2,647 1.00/1.00 vMB 21
579,441 579,441 00000000000000000019be754d88f1dd42fd8dec5ea268ff172bbb50cfdf1ba6 630 1.00/1.00 vMB 29
579,440 579,440 0000000000000000000d9d6f595a40239258c5746ab471e657da41a05a3b7200 1,002 1.00/1.00 vMB 9
579,439 579,439 00000000000000000013416e02a24ec1990a14c5ab9acfeb3aa9b755f59660a3 2,456 1.00/1.00 vMB 61
579,438 579,438 00000000000000000008093d1ba141f1d5e68594efc20420dcd30d726b71fa16 3,198 1.00/1.00 vMB 72
579,437 579,437 0000000000000000000c3b43dd0f8fb875c37a4dfc85145155c99c720e914669 2,471 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 781.59 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: 623.39 GB
    • Received: 11.45 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.