Loading Tool

Explorer IconExplorer

Memory Pool

39,903 transactions
19.55 vMB
0.05150785 BTC
Random Selection Loading Transactions
Max Size: 108.88/200 MB

Candidate Block

Mining Attempt fc5427693692afbbb3c538b62fef7e8b99168b68fdfd2ada436d7bae2a2f3961
Version 20000000
Previous Block 000000000000000000018dfea523a08efde97d0baa6ce74524f912cdf4780010
Merkle Root 20fee452915111e8b7fb53ed865f3065af0faf154d9026800bc7eef1a054c80d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,261
Size: 1.00 vMB
Total Fees: 0.01338415 BTC
Feerates: 100.34 > 1.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,064 (872,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,171 41,171 000000002c68bf787d7eaf45649d235db74d26643294e1a26a49d82adefdd0c7 1 0.00/1.00 vMB 0
41,170 41,170 00000000505d21aa946fcd9b9aaa30076891072404bfda61052bdf791dc44407 1 0.00/1.00 vMB 0
41,169 41,169 00000000449accde0512a63b95af3be2ad14d0c49792b0ef2835d36cde86969d 1 0.00/1.00 vMB 0
41,168 41,168 0000000000b950ebddc104288c08b7f2b4e28ecd931e1ce69fb93b5a9cea2048 1 0.00/1.00 vMB 0
41,167 41,167 0000000062133b485c0b780c6dc6c41ee2f24d99ea96c1b2f86c41dc25fc69de 1 0.00/1.00 vMB 0
41,166 41,166 000000005956fd7bb0d3a23533aee66e77c39f998b826b89099cdfdff2393c2d 1 0.00/1.00 vMB 0
41,165 41,165 000000002ff4e28668f601d26fbaf799ed24751e0f91cd381f3fa1f8bf72b5f4 1 0.00/1.00 vMB 0
41,164 41,164 0000000056a6492054980cc9291b26a49de8c1de93030a69770935e34958af77 1 0.00/1.00 vMB 0
41,163 41,163 000000004ce3bb19c73f7178fad78e0c6fbcc37504e058696772deee501f4adf 1 0.00/1.00 vMB 0
41,162 41,162 000000001f74a6caba496cf880ae4c5cbc0aefbac79a83957405893b719c73a5 1 0.00/1.00 vMB 0
41,161 41,161 0000000034e0ba0846d706888e6b89c8aa83831aa19c86b7cccbe8f8f89debe0 1 0.00/1.00 vMB 0
41,160 41,160 00000000074506849f8b497b267a25f96205ae7efa8a5c76bb7da5c6d1bbb53e 1 0.00/1.00 vMB 0
41,159 41,159 0000000058e60d0f4c44412b1dd1a92886e9bfbe7aeedb3e9c72e9f5191bc4b9 1 0.00/1.00 vMB 0
41,158 41,158 0000000030fe9ecfb574ba96e7707d81653dccceb267d5d9df87a0ada9c40ce7 1 0.00/1.00 vMB 0
41,157 41,157 00000000328463bce5a27ad48160e0f738a16a4c79bec89adb831b4372b105cb 1 0.00/1.00 vMB 0
41,156 41,156 00000000008a86d26c1b481ffa53fb79a9391ffad2d8e140e1e785a7803ff69e 1 0.00/1.00 vMB 0
41,155 41,155 000000005feea34f60e1b8798fbcffbbf08e594930501dd2777f7b05863549fa 1 0.00/1.00 vMB 0
41,154 41,154 000000000a6a8a72801b87097049e7e34c4103c6be5f01ae9791376e66b68fef 1 0.00/1.00 vMB 0
41,153 41,153 0000000049bcea453f1a816b4b528ea22e351510702e644fb8777dd17703a5a5 1 0.00/1.00 vMB 0
41,152 41,152 000000005311349b9de955886dfd48278c34dc9a43af70b49816605a9079592d 1 0.00/1.00 vMB 0
41,151 41,151 000000000b4cd0a6685c28f76c120e3643d450e2ea9ee7e555fce1a15ef3ad98 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.83 GB
    • Received: 6.81 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.