Loading Tool

Explorer IconExplorer

Memory Pool

38,479 transactions
28.43 vMB
0.06575812 BTC
Random Selection Loading Transactions
Max Size: 143.92/200 MB

Candidate Block

Mining Attempt f613d1fcbee25d3697fd3c4255022e115ef623bfc52c2597e503b8de072b5ebd
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root f7af5d41e5deb6387985a36200136c196ee4c9d9d9ceab6c1d63cb3a3d458575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,548
Size: 1.00 vMB
Total Fees: 0.01102868 BTC
Feerates: 105.82 > 1.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (335,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
579,436 579,436 0000000000000000000dc68be3b56668a55ae8beccb80ed009a1ff123ea0ad15 3,284 1.00/1.00 vMB 161
579,435 579,435 00000000000000000013dba8576abde68a45da8215bb129a195bf7e994b1cb3b 2,541 1.00/1.00 vMB 33
579,434 579,434 0000000000000000000ec7a38264afbc5e217e7457c8e37f15e3c68d4616dc33 2,103 1.00/1.00 vMB 43
579,433 579,433 0000000000000000000eb39bfd020793777def7bca35992dc851267cd241f0d2 3,030 1.00/1.00 vMB 138
579,432 579,432 00000000000000000000d0024ba523a71442250b7ac3a22e8abc4fed1d8fd3c8 2,539 1.00/1.00 vMB 66
579,431 579,431 00000000000000000005b72101edc42cd770e19964bffc53b4703544276c5a3c 3,247 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 781.60 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.58 GB
    • Received: 11.46 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.