Loading Tool

Explorer IconExplorer

Memory Pool

70,609 transactions
26.54 vMB
0.06479089 BTC
Random Selection Loading Transactions
Max Size: 160.33/200 MB

Candidate Block

Mining Attempt b80cf58794625aeab463628d7a30d20e4c714273c5f4467eb0df2d4777775eac
Version 20000000
Previous Block 0000000000000000000009108cad781ae4d8e37535e7563f5e6e6a71e95b6e45
Merkle Root 38e90a5c2a5e679784f6ec18756156905f5288516aadae1ffe2e1456492beab0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,223
Size: 1.00 vMB
Total Fees: 0.00825383 BTC
Feerates: 50.18 > 0.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,463 (445,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,619 469,619 0000000000000000005302d5520b17bdc66d8577a2590d869b0d7824e2372c7f 2,318 1.00/1.00 vMB 421
469,618 469,618 000000000000000000f7bed8f8eb4636afed2bb039ee1bab01d3a544052e1145 2,398 1.00/1.00 vMB 314
469,617 469,617 000000000000000001d3a33e3d5eafd633b17330661f8a280174c50de72b3472 204 0.09/1.00 vMB 308
469,616 469,616 000000000000000000573ccaf41875da58aa578b141bf7ed357b0c03bb64cb7e 1,430 1.00/1.00 vMB 361
469,615 469,615 000000000000000000947871cb1ce7ac9fc756da6e911915105e4aaeab3c1368 650 1.00/1.00 vMB 407
469,614 469,614 00000000000000000170d91f1d5971337cd2c4777700ba4e239ce3a121b49db9 1,811 1.00/1.00 vMB 399
469,613 469,613 0000000000000000018a47c782ff23f56b7e64e46af67f41831968f59bf1cb23 77 1.00/1.00 vMB 16
469,612 469,612 0000000000000000012cdd6a87ca6cdc5c358997de6152a3128e700527d588c4 1,632 0.99/1.00 vMB 410
469,611 469,611 00000000000000000038ebf04122da8d0356d49876fde8bca614b90740c38852 955 1.00/1.00 vMB 472
469,610 469,610 0000000000000000008a96b7ff1bb33b8cbbe4d8a89cde4e6de6eb756065c149 506 1.00/1.00 vMB 493
469,609 469,609 000000000000000000a06f13e5ebf80b0bcc4e780d6daab1b37b22ddfd5abba3 419 1.00/1.00 vMB 493
469,608 469,608 000000000000000000bb412f42af628eaf3d68bce05b27cbef67d942695740c4 439 1.00/1.00 vMB 503
469,607 469,607 000000000000000001b3dc7a22fcd1562271f37719e962a7f8ed88df6b6f2a34 606 1.00/1.00 vMB 513
469,606 469,606 0000000000000000000a5e39c8ef308f98d0cde2738f7bf7f72ad406d62a0b6d 1,271 1.00/1.00 vMB 393
469,605 469,605 0000000000000000010b80a2ee3bf6adab41c049cee7a848466ebd048f688484 1,155 1.00/1.00 vMB 475
469,604 469,604 000000000000000000213170b178c40b6b6cada9a0d738bb6835b05be9503732 358 1.00/1.00 vMB 484
469,603 469,603 0000000000000000013de90f5835fb7edee1d3ee92b98c9ac0dff8e3ed02294c 525 1.00/1.00 vMB 492
469,602 469,602 0000000000000000013e202f1fb6eac87f8635a45e72d2d0d692c5639d4857c7 1,336 1.00/1.00 vMB 466
469,601 469,601 0000000000000000010c1781d59913971aa14d47beb789af2a1a406d3bb414f2 750 1.00/1.00 vMB 260
469,600 469,600 000000000000000001a01b9b5788d55f71554034ffe6c0047c23fc88ab0431fc 1,895 1.00/1.00 vMB 108
469,599 469,599 00000000000000000084efc4b14c61daa68c152ae81f38319efd2c0be9dc9315 1,998 1.00/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 783.20 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: 753.98 GB
    • Received: 18.92 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.