Loading Tool

Explorer IconExplorer

Memory Pool

75,568 transactions
27.93 vMB
0.08390931 BTC
Random Selection Loading Transactions
Max Size: 169.99/200 MB

Candidate Block

Mining Attempt eda1d42cda3cb95e9bc14d2e2085929a633a8190525ee3f6bd3f900ddd17ab42
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 627c4210675471d44db0bff20f88e340485da7effa29304600828f5e3975f97e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,769
Size: 1.00 vMB
Total Fees: 0.02384733 BTC
Feerates: 100.21 > 2.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (265,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,691 649,691 00000000000000000002dccbfa871d7c51b5f4d7eda2141165e3f02f9f3399e2 2,328 1.00/1.00 vMB 15
649,690 649,690 0000000000000000000ceb706adf2c4aead66e6c0cb1371228397ca3e5c3c86a 2,576 1.00/1.00 vMB 14
649,689 649,689 00000000000000000005de50cb2a775cb7c191826a73569f094514737e2a7ffa 2,546 1.00/1.00 vMB 54
649,688 649,688 0000000000000000000b45589ecb63e823d0d850939964e17a6b188cdfba4e4b 2,819 1.00/1.00 vMB 40
649,687 649,687 0000000000000000000704ddcf0632bc8ec52fd4dfb9a56e8620b098edc04a4f 2,497 1.00/1.00 vMB 23
649,686 649,686 0000000000000000000cb1fd651454a622e10eb81813b13c99933174c61dad79 3,062 1.00/1.00 vMB 70
649,685 649,685 0000000000000000000a2ab8afe23e9d6621a84b77dc075e0f9cac529c1ec135 1,917 1.00/1.00 vMB 21
649,684 649,684 0000000000000000000c472151a5c5b31af3542f032223209b8fb541871e62d2 2,379 1.00/1.00 vMB 44
649,683 649,683 0000000000000000000b1563a3f0feb476f74515eb6aa463d7920eaa9a341ffa 2,932 1.00/1.00 vMB 74
649,682 649,682 00000000000000000002b07f692cc58fa672eb507fbc1e50826c4c5836beb5d1 2,216 1.00/1.00 vMB 37
649,681 649,681 000000000000000000080d9dfc00869c22f1026eb81e876bc8006676d3c123a1 2,052 1.00/1.00 vMB 29
649,680 649,680 000000000000000000047bf78c072f7474ee52ce5f4b2e8f333984b7ecdbbd46 2,347 1.00/1.00 vMB 57
649,679 649,679 0000000000000000000aaa3b49900f4678f2a0ed9aaacb7f07c2eda17746ede5 2,384 1.00/1.00 vMB 37
649,678 649,678 00000000000000000006313984bcd054f5e719ac5bca32e2cfb76ebc4126359f 2,466 1.00/1.00 vMB 58
649,677 649,677 0000000000000000000da473887ac27571467713ec185907068b6adf796c1d3c 2,626 1.00/1.00 vMB 87
649,676 649,676 0000000000000000000e33cd2f33c7558c833d363a3e813586d46ff901138fd5 2,896 1.00/1.00 vMB 84
649,675 649,675 0000000000000000000e78a21bf3b9ecd3ee0648ddfad7843033a99ad7d6eb9a 2,696 1.00/1.00 vMB 64
649,674 649,674 00000000000000000002713949e1273551a2d6821a5258a0be2c15eab181fd2a 2,404 1.00/1.00 vMB 78
649,673 649,673 000000000000000000079d4075435d093ddb697603c886fa43ef182fc8920fbf 2,108 1.00/1.00 vMB 43
649,672 649,672 000000000000000000032532c972f88a7c9e47d1d129b676590d4549c57eb58c 2,220 1.00/1.00 vMB 34
649,671 649,671 00000000000000000001db55c335b69a8d151dd902caa7fdeaf06b38bf789cff 2,731 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.