Loading Tool

Explorer IconExplorer

Memory Pool

82,761 transactions
31.13 vMB
0.09255871 BTC
Random Selection Loading Transactions
Max Size: 190.84/200 MB

Candidate Block

Mining Attempt d2cbd39d4de9c7bc2eec0a7305516aa031bbb94095e87b25888573b412fa6555
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root 84faf6d79da3452bde4df383e32bf7067f6dded829ab20b986a2d8577a8afb86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.02234624 BTC
Feerates: 235.42 > 2.24 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (370,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
545,014 545,014 0000000000000000002145eb0f956b758a14d62b69caff52ce2a1b68ee8ff8cd 915 0.47/1.00 vMB 11
545,013 545,013 00000000000000000015d5d3eab0538df5e251672c01ee0b687067420d289c8b 2,462 1.00/1.00 vMB 15
545,012 545,012 00000000000000000012105f1ca1f87d63d5fae421596766addc4b8f22a05c60 1,511 0.76/1.00 vMB 9
545,011 545,011 000000000000000000202732067f50ca03507374bccdf7d18da02846ae8d5eec 1,318 0.66/1.00 vMB 10
545,010 545,010 000000000000000000164f0cdde5847e9c73d4614f0b509425d4ec9332cda3eb 2,371 1.00/1.00 vMB 21
545,009 545,009 0000000000000000000475f67ae430b3ae4d627a0c52a110fda30c31417eb8a4 910 0.45/1.00 vMB 9
545,008 545,008 000000000000000000082863c1b54c1dc31f8a3097a4d8ad6f03b51475d27820 1,374 1.00/1.00 vMB 9
545,007 545,007 00000000000000000022f0313bc3054ce8a5b3631ba1964d060df3be666a1d28 1,624 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.79 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: 709.76 GB
    • Received: 16.98 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.