Loading Tool

Explorer IconExplorer

Memory Pool

76,774 transactions
28.67 vMB
0.07449670 BTC
Random Selection Loading Transactions
Max Size: 173.48/200 MB

Candidate Block

Mining Attempt dc7765d331097f6f0a8e320389d2fbdddfa1d4b23ab25b71693b53e75b64f68a
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 8e75f015b9b04be4d581038fd7d2be1ad86b44ea18b2e9e1d6e7d2aab18cde07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,119
Size: 1.00 vMB
Total Fees: 0.01493636 BTC
Feerates: 150.93 > 1.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (151,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,330 763,330 000000000000000000016b4e0f47ac2b3dc0e95991298f7ad5a10f1d6268f0be 3,345 1.00/1.00 vMB 31
763,329 763,329 000000000000000000035e628eb24781d3729b02c8763dc3c5ac2b1dd98b8efb 1,918 1.00/1.00 vMB 24
763,328 763,328 000000000000000000052ff31e52a38bde464b38a3d3fc5562739767d849cfb7 306 1.00/1.00 vMB 14
763,327 763,327 000000000000000000023475677047b69e388dea476a3fbdd19f70bfeffe445c 1,791 1.00/1.00 vMB 23
763,326 763,326 00000000000000000004d0eb0bb4d2fb5c149ff290a5a50f6f3c5df85cfb94f7 297 1.00/1.00 vMB 14
763,325 763,325 00000000000000000002300ae4e3124610a3d0e6811d16f710b2821692dd75f6 924 0.99/1.00 vMB 14
763,324 763,324 00000000000000000004874ce16e6389e866514bc7dbd3b0bde6d244338c6379 3,105 1.00/1.00 vMB 20
763,323 763,323 000000000000000000065027bae51a12a063ba4c9667cd0b1e85e1326372c694 3,188 1.00/1.00 vMB 24
763,322 763,322 0000000000000000000587d4537ae3921857787f50ff0f5762afcc8b79266d1c 2,155 1.00/1.00 vMB 28
763,321 763,321 00000000000000000003dd848f09c389b50541ad87aa457f84f14a74b73bcca2 2,961 1.00/1.00 vMB 47
763,320 763,320 00000000000000000006d75d62eee53cc44acd89a8bd48f257819251d68d867a 2,328 1.00/1.00 vMB 23
763,319 763,319 000000000000000000036560f08beb3db42fa61849213a67c221c1030f7689cd 3,077 1.00/1.00 vMB 24
763,318 763,318 00000000000000000002c7addff05a1a0ec60ca4844f9e943c1d2d3d378eb4de 3,089 1.00/1.00 vMB 33
763,317 763,317 000000000000000000032b201ff76960342e83c047a602e7e026da69e253b1ba 2,748 1.00/1.00 vMB 23
763,316 763,316 00000000000000000005acc9aeda4112bf63f0db5e39004e65327df6cf0bfe50 2,896 1.00/1.00 vMB 34
763,315 763,315 00000000000000000000e13cf4a8ca24fed5d5aadc2f949d3172c5a251015323 3,151 1.00/1.00 vMB 21
763,314 763,314 0000000000000000000101fe0a2340b4881d9eb524cf201ca63fe3bafc36b8cb 2,428 1.00/1.00 vMB 23
763,313 763,313 0000000000000000000617d51ce062deb07ff1bd370e20e0b27c3a1d3bc723b3 3,483 1.00/1.00 vMB 35
763,312 763,312 0000000000000000000379d1cfeaea20f0cb7833792cfc5e04063c8fa5e4fc51 2,463 1.00/1.00 vMB 29
763,311 763,311 000000000000000000075781f7a70da7910b635840829c8c43deaf0453cf1ff4 3,197 1.00/1.00 vMB 27
763,310 763,310 000000000000000000008ac18fddf973afee8e16ece3a7c328f1d8c8c6a314ef 3,473 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.67 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.11 GB
    • Received: 16.39 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.