Loading Tool

Explorer IconExplorer

Memory Pool

19,706 transactions
8.51 vMB
0.03598119 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.48/200 MB

Candidate Block

Mining Attempt a84cb8c35ebcb38c63d036a9f67ca9cc06d258ad2c41d59996c09ddfc3979bb3
Version 20000000
Previous Block 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a
Merkle Root 4f6bbd61027697af11020fecaef5efc66d8ab46eacc574367313c5ebb0eff8a9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,658
Size: 1.00 vMB
Total Fees: 0.01744390 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,410 (751,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,305 162,305 00000000000005d5312b6e84c22458333d44ec5308324df9db4c55e5d3b3de6a 16 0.01 vMB 19
162,304 162,304 00000000000003752502caf511824d970380ad62dbb92c892651bc30ac54c98d 1 0.00 vMB 0
162,303 162,303 00000000000006ea1517bb4eb6719a6236fa34b38df35442d3e1091c255192fb 122 0.05 vMB 195
162,302 162,302 000000000000022913c4461575d696604ade1b5e48fb20ab73d715b8cbb233e9 8 0.00 vMB 562
162,301 162,301 00000000000001996d701ce17af030a6afc4bff6d19c8d5ea541e7b6edc20f5a 13 0.01 vMB 179
162,300 162,300 00000000000007506819e280c866556dd908e2646c253823bb68592e02284528 63 0.02 vMB 1,412
162,299 162,299 000000000000077c40e64d1e0102b7fda233f49b010517df2146bac42d5488f0 9 0.01 vMB 9
162,298 162,298 0000000000000787506b4a43942cfc97146b4aee236aec8b7561313d4187b2ee 117 0.05 vMB 62
162,297 162,297 000000000000007b6f1753e0f141390d3484d5ea4ae313bb64371be127d03c4e 15 0.00 vMB 48
162,296 162,296 00000000000001b275e395c02677859426a96ba5c90d253939065120cec6d0c5 24 0.01 vMB 262
162,295 162,295 00000000000004d20a980bd5febd2a5de890bed04d7ffc08d54aff7f7904bad8 36 0.02 vMB 30
162,294 162,294 0000000000000d272842adf0f667e4482ef50166437e0b13f584bf2e11435abb 19 0.02 vMB 116
162,293 162,293 00000000000008d130aca8583586b03878307b8363c688651de748238f482799 59 0.02 vMB 19
162,292 162,292 00000000000004e97fa07891ac9dd877874f0df71a9d38f3c5245f31aa5a6f73 97 0.04 vMB 86
162,291 162,291 000000000000029b96dea8b8ccd894187d4c9094a3d41764bbdffd9303a5f5b4 14 0.01 vMB 144
162,290 162,290 000000000000025d10232cb45ec8a9f6d34d80a8085576dc1c1cb0751fc5af14 27 0.01 vMB 44
162,289 162,289 00000000000005970fa385ac445a25b2e4d20653502f198df11160ab52073267 14 0.01 vMB 32
162,288 162,288 00000000000005a2327fb322661905aba6871018d4d067a8bb33744beb60c7f5 6 0.02 vMB 1,045
162,287 162,287 0000000000000433ef973e5c6ee53b49c263017da31e11b848c989484be729bf 19 0.01 vMB 177
162,286 162,286 00000000000008071e5fe3fa82a9a200708846a2af364e631e2f1312fbdcbb52 12 0.00 vMB 15
162,285 162,285 0000000000000b910ee79e773473a0f3aa51a273828d54733e62bf0425f5504a 25 0.01 vMB 235
Previous 10 blocks ↓
Total Size: 779.58 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: 284.04 GB
    • Received: 1.13 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.