Loading Tool

Explorer IconExplorer

Memory Pool

79,077 transactions
30.49 vMB
0.06929957 BTC
Random Selection Loading Transactions
Max Size: 184.94/200 MB

Candidate Block

Mining Attempt b0f14de6ef4426697d3bcc808cb9b7464e163892aaaa8c8e7b99b7eaf7f607d0
Version 20000000
Previous Block 00000000000000000000ea58206e4eff75b5d66645906505b921d60d4f38d2fb
Merkle Root e5f51eff5afe66a69fd284b38ff778a0841ad565a6bd668f817c73242a993751
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.00407564 BTC
Feerates: 40.21 > 0.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,178 (799,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,672 115,672 0000000000002008c3495ab7030165a2b904427887341ced29a39ba9e789d8a3 3 0.00/1.00 vMB 530
115,671 115,671 000000000000ea421992885ea07e89e06586fded2a003edaaf8aa8963566a55b 1 0.00/1.00 vMB 0
115,670 115,670 000000000000beaa438b2039aef6957747a0f80d0ef63e0a0a8c58ad532a6c52 6 0.00/1.00 vMB 0
115,669 115,669 00000000000008eb15f31d186d984c20493c4c83818bdf8aa13bc1bd914f1d4e 12 0.00/1.00 vMB 407
115,668 115,668 000000000000d7125e3753f27336d1f616744ddac3213802e27dc8cd527073f3 16 0.01/1.00 vMB 1,366
115,667 115,667 0000000000006bfaf41babca465639143523ecbf5302a47b7f85a2a42f75f254 4 0.00/1.00 vMB 0
115,666 115,666 000000000000a7c5fa1411a9d53b82bd4f077f210f99e5bbb0da4427b5d45ea9 1 0.00/1.00 vMB 0
115,665 115,665 000000000000a326f7eb92fcc94e9719a36bf4840379eaf72361e015ab3246e2 3 0.00/1.00 vMB 0
115,664 115,664 000000000000789bbd3aa3db7bc4dfaf8fd5461b3244e5adc1c8b510ebac0813 8 0.00/1.00 vMB 0
115,663 115,663 0000000000007882b070faf39994e921e5a6f1e184148b019423e375ef14e834 1 0.00/1.00 vMB 0
115,662 115,662 000000000000e5f1be5a93eefe4e8b67bdcaa5bc32bfee799eb787a8a7df38d6 10 0.00/1.00 vMB 627
115,661 115,661 000000000000a7f1c693ffae82743d9b91fb327bce740efb6e75b9fd8bd2c7f1 7 0.01/1.00 vMB 416
115,660 115,660 0000000000009bcabb85ba31bf827ecf2dfa3cc3ae39e395cf2a106bdd7e10c3 12 0.01/1.00 vMB 0
115,659 115,659 0000000000009cd78330d3ff17590ce2c0be76d5d771ce73add23596cfe85671 2 0.00/1.00 vMB 0
115,658 115,658 000000000000738d5a577a7b02e905814680d2b0f6c8c548140084236d2e2f74 10 0.00/1.00 vMB 357
115,657 115,657 0000000000002cf1eff8abc12b22ea2d47cdc06a6b7c72f4f8799a7a7d784619 7 0.01/1.00 vMB 881
115,656 115,656 0000000000000364ae254cffa16b7b2be2cb7f6290887bb9c508faea0ec808ef 18 0.00/1.00 vMB 1,657
115,655 115,655 00000000000001667ca95ff57da0eb43c0890a57c67fc6678253a056b4e07730 7 0.00/1.00 vMB 0
115,654 115,654 000000000000e3ba5dac100763b6d74a98838166b8de94da4ca4cdbdb4b13e7e 7 0.00/1.00 vMB 615
115,653 115,653 000000000000aa6ab1c98e8d638b1eff1faad92be640a0b096cd4a2cf3ca1506 12 0.00/1.00 vMB 1,203
115,652 115,652 0000000000003ec37fa5a0571995176c96ca96febcab187c152180acac7e6535 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.71 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: 697.54 GB
    • Received: 16.58 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.