Loading Tool

Explorer IconExplorer

Memory Pool

48,341 transactions
22.97 vMB
0.13057484 BTC
Random Selection Loading Transactions
Max Size: 128.45/200 MB

Candidate Block

Mining Attempt 4f8ae5485e3238d8164e1ff05109fc23c6e125e505b4ed2fb0d0375b45c44410
Version 20000000
Previous Block 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8
Merkle Root aeb62ded52f8b57922b887a571cc25485b1d069aea41376c323e4e77b4a686f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,370
Size: 1.00 vMB
Total Fees: 0.05435174 BTC
Feerates: 192.68 > 5.45 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,093 (872,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,177 41,177 0000000019cdcd0533cfa98020e58989215142f4b95b31b9ca26c825c9e272ac 1 0.00/1.00 vMB 0
41,176 41,176 0000000001c65c181634ca6a6a42283ee84713520af65fba87e0c7c14968ab8a 1 0.00/1.00 vMB 0
41,175 41,175 00000000098e8882055dbd9ed8c3bafafc9f8bfc5b94ae7c8b681fcdf1ab00b7 1 0.00/1.00 vMB 0
41,174 41,174 0000000005349f58d14b6d85f35e1ca6a12a7f4e6d4d22006001f26f74129aa7 1 0.00/1.00 vMB 0
41,173 41,173 000000003cfa8694a355550f3f266314dc42f602e49bdd62703b26184cc0c4f6 1 0.00/1.00 vMB 0
41,172 41,172 000000002c4570bbf15b0673ea8670df332e800f992060757f546e0d88d513a2 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 780.76 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: 558.01 GB
    • Received: 7.10 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.