Loading Tool

Explorer IconExplorer

Memory Pool

79,165 transactions
29.31 vMB
0.09745200 BTC
Random Selection Loading Transactions
Max Size: 177.19/200 MB

Candidate Block

Mining Attempt 4371098abe62c14399c761a5b00e649d711d428fb5e8f74e794e279d3e691718
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 1151500ce9b67e5a764a21db210c2daec92300d66b07925bf350ac56f71f7be8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,302
Size: 1.00 vMB
Total Fees: 0.03522159 BTC
Feerates: 150.62 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (349,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,307 565,307 0000000000000000001a6c42bb415c1ffd22c1a06ae93cde6106e3ae3c5d962b 2,446 1.00/1.00 vMB 32
565,306 565,306 0000000000000000001d4ae07040240093439286621659cacee748aa25d6d90a 2,487 1.00/1.00 vMB 37
565,305 565,305 0000000000000000000f6eb3e71ba0843f31450e4ad171ece82568f1bc27e3b6 1,469 0.53/1.00 vMB 10
565,304 565,304 00000000000000000004c9cc32ea93152ceefc781f9e5b7c247b988476552ec5 3,062 1.00/1.00 vMB 10
565,303 565,303 0000000000000000000151340f25d2cf3f01997ad9a1bd3e02aac39dbf3c2181 3,139 1.00/1.00 vMB 11
565,302 565,302 0000000000000000001064693273a726d89606afb3745745cf65c8cf09fcf396 3,109 1.00/1.00 vMB 20
565,301 565,301 00000000000000000012adac758dfb3a5112c9d470ca8dbc3f44b5abcc027605 3,158 1.00/1.00 vMB 14
565,300 565,300 000000000000000000233850de199e26382e7db39fea98fef24c0ac54c117fe6 2,246 0.74/1.00 vMB 5
565,299 565,299 00000000000000000022096593aa9550269de627a428959cc5cfe131bdc7fc63 3,229 1.00/1.00 vMB 19
565,298 565,298 0000000000000000002a03dcf1f1954b64cd6a318c63e11f6322a575a73cc148 2,983 0.99/1.00 vMB 8
565,297 565,297 00000000000000000008de35e4724e00eebe7d1df113a4ba52a04560816ad8bd 2,620 1.00/1.00 vMB 11
565,296 565,296 0000000000000000000484594dd73161ff0084b5f20f1a3286068115bc283972 3,159 1.00/1.00 vMB 12
565,295 565,295 00000000000000000015f6d9022cbb49db887f80f3b42a933778a1e75b6b39a9 2,657 1.00/1.00 vMB 8
565,294 565,294 0000000000000000000cea9b3c87e94c8a37cfc365702365703b06839891e20b 1,369 1.00/1.00 vMB 8
565,293 565,293 0000000000000000000770da606bdd9f13b545ac7504d63752c92442b55217ce 2,535 1.00/1.00 vMB 17
565,292 565,292 00000000000000000021900a096722302d1ebf0f5dff3f5bfb817040f5516a13 3,030 1.00/1.00 vMB 19
565,291 565,291 00000000000000000025a56a9e52ed5748624b9213557e7763bdabc7018afcb5 1 0.00/1.00 vMB 0
565,290 565,290 0000000000000000002b46a6b86dd7a42ad23c7c17f4c5e6e7718eb2270aae91 3,228 1.00/1.00 vMB 5
565,289 565,289 0000000000000000000bcb5ec40907ee6b6a49322b19e534c5f1c855855531e7 2,075 1.00/1.00 vMB 27
565,288 565,288 0000000000000000002ca661a07284e5904435228a16ce4e49e6f0735cb10d1a 1,761 1.00/1.00 vMB 35
565,287 565,287 000000000000000000253e8e02ab3f22e4a107a0d7f00c77f99b3d12569b8ad2 1,592 0.66/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.