Loading Tool

Explorer IconExplorer

Memory Pool

28,182 transactions
9.36 vMB
0.09435431 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.28/200 MB

Candidate Block

Mining Attempt 24420f0fab24621cc7f8430d255317f10fce13abaa1adc8463adf7b9876debe1
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root ae7296bb93cfa56f23dcedadf06ae4a149c76ab5d5e0ae0c817ef7835924e0d8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,214
Size: 1.00 vMB
Total Fees: 0.02592031 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (747,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
165,658 165,658 0000000000000537eba349f9412473715856c18201d5ec66676905ee85641ae7 54 0.03 vMB 205
165,657 165,657 0000000000000933ebbd3e423e0362dc44115c721b2dc66aad33f59b0b93d744 24 0.01 vMB 204
165,656 165,656 0000000000000357a3ac4d4822f71423ef83504b00dfde7d12d6fb39f4909176 89 0.05 vMB 50
165,655 165,655 000000000000063a6e3c14ab1203943aa9a7c99baae93c8b8f158fdffe5b28de 81 0.04 vMB 208
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: 72
    • Outgoing: 10
  • Data Transfer:
    • Sent: 24.00 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.