Loading Tool

Explorer IconExplorer

Memory Pool

82,411 transactions
30.15 vMB
0.08726416 BTC
Random Selection Loading Transactions
Max Size: 182.12/200 MB

Candidate Block

Mining Attempt e35ae46ea61ca9e908aad2e61c3473cb6ad49ce44fbb5d0e31f2783e7d8bd78e
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root b2bcc12d8dc006bad15f7a651f5ed003c022cdf540243342c8fd44da3c978dc9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,196
Size: 1.00 vMB
Total Fees: 0.02535031 BTC
Feerates: 151.12 > 2.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (492,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,359 422,359 00000000000000000038591e1d35571776626f83c078a7e43cb4f081525fb8e4 2,123 1.00/1.00 vMB 120
422,358 422,358 000000000000000002d6993083a8cef0ccb16a6ca05b8d6f594a5370a3d9312f 2,478 1.00/1.00 vMB 81
422,357 422,357 0000000000000000009a299f5f5cfa58429db748614414984d8819cafd7fd95a 2,613 1.00/1.00 vMB 59
422,356 422,356 0000000000000000023609d6ca2711b55bae7be63ce3c7ba09bee00a62678b97 2,363 1.00/1.00 vMB 106
422,355 422,355 0000000000000000014fb9bfedd3fb880bc5fc8aec44547e54553b15b9b52552 2,531 1.00/1.00 vMB 67
422,354 422,354 00000000000000000409c93bd3ebf53d25233be7edc0ea541183365d6430cecb 2,483 1.00/1.00 vMB 92
422,353 422,353 00000000000000000037783fd9dbf063e3ec7f1c8b2516ecad56234f35f2b19c 2,432 1.00/1.00 vMB 63
422,352 422,352 0000000000000000026dd964de1693f43a75f242c4e8ae78f6f3eafeb314ec7f 2,580 1.00/1.00 vMB 95
422,351 422,351 000000000000000001156e4d7174c853bd3f456d4a05856db71914d508d03c72 2,671 1.00/1.00 vMB 102
422,350 422,350 00000000000000000384d530f7c5258cf999b2389ee6bd567ddb3d114909b556 2,199 1.00/1.00 vMB 49
422,349 422,349 0000000000000000029daea9f33c92e2bfb4de7cd9763d93624e110dc170aa98 2,338 0.92/1.00 vMB 62
422,348 422,348 0000000000000000014fd312577ee2ca539abc27923831f4b5ceb1609fbd1484 2,065 1.00/1.00 vMB 61
422,347 422,347 000000000000000003f837cc0d1166e481b1079669abcedc970258822accbfbf 1,426 0.71/1.00 vMB 49
422,346 422,346 0000000000000000017e931f9d2b8b4b22159f3ba357845ad47b6f160cea8ad3 1,301 1.00/1.00 vMB 31
422,345 422,345 000000000000000003ef4555a821c47f9c2f65fb6e6a576195e082e2bf6a9067 1,047 0.46/1.00 vMB 96
422,344 422,344 000000000000000000f9c80bf32ce2de20162db1af08d82da36fa53d2b1e9e7e 698 0.99/1.00 vMB 17
422,343 422,343 000000000000000002d878fc6ee4bc2ab35262bca7708b254f71f467c2eb5c1a 369 0.14/1.00 vMB 73
422,342 422,342 00000000000000000420317e9fdf861a0718ab352279547cdbd5f14d4099fbaa 1,316 0.99/1.00 vMB 23
422,341 422,341 000000000000000004acd56df81c5eb79f7d1cd1a1ebab27ab772846e32ffc76 1,693 1.00/1.00 vMB 73
422,340 422,340 0000000000000000025eac17dab259143c4ad6d2e620b193929d71b50ad187bb 2,253 1.00/1.00 vMB 60
422,339 422,339 000000000000000004b51c56928760c4faa0e94171371d7d20b9a399b9448870 2,577 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.33 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: 660.39 GB
    • Received: 14.71 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.