Loading Tool

Explorer IconExplorer

Memory Pool

77,270 transactions
28.65 vMB
0.09043718 BTC
Random Selection Loading Transactions
Max Size: 173.81/200 MB

Candidate Block

Mining Attempt 6bd92d6e996c8b9950823eec89f0b9d7749b5067d90824da88f297a604451e46
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 7f5367e1a7e4da7d600b61aa407d507fcd6ae91d3e86f14c681b7a68c6b2c050
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,035
Size: 1.00 vMB
Total Fees: 0.02433653 BTC
Feerates: 402.60 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (476,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,972 438,972 000000000000000001b447ccd9723e49e3f14b2b12b52808b0f9b09279147efd 627 0.28/1.00 vMB 60
438,971 438,971 0000000000000000010a1ee968ce8860e616c8ecdbb269eecf285b893730474b 37 0.03/1.00 vMB 37
438,970 438,970 0000000000000000013df83a428187a220c13c7005bde0a372ca4fa0dbaec14a 449 0.23/1.00 vMB 47
438,969 438,969 0000000000000000030ecba428960a37ba77fad27b8b4f37bf849155bcea4dd2 1,412 0.65/1.00 vMB 52
438,968 438,968 000000000000000003adb1c5a907fc7e5bc4ebc55a4452a6bc916860b4d66b02 2,083 1.00/1.00 vMB 72
438,967 438,967 000000000000000000e78fda425036d1c55705f6cb8085a9d558c2033505c06f 872 0.67/1.00 vMB 39
438,966 438,966 000000000000000000fe28579095ee7344da1474dfb1392b8d7f354dc76b223d 684 0.75/1.00 vMB 35
438,965 438,965 0000000000000000043a8c468d9d1dec56498fbcb5c700cda2a55ca977113cfc 2,413 1.00/1.00 vMB 55
438,964 438,964 000000000000000002e4c99cab7205cc80da89b072513bfa46397ce97a386969 2,210 1.00/1.00 vMB 83
438,963 438,963 000000000000000002a51292608e268a39e27fff870f28d718d0dd516c87c037 1,545 0.65/1.00 vMB 66
438,962 438,962 0000000000000000019e370f17ec9709f8cf35a28a36202c83ced427d1f81a61 1,131 1.00/1.00 vMB 36
438,961 438,961 000000000000000002a7b637f933f7da8e4b8f5cb3c71b6795fad94e8bd374cb 2,362 1.00/1.00 vMB 74
438,960 438,960 0000000000000000002a9406562587d54b9aaa5be82e6253f87bcbd1aa2ee729 2,775 1.00/1.00 vMB 79
438,959 438,959 00000000000000000194fdae273f703b96b71366b8a6dfe4e8c1e472986f439d 567 0.72/1.00 vMB 22
438,958 438,958 000000000000000001e7cfb1e05f72c45eeac134b03e3cfc3d0215c570e7f657 2,089 1.00/1.00 vMB 52
438,957 438,957 000000000000000000d9b26ed24e8e8165e90971d1953c65134abbe5e0b076a4 2,298 1.00/1.00 vMB 80
438,956 438,956 00000000000000000311eba06825e0db24f85c96869f9c338f2ebe3722fb0030 1,690 0.96/1.00 vMB 51
438,955 438,955 000000000000000000663bd105f74507909e7c0d1f45b4e9e49bb634351b53d3 2,243 1.00/1.00 vMB 64
438,954 438,954 00000000000000000450adc5cd2425c009a35ac2cd1c261c2685cb253c1fde0d 1,962 0.93/1.00 vMB 59
438,953 438,953 000000000000000002178e33b8cdc311a0dfab46fb97284fde83102c40207a69 2,197 1.00/1.00 vMB 64
438,952 438,952 00000000000000000393fb2217c6b578440ad5691079e1e0a91741b25f82c7a5 1,753 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.