Loading Tool

Explorer IconExplorer

Memory Pool

42,205 transactions
27.59 vMB
0.08701774 BTC
Random Selection Loading Transactions
Max Size: 142.73/200 MB

Candidate Block

Mining Attempt a059fa7f91d35b121897c40f73539b41175b255e66cf264752f3932925d455ff
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 92de4e3c18e2003b489217177194e8515b991f2c718a97c9d12ffb24e6eede40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 1.00 vMB
Total Fees: 0.03166697 BTC
Feerates: 144.55 > 3.17 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (475,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,399 439,399 00000000000000000140b693cc782ce49b9f804e71dad59829f911dada048dfd 2,150 1.00/1.00 vMB 94
439,398 439,398 0000000000000000002ab6e124dab875b5e7f5a05300eaa4a941b746559b0741 2,371 1.00/1.00 vMB 67
439,397 439,397 000000000000000003a9bd20fba1e0663752abd36dfbb23b835e01d137725b27 2,162 1.00/1.00 vMB 49
439,396 439,396 0000000000000000033ce02bd7b0903f924e7ffdd3d048a83ceb3e8033db0127 2,637 1.00/1.00 vMB 86
439,395 439,395 000000000000000001b408cbff7aac955c609514008c274b01b6ab6f6071d2d5 1,495 0.99/1.00 vMB 45
439,394 439,394 000000000000000001254cecd2dd0dbe232461bcad1bbb063078675460cd8d06 2,275 1.00/1.00 vMB 57
439,393 439,393 00000000000000000286c152cc7b340b3d14dfbb3c25405d577935c47e65ed71 2,619 1.00/1.00 vMB 76
439,392 439,392 000000000000000000e10aca1f156d255abf0655b024af4a6478b038524c8a13 2,640 1.00/1.00 vMB 82
439,391 439,391 000000000000000003f67151377f9f7dfd33798560092707e1a6dfa4030c28e9 2,278 1.00/1.00 vMB 65
439,390 439,390 000000000000000000762d500b2dfa8b00a9e126543b34dec19a7be61c4e19d4 1,838 1.00/1.00 vMB 71
439,389 439,389 0000000000000000002fd34495b1fac1c96d23f0068cf642664f1b84beabe0d8 297 0.32/1.00 vMB 15
439,388 439,388 0000000000000000040a56c4d11946a6f7c2a5bac22e3c04711fadf539a84c28 1,484 1.00/1.00 vMB 34
439,387 439,387 00000000000000000012ab54c66122b5e6d8657f886c0906b9942522b12ff334 1,596 1.00/1.00 vMB 41
439,386 439,386 000000000000000003ed9dc8c88d25fa9b4af66adadda81e600a7cc5b2b471ef 1,151 1.00/1.00 vMB 35
439,385 439,385 0000000000000000026076b1d35b2bbec32428096bf439087fb03f04fd96db24 1,632 1.00/1.00 vMB 41
439,384 439,384 000000000000000000cd2f3802f9fc9f42b45670a40b85f7a6000d3594ab93e0 1,707 1.00/1.00 vMB 58
439,383 439,383 0000000000000000005d4416162a680406c8dad562696de87f7acf2676a954cf 2,651 1.00/1.00 vMB 75
439,382 439,382 0000000000000000044232c5c54302f61f3ff88594b1006dd6c11b2ab149f376 1,869 1.00/1.00 vMB 44
439,381 439,381 0000000000000000008861f4d7ff1252b878e35a2d1dd7495c8b6f803ccd0c7c 2,270 1.00/1.00 vMB 56
439,380 439,380 0000000000000000001ec783b5ce5b143b8729cf9651ffe4d09fc911776e5490 2,363 1.00/1.00 vMB 71
439,379 439,379 000000000000000001076b7b6c0c52278866b5caa2f9871f844eadc8bb1cc157 2,585 0.99/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 781.79 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: 633.83 GB
    • Received: 12.21 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.