Loading Tool

Explorer IconExplorer

Memory Pool

36,076 transactions
26.04 vMB
0.06741369 BTC
Random Selection Loading Transactions
Max Size: 132.87/200 MB

Candidate Block

Mining Attempt d598f67030b7af1c42684d246f9f391ca7f367b2c07cba2d5ecb53595ed11922
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 40e2343b983e3760179a5e9a6c0780bf2be121e96e9e897b7ed46419c945fc9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,470
Size: 1.00 vMB
Total Fees: 0.01943262 BTC
Feerates: 152.71 > 1.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (406,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,405 508,405 000000000000000000317bee4afe6a98d8457dbdf2cce0c599dcba40ded03b52 870 1.00/1.00 vMB 26
508,404 508,404 0000000000000000005e2a3fefe2ba4a88ff9235fa6895d5cad9079cf1fee0ab 2,470 1.00/1.00 vMB 106
508,403 508,403 0000000000000000002bb3aa7b1caeeea168df40ae8ad6939d377fb9eed1374a 508 1.00/1.00 vMB 28
508,402 508,402 0000000000000000000ff94d88358c3619ccd051cf1d76e470eb53a8a5ee5b8a 526 1.00/1.00 vMB 25
508,401 508,401 000000000000000000034ecf5a5daa3b631ae9e6f8a0b1fab9e0410f8116cc62 1,796 1.00/1.00 vMB 70
508,400 508,400 00000000000000000024c13fadcbe7f6db414aed21ea6e7e90c16dcb7dfa302b 1,974 1.00/1.00 vMB 101
508,399 508,399 00000000000000000010ba14609f7d6e54c9d41f90e6a38b2936dc9dab831002 855 1.00/1.00 vMB 46
508,398 508,398 000000000000000000315b79c35dbab5775b19308f2b66d2042251b3a2c50eee 2,126 1.00/1.00 vMB 56
508,397 508,397 0000000000000000001a905d9d8e6703cd7702880441d854f1baa6b785506f1a 1,593 1.00/1.00 vMB 64
508,396 508,396 000000000000000000060ba0947ad51d5941b67b899ad1a1d4e327bf1e509690 2,740 1.00/1.00 vMB 156
508,395 508,395 0000000000000000001c3bf4c75982e8cd69c1ba137fd54b36448d5d7789a953 2,311 1.00/1.00 vMB 129
508,394 508,394 0000000000000000000a3990115d525644e99617729a81522bcf6f0afc88f1e2 2,197 1.00/1.00 vMB 112
508,393 508,393 0000000000000000000fd34fc8933e836d33c97a0fe2234aa498fdfd62e72d85 1,842 1.00/1.00 vMB 71
508,392 508,392 000000000000000000400606a29f5f7721c038b2532381abacd908a8ee0a320a 2,472 1.00/1.00 vMB 181
508,391 508,391 00000000000000000031dd43c5ec379678f2cd4715b947c4d583cabea1709677 358 1.00/1.00 vMB 18
508,390 508,390 000000000000000000079eebe89f5e65a05b96506f479280999530b3afeb3a61 1,898 1.00/1.00 vMB 69
508,389 508,389 0000000000000000000437bc96317d4671ca0576aab8bab6e5b7868ab810b103 1,843 1.00/1.00 vMB 89
508,388 508,388 0000000000000000001baa79f100c18f37cb5565f70520f71f1aee50f24019ef 1,824 1.00/1.00 vMB 46
508,387 508,387 000000000000000000174d502b0c2790517d471070d062f5b3c1cbeefeaa641a 2,713 1.00/1.00 vMB 179
508,386 508,386 000000000000000000139fa01850b9ad68d9492672801a9a9a371cdffebabbc6 2,797 1.00/1.00 vMB 167
508,385 508,385 00000000000000000012d030a548a0dd2f98a6b1fa116d855ca7bb7c0c9196f8 1,220 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.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: 637.34 GB
    • Received: 12.42 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.