Loading Tool

Explorer IconExplorer

Memory Pool

93,375 transactions
30.78 vMB
0.08783755 BTC
Random Selection Loading Transactions
Max Size: 190.93/200 MB

Candidate Block

Mining Attempt b2fa9d8ec2c819485d389c62280e2b26f04a222ce787db900710bd4dce52b235
Version 20000000
Previous Block 00000000000000000000592cbd258a30306b072cdd56b193aa5d698c613cca4b
Merkle Root 19cc18fee58b11f88721d11628ccdc9a77b3dbf6b766f0bd63d9cd65d77ac6e0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,438
Size: 1.00 vMB
Total Fees: 0.01623175 BTC
Feerates: 55.73 > 1.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,928 (878,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,613 37,613 000000000ba19c9cf59b102b4a94d3198969e6cdee5d5120264425d056e43f61 1 0.00/1.00 vMB 0
37,612 37,612 000000002a23cfb6b58ece67f79d4610a50f71cbc63b17776f54b518999a7d0b 1 0.00/1.00 vMB 0
37,611 37,611 00000000ac45ad6492ab55b5a5d489a1086df072dc6f35b3dc04fa955c9dbe78 1 0.00/1.00 vMB 0
37,610 37,610 000000001716a93cdee32db8f851fef9a72ac88c6afe83eea30f740b59c7d93f 1 0.00/1.00 vMB 0
37,609 37,609 00000000941a1d1cded848a9b3c66b86c96716b70a2924da140f19b8608b8eec 2 0.00/1.00 vMB 0
37,608 37,608 00000000b49b15777901d02d755bbff697efb74a35dabe6323451e7d752269b1 1 0.00/1.00 vMB 0
37,607 37,607 000000005d2e0d5cce4af55c91be859b808b452e80b340dff9ca35405d23ec73 1 0.00/1.00 vMB 0
37,606 37,606 0000000088cef48ad3f15c02f37c0036cf278c1cf4f5e0924ea818be70423d16 1 0.00/1.00 vMB 0
37,605 37,605 000000009a07797843cb955c122e07cc00a5bf96368f084605cda94e152557a9 1 0.00/1.00 vMB 0
37,604 37,604 000000006ff6411058459f9438c1008e752bc17e613620ed3241db568ce8e530 1 0.00/1.00 vMB 0
37,603 37,603 000000005614b6bc29b04c738dcfcf006f3e5d75c9c18f9b5b2fd15e7e80c72c 1 0.00/1.00 vMB 0
37,602 37,602 00000000a1ec73dc7ec8d12bbd50e276da371fc21bb166b9410e27df56be0ffc 1 0.00/1.00 vMB 0
37,601 37,601 000000007d658e9f826b78ffb178ba7abc98ae0e0a81b06f10c133a7d713b56a 1 0.00/1.00 vMB 0
37,600 37,600 0000000047ae527afea9696590a385d8ea0415d0f4aa8f233f64d5852fa3df88 1 0.00/1.00 vMB 0
37,599 37,599 000000004b46f26210fed420ee472b649db04aaac4ae31599c0f5b4ce6d52c09 1 0.00/1.00 vMB 0
37,598 37,598 00000000b4ba8e0fd122e850dbf45881bf0975656c2ebd800fccd8810ea43bb7 1 0.00/1.00 vMB 0
37,597 37,597 000000003386081a1fe1a3efd2106fa2bd3e231bf6c6c264bb55d986b1c48178 1 0.00/1.00 vMB 0
37,596 37,596 0000000022303e584d58150aa3b06b3b5943d8b6d514dc31e18b2a6d0f393c0f 1 0.00/1.00 vMB 0
37,595 37,595 000000008a7f6bbe1af4054c173124749c2802b1ab423c68070926dd986f485a 1 0.00/1.00 vMB 0
37,594 37,594 000000007766f8e56d334af5bc1be3b36b3094dc63bc558ddc724454a044eb2f 1 0.00/1.00 vMB 0
37,593 37,593 000000000c94e694f019d11cdb085b256231b25e054244c918ede452180684a2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.98 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: 798.89 GB
    • Received: 22.66 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.