Loading Tool

Explorer IconExplorer

Memory Pool

79,768 transactions
30.16 vMB
0.08278265 BTC
Random Selection Loading Transactions
Max Size: 183.99/200 MB

Candidate Block

Mining Attempt 9a386eb6185940cc39e3392a77d8373e7e68641829396e9c30fb7a4477ed1008
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 15ca14ef85151cec9eb392d367e2269914c5a51463fcf14aa189f5db4b87991f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,057
Size: 1.00 vMB
Total Fees: 0.01542805 BTC
Feerates: 200.89 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (265,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
649,670 649,670 0000000000000000000d53f0abf9775be81e6cfa8f4f8a7bf7733d65cdc4835d 2,612 1.00/1.00 vMB 55
649,669 649,669 0000000000000000000019486f1e414b2a6551ade83419d3970a9745826c4bed 2,454 1.00/1.00 vMB 101
649,668 649,668 0000000000000000000da15c30a2389ef19bde07b81627c0b31fc75ea22b2349 2,583 1.00/1.00 vMB 50
649,667 649,667 0000000000000000000bb1f28f0a5bb76b81048d57bd3b3ffd7bac8a3c013d26 2,811 1.00/1.00 vMB 68
649,666 649,666 00000000000000000005aa3bc28c26fac7aca5cb3a555391beadb50507302876 2,262 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 783.05 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: 720.58 GB
    • Received: 18.20 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.