Loading Tool

Explorer IconExplorer

Memory Pool

28,448 transactions
9.46 vMB
0.09791190 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.85/200 MB

Candidate Block

Mining Attempt daed62de707a03c2dc44ebcaefe392bcd20f1a900fe5bb3f0e4ebb1321a838b4
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root 1e23426400d1393fb56cad609f05fba5bf2642a940f61f1d87515974ba65812d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,287
Size: 1.00 vMB
Total Fees: 0.02744883 BTC
Median Feerate: 3.07 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (747,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,679 165,679 00000000000001073f9f8abe1c67e18f61a107ea7cb62e4dc2b772722d04550f 12 0.00 vMB 373
165,678 165,678 0000000000000a30dfe1c5649c7f20256bd48412bb2945b60efc326790b32e5f 54 0.03 vMB 35
165,677 165,677 0000000000000276cdc25ed9a14522b155dcdcaac153b51dafacb5547a8b343a 45 0.03 vMB 473
165,676 165,676 0000000000000b4e966533f02c5f22f4ae33cee807c65df050d4795f1c7c5998 110 0.03 vMB 52
165,675 165,675 00000000000009a5fee0a84f6c2784daaa85e8dc6d54ffe629195789892e6ccd 51 0.02 vMB 252
165,674 165,674 000000000000002d61f9eb473435e8a292d7027985e5192e67593e77e9ec8289 85 0.03 vMB 172
165,673 165,673 0000000000000be837d76d3846027311b45e2805d6a924c74faf10758ba2a1fc 7 0.00 vMB 66
165,672 165,672 00000000000000cb50183983092418117e188627e5a87b329ea181359ce622d2 1 0.00 vMB 0
165,671 165,671 0000000000000a6138fef7153d3779d7ce723605b0e6889157b3f5a657d05173 35 0.01 vMB 34
165,670 165,670 000000000000054f5544f89ea41aa7786316af8a1892ae53fe007c82b4cdaab5 25 0.01 vMB 356
165,669 165,669 0000000000000a248a558010689bdad49f336458577d7ab9b63e6b24d1eaa171 12 0.00 vMB 76
165,668 165,668 000000000000024d0cb5cd95b34db7ce3db23816e7789dc205ca747968574642 34 0.01 vMB 102
165,667 165,667 00000000000001cb526d6118b1a9012e61919531969fb0792c4b3f4b363a0a33 57 0.02 vMB 164
165,666 165,666 00000000000009d58abc6896795b38e18085f64c62137c1692f5d8a6756930d9 13 0.01 vMB 46
165,665 165,665 0000000000000a510fac993d02949e31c349bf6bd496bca4b13c90117b695ed8 7 0.00 vMB 23
165,664 165,664 000000000000050c2af1c112cc13862c0313836a7dc7c9d92825a8d9023bb33b 11 0.00 vMB 0
165,663 165,663 00000000000009a7debafb7924ee636296c3c68e4c4f592931b328b37c8602f9 46 0.03 vMB 57
165,662 165,662 000000000000048ace38bda1042181778449ebfdc3fe04b1b12dbe8bf3a0958c 7 0.00 vMB 380
165,661 165,661 00000000000006b0146763012f6ed044c007313b49036673356a6249f9be8eb1 12 0.00 vMB 350
165,660 165,660 000000000000019a95b4688b82129c87cef2bcadf01d8e33492920da4acb74d6 45 0.02 vMB 300
165,659 165,659 00000000000004ab86a8cbc2bfc4e807f6314e8b6bf30f902ab2d2374d547947 159 0.05 vMB 43
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 69
    • Outgoing: 10
  • Data Transfer:
    • Sent: 24.01 GB
    • Received: 0.48 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.