Loading Tool

Explorer IconExplorer

Memory Pool

28,327 transactions
22.42 vMB
0.05168823 BTC
Random Selection Loading Transactions
Max Size: 117.70/200 MB

Candidate Block

Mining Attempt 8c7b901b619108f1db0024cbd5fd23e1c5029c2405a0a80f0a99cf65d2b54bf2
Version 20000000
Previous Block 000000000000000000011cc9685c985490a6e32ed27fd2f9b4b264ffa733263a
Merkle Root 40d22876bc8b67613a2dfaf1da9dca9dff77cf4a28e58ee71b79d2d909306f04
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,671
Size: 1.00 vMB
Total Fees: 0.01167248 BTC
Feerates: 65.15 > 1.17 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 918,508 (671,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,039 247,039 000000000000004d237b2f8da9760824745cada003f997a6261f359a0296ca6d 380 0.17/1.00 vMB 136
247,038 247,038 000000000000003532abe234550a240f09d9a30df95de8f0e50fec9d7d532596 25 0.01/1.00 vMB 39
247,037 247,037 0000000000000083db751930c39b45b6829138368f3a381cfff534d47b8dc1bb 290 0.13/1.00 vMB 141
247,036 247,036 000000000000003982201af15d45232c8742d9a237d9e893342dd4a8719c48a0 216 0.11/1.00 vMB 157
247,035 247,035 000000000000001152f5e4692f61a174c80fa0735fd6fc40f1ec0c4f1e8d8b60 512 0.16/1.00 vMB 103
247,034 247,034 000000000000004e4fedfeb40b97deed63b3b8921930b01eb91f36363151944c 296 0.13/1.00 vMB 129
247,033 247,033 0000000000000015c101f2f18f61a5a40d8d56b41584849119d2e0c80de4dbcf 412 0.18/1.00 vMB 135
247,032 247,032 00000000000000714e7bfd7cb2ccd186ec516f689f58705015fd6bd6bbf96427 268 0.12/1.00 vMB 56
247,031 247,031 000000000000001b103dff1e088b592c56c6a2addd5862f75ded4ddab0e41609 256 0.10/1.00 vMB 188
247,030 247,030 000000000000002a0c7382bda5c8c5c67742273afe20d1a4b754f8bfbe7cd91c 259 0.21/1.00 vMB 72
247,029 247,029 0000000000000086eb688b6b5970dd6595c6b61d3948ba1fe35dea2222d0c18a 688 0.35/1.00 vMB 113
247,028 247,028 0000000000000078443bc8cdd07dd6e0e2be90458f18d09d446e9110102b458d 228 0.07/1.00 vMB 35
247,027 247,027 00000000000000309bab4988038e9b893302e5fb9b2dd65d50e1dee22b2eb21d 387 0.16/1.00 vMB 145
247,026 247,026 00000000000000896558fbc7e8a197a0d8d3e0438f97dd85f711677bf1dd0115 19 0.01/1.00 vMB 214
247,025 247,025 000000000000009729d4add3c7d2f2aefe1b27de19c5e5a135b1a5595ff15bb3 65 0.03/1.00 vMB 140
247,024 247,024 000000000000006a2955dba98800d6ad7a5a0c4fceec1c3278e9f069f0828d80 323 0.13/1.00 vMB 133
247,023 247,023 00000000000000484f970a722c3e8819eb795f64eb9944bf5cbc51c72fbc90a7 20 0.01/1.00 vMB 82
247,022 247,022 000000000000007d5177374609a7a0d8c5db1467faf2f00080b150947053f774 366 0.16/1.00 vMB 150
247,021 247,021 00000000000000292961a11edcdd82aa5027e9468462ec509ba6f6233c2057f6 381 0.15/1.00 vMB 144
247,020 247,020 00000000000000900c3819e9018df7543a2ec79777f5d52cf9a78143f28fb3fa 208 0.08/1.00 vMB 147
247,019 247,019 000000000000006d6d0e0bc9bdb548a932a63d5788bea8d78a4b97e5ce0eeec1 102 0.06/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 788.45 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: 1,201.04 GB
    • Received: 42.73 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.