Loading Tool

Explorer IconExplorer

Memory Pool

43,759 transactions
26.36 vMB
0.05646847 BTC
Random Selection Loading Transactions
Max Size: 138.94/200 MB

Candidate Block

Mining Attempt 9287702f518d7a89b05e0648fee3ce7987d914a49031ced310504a5383df18c3
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root af633ae16e5a0b7de69a7f8185feb7da08cb3a217f0e8754f623b87a6427e695
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,696
Size: 1.00 vMB
Total Fees: 0.00821055 BTC
Feerates: 40.21 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (251,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,967 662,967 000000000000000000019fc271436ec9a059b5820cb36c658b37094ec78961d2 2,716 1.00/1.00 vMB 59
662,966 662,966 0000000000000000000432bc7859be42604da27831289b6118da3d3ba03b8f68 2,305 1.00/1.00 vMB 22
662,965 662,965 0000000000000000000a7efb1c56ff290b70ebc02ae574b01f8928592415400f 1,932 1.00/1.00 vMB 89
662,964 662,964 0000000000000000000419631a4d9ba7a6fd2f141bf768c5f8e5a7deaf63333f 2,665 1.00/1.00 vMB 86
662,963 662,963 00000000000000000001b594484f353a59abfa2cd0cbbfb3770d2f390c421ca4 1,354 1.00/1.00 vMB 16
662,962 662,962 0000000000000000000e4e3d8814903e600c86fdae259429a9097b1af816570e 2,598 1.00/1.00 vMB 29
662,961 662,961 0000000000000000000a647f62de8e84030ce3361f44ed3555d7f237864018a4 2,284 1.00/1.00 vMB 47
662,960 662,960 00000000000000000000be30e71bfc16fd33accf815ba5450ff82b60c8a1dcb3 2,694 1.00/1.00 vMB 56
662,959 662,959 00000000000000000003cd26eec6a6412a7db29ae05c2186b85d81f4569ac626 2,433 1.00/1.00 vMB 16
662,958 662,958 00000000000000000003227484d5d9dfc3a26626d3400f4c9b1470e6b32380d1 2,760 1.00/1.00 vMB 98
662,957 662,957 00000000000000000003320623d4bcb9d854fe146c6c00bfb69e466f545797f5 2,485 1.00/1.00 vMB 41
662,956 662,956 00000000000000000007e01b60602f3c156d22c44d4522684e05d088b3995a3b 2,344 1.00/1.00 vMB 55
662,955 662,955 0000000000000000000676ac830f2d5c1dfc687d594871e2f1b0e7e71bdcfb50 1,717 1.00/1.00 vMB 109
662,954 662,954 00000000000000000009f1cca1c3300d0d2cdd74056c1cfa17036c76a1bec9d4 2,188 1.00/1.00 vMB 31
662,953 662,953 0000000000000000000145d32d2c8240eab4742b5dcfed2ab28fd753f6b1527e 2,474 1.00/1.00 vMB 37
662,952 662,952 00000000000000000008022310732840f3129a1fdc8b201b9cbcfc52d1caf1e3 2,443 1.00/1.00 vMB 63
662,951 662,951 0000000000000000000abd8da947b7013c005188d4d9f2641d7397df4cda26f4 2,408 1.00/1.00 vMB 73
662,950 662,950 00000000000000000000e7b3917f87f1c2184bde6e475e22cd6830e440a0d847 2,381 1.00/1.00 vMB 68
662,949 662,949 0000000000000000000a181572f9424058e8b377d72bdf28d19232c9e3058675 2,459 1.00/1.00 vMB 40
662,948 662,948 0000000000000000000110ae6d538f69d220f43f866dbaa8643bd7e55864cdce 2,715 1.00/1.00 vMB 42
662,947 662,947 0000000000000000000a288bec884811a7fac58ebe0604908bd3b85bd1804f29 2,704 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.85 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.