Loading Tool

Explorer IconExplorer

Memory Pool

73,685 transactions
27.23 vMB
0.06342912 BTC
Random Selection Loading Transactions
Max Size: 166.34/200 MB

Candidate Block

Mining Attempt 138b0ae2acc8bc963c27ef1210312ee15ec6d3c36a6b7300c85a79d9f7e54337
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 70e0aac9bfdb0827ce01d13db25259291d41a80e7be069ae4ca1a4deaf400905
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.00563931 BTC
Feerates: 73.20 > 0.57 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (370,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,035 545,035 00000000000000000003e001b4566f0844a82d7504d519230f96d0e698a57f51 1,983 0.94/1.00 vMB 10
545,034 545,034 0000000000000000001251bc2d81105c5e5e13058da5adaffffbcaa4d93aee76 2,463 1.00/1.00 vMB 21
545,033 545,033 000000000000000000230a03c18de4fb5ef8d50d12fa61b5523a6f5d0f1f399f 1,378 0.61/1.00 vMB 15
545,032 545,032 000000000000000000098983c6e67bec9488da5f55f2842e2f01cf7188f33912 449 0.67/1.00 vMB 3
545,031 545,031 00000000000000000006c868c2670e94882eb2796cf690b3f7fb94d8716a461e 1,446 1.00/1.00 vMB 6
545,030 545,030 00000000000000000019fafffdf6dbb12fce57022aba820bd919341b1818bab0 2,267 1.00/1.00 vMB 11
545,029 545,029 0000000000000000000e49076b0266ce78e1e2fb6223c56c2477cc6a080eda99 955 1.00/1.00 vMB 23
545,028 545,028 00000000000000000005c30f2065fc9fd0bf4274fb1a8c835521c64de7cdc2c3 1,759 1.00/1.00 vMB 19
545,027 545,027 0000000000000000000e3e9278f8fe7ac9e43cd2fd9c6a90bde0bb56c54e6356 1,912 1.00/1.00 vMB 4
545,026 545,026 0000000000000000001ce078e75b150a54798579e2ff248b5e5a433bf9effee4 2,220 1.00/1.00 vMB 12
545,025 545,025 0000000000000000001693b9ef561e085f37a2c824fca3b20792d8d32bdbe4d2 1,915 1.00/1.00 vMB 12
545,024 545,024 0000000000000000000eb7beeaa9f3cbc0ce3f56b8eca961cbedc922ee9aa8f8 1,279 1.00/1.00 vMB 18
545,023 545,023 0000000000000000001b206926c0798ddf85e93eea37d40e01e2c4c61fdcb17b 2,227 1.00/1.00 vMB 31
545,022 545,022 000000000000000000147ed74ce660f16b34f5bd16ffc2c2bf0d8210d6fd286b 2,258 1.00/1.00 vMB 21
545,021 545,021 0000000000000000000ec97057c4fb6e15ace277426244eac6ac26869470d94a 2,414 1.00/1.00 vMB 16
545,020 545,020 0000000000000000000d7c2e60434e3a10291a3070765b537d1d6b482e63bbd6 2,273 1.00/1.00 vMB 33
545,019 545,019 0000000000000000001b35bb593099f575d8e238646172f71f17cd587d8455b2 1,064 1.00/1.00 vMB 63
545,018 545,018 000000000000000000027afe37ba6ea7c3cec2f680f0bc2aef8e36933d469677 787 1.00/1.00 vMB 60
545,017 545,017 0000000000000000001bdaa7863cac70645b0229303432ee67339e91ff36b36c 1,836 1.00/1.00 vMB 3
545,016 545,016 0000000000000000001822788bdfa4770c84a274785af59b88ce72e28bf31ccf 2,874 1.00/1.00 vMB 24
545,015 545,015 000000000000000000064041fbebbf5e4333c385ce4f0459e56a03372b2561a4 2,690 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.84 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: 711.99 GB
    • Received: 17.15 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.