Loading Tool

Explorer IconExplorer

Memory Pool

35,219 transactions
25.92 vMB
0.06834410 BTC
Random Selection Loading Transactions
Max Size: 131.71/200 MB

Candidate Block

Mining Attempt 4fba1bb8bf0aa6fdfdd3f904679eb5d64f48f0370808c4f6a0f80da11fe256ad
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root e50dda87571f27d74de0ff69180bb092d4e4e0e5b29064f6374c3af55cfb3cd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.02077308 BTC
Feerates: 250.88 > 2.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (848,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,863 65,863 00000000034b24eb975d5ef7039df2313818fc81c61df9f39e9d7d6d60484850 2 0.00/1.00 vMB 0
65,862 65,862 00000000077fa44970d020dabb260313d64f2835a6dea7ec6629031bb45f0d35 3 0.00/1.00 vMB 0
65,861 65,861 000000000825ae1ddaf1304250328aafa8493013e4709d2c91e4734bf564337c 2 0.00/1.00 vMB 0
65,860 65,860 00000000059c3a75b638886cd462f895fc81d46f2dcc484f52fe621a0a1c05fb 2 0.00/1.00 vMB 0
65,859 65,859 00000000068a91d7acd249fe666317d1f234aff187a1e499af891e78434eea2a 3 0.00/1.00 vMB 0
65,858 65,858 00000000057c1e38298c82c901bc5ab5fd31c687820f59ac0688553404ef5c75 4 0.00/1.00 vMB 0
65,857 65,857 0000000001a22fa83e4b4e93af466a02a8798f0eb0a73b4c3f7938b73403b96a 3 0.00/1.00 vMB 0
65,856 65,856 000000000305f3ee97aa133eeb1ca8bb656e52308de950de404b25f325b82445 1 0.00/1.00 vMB 0
65,855 65,855 0000000004e4037ed06b47aca8a0131424fc8783c12d160af56ce48b79aa49ce 1 0.00/1.00 vMB 0
65,854 65,854 000000000062cfcc4cbd40f4bc02c2816662a48c099bba1cf05fdffc0a66ee44 1 0.00/1.00 vMB 0
65,853 65,853 0000000005fc666ab51520048a348cbc16a26fc2ae0d0b03c0b4de00791d3e85 3 0.00/1.00 vMB 0
65,852 65,852 000000000a2687b90bf53ba9729217b443746025fef9658f31f76becff47ef31 1 0.00/1.00 vMB 0
65,851 65,851 0000000009be707bfaf32742508b332a5acb2717add4a184c7da989174ff3248 7 0.00/1.00 vMB 0
65,850 65,850 000000000432642e1b34c9198a33b7606537a8685228de40e8b2b6a6cfb411b5 3 0.00/1.00 vMB 0
65,849 65,849 00000000005289d7142337c4c7a78367a0a408810ea578e9578b52ffaa8b45fe 1 0.00/1.00 vMB 0
65,848 65,848 0000000007f0dc5f59b21a4917c2980ee1d8d790305b72f08d240a24315f2fb8 1 0.00/1.00 vMB 0
65,847 65,847 0000000006e4c0d4a54d0862cad2d7fb12cfa205e9ebd416186da2b3159d4a0e 2 0.00/1.00 vMB 0
65,846 65,846 0000000008eefd95842b824d3d7cad02ee087d40e5757a109b9a30d8047d673c 9 0.00/1.00 vMB 0
65,845 65,845 0000000005b4a89f47bd8345c41648dde0c4b57050db69b6c24e2cfb5bc51de6 2 0.00/1.00 vMB 0
65,844 65,844 0000000002b971f9295b6f259e30f78f55042a8a8b8227569deade496cd82000 1 0.00/1.00 vMB 0
65,843 65,843 0000000006e71ba9837670f46574ecfdedf0e6efc8208159414010b78ae4b846 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.