Loading Tool

Explorer IconExplorer

Memory Pool

78,269 transactions
29.43 vMB
0.07609315 BTC
Random Selection Loading Transactions
Max Size: 177.78/200 MB

Candidate Block

Mining Attempt 7a472d430070589f97fb394d764134f59df8ce1c3cfcb671bfaaea9330cdad8b
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ef45f197b3e8787f02c4e0c2287d29e9d8aeec344b39cbeadb60fbe65ba8d69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.01268371 BTC
Feerates: 15.32 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (446,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,109 469,109 000000000000000000c1e6e055fa8b1183f5124756e8e94f0ae1fab79d88290c 2,394 0.99/1.00 vMB 379
469,108 469,108 00000000000000000129405dd847edc4c91e0105d7fa6636775c1b4d62e43bce 2,483 1.00/1.00 vMB 443
469,107 469,107 000000000000000000de9061392dde6f4d83adf934b3fca28d2cf0fadba0ae6d 310 1.00/1.00 vMB 95
469,106 469,106 000000000000000001cbd6f5e3210bb44649bcc64a9ecf7bf239427146d7d9c8 2,152 0.99/1.00 vMB 413
469,105 469,105 000000000000000001cc880ce19c025ed5ac5c0803783de4e6a7080eae4fc156 2,248 1.00/1.00 vMB 380
469,104 469,104 00000000000000000057685afd27b0e6c556daa764a8d317cb03c6f7fbc8316e 1,719 1.00/1.00 vMB 332
469,103 469,103 000000000000000000220d3e15fb9fc60d94c087ee22c4d8065ca21791d9aca1 2,171 0.99/1.00 vMB 448
469,102 469,102 00000000000000000155cff633057041082c8bf9fcf2466db94598618ceb55a0 2,739 1.00/1.00 vMB 422
469,101 469,101 000000000000000001546cd12da8d719a035d9afe84bef983df522f0401a5ec5 1,933 1.00/1.00 vMB 377
469,100 469,100 000000000000000000ea2040c5c0615d63e9032b5fe69cb85bafd08aea879994 1,900 1.00/1.00 vMB 329
469,099 469,099 000000000000000000ac54b7958b67ffc623671d11f3e35d962138fb37d6fce9 1,886 1.00/1.00 vMB 400
469,098 469,098 00000000000000000043089d0d05ecadbeb6d47d389300b7d6bedbd2d814fee6 1,689 0.99/1.00 vMB 305
469,097 469,097 0000000000000000000a02881a94e6aed18d9651abb3fdc1cd4b352da488e4e6 1,737 1.00/1.00 vMB 311
469,096 469,096 000000000000000001939dbf30cfa86d732360cb48897792902f6d8e043f2a6a 1,953 1.00/1.00 vMB 292
469,095 469,095 000000000000000000ca37f807128c776b7a92613f9a4e13fae4a011cff3c30f 2,165 1.00/1.00 vMB 316
469,094 469,094 00000000000000000100b46d7d70bc0a60e46986b59c5dfd3d6e1d92cb86d73c 2,154 1.00/1.00 vMB 424
469,093 469,093 0000000000000000011f5f0ac41f8fc82c6fe1359fdbb75eb94da55cc10128e9 2,507 1.00/1.00 vMB 313
469,092 469,092 000000000000000000f996c48885f44ab2ed2ed140c4183889eac8a48f6c9d11 2,216 1.00/1.00 vMB 365
469,091 469,091 000000000000000000efbdc780f4135566158389b7c5fb953673d8390e6faeea 1,911 1.00/1.00 vMB 354
469,090 469,090 00000000000000000136def9cbce879521ceff5cd28b0b3c59428a934f23e43f 2,265 1.00/1.00 vMB 475
469,089 469,089 00000000000000000089442a945c3de746e5aa7940ea811a3e63d40666ebda01 1,728 1.00/1.00 vMB 480
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.