Loading Tool

Explorer IconExplorer

Memory Pool

42,638 transactions
26.83 vMB
0.06635374 BTC
Random Selection Loading Transactions
Max Size: 140.83/200 MB

Candidate Block

Mining Attempt 4d753e1cde9fdf77730e2a10c666f5ded414b5137e7e4bc86b3be0106fea9bf4
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 8bf917204bb1da02b4af38549fd3407be5572089a781516fae6a520546d24221
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,885
Size: 1.00 vMB
Total Fees: 0.01665197 BTC
Feerates: 181.54 > 1.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (303,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,360 611,360 00000000000000000012c49b4e88ee187fc2345e1b1e7760a4169bef163ba75b 140 0.05/1.00 vMB 7
611,359 611,359 00000000000000000001915c8938d404909d5e5de7554746ea8402b65061bab7 1,501 0.53/1.00 vMB 11
611,358 611,358 0000000000000000001262adacb9c4ceb4021f5217867af92ad30ed27acc60ba 2,597 1.00/1.00 vMB 7
611,357 611,357 0000000000000000000b7a8ad12d2536b7a3f71051523b3f8972b4ddec27840f 3,469 1.00/1.00 vMB 13
611,356 611,356 0000000000000000000c309a692b9497c8f96b5e4cbcd99932b5f3d0129f09fe 617 0.16/1.00 vMB 11
611,355 611,355 00000000000000000005b066f84c61ca1f9a76680059b3bc7b8c725c04aa2d7b 253 0.15/1.00 vMB 23
611,354 611,354 00000000000000000005e6561441e4b11d0d9fa8d0810dfce5c9aea96fa58d05 986 0.25/1.00 vMB 12
611,353 611,353 0000000000000000001088d0d1991094933b98b80eed412c4d52acd3ef9c2b51 586 0.20/1.00 vMB 36
611,352 611,352 000000000000000000109ce6e00316b488c3af96e7ce19c83744c6b100003c42 2,285 0.71/1.00 vMB 12
611,351 611,351 000000000000000000008f70f7939d028a0d6720bb34d73f159f5dbe5b2a651c 1,266 0.33/1.00 vMB 3
611,350 611,350 000000000000000000115a0440b9b54075a30a9afe86aac17789b9b03d3a7462 3,383 1.00/1.00 vMB 12
611,349 611,349 000000000000000000131432367abc1f89253fadeea4d5180052a3b5635dbf95 2,096 0.85/1.00 vMB 8
611,348 611,348 00000000000000000005a31babad005186e923dc0c5ec784914b2c0b35985644 2,398 0.66/1.00 vMB 8
611,347 611,347 0000000000000000000a6b21229d835660c0d75032b831d8d467af1efe7b9661 403 0.11/1.00 vMB 7
611,346 611,346 0000000000000000000b7b8a2b7302c978dcbef023f651fb41b0ba4dff88e72b 740 0.22/1.00 vMB 9
611,345 611,345 0000000000000000000a801b8e2ad7a4e3f4327d42e7682cc1b031b4714c9109 1,412 0.39/1.00 vMB 8
611,344 611,344 0000000000000000000438ba3c8b468caef4bf70ce7f6c5865d02e0265dbc2bc 2,671 0.83/1.00 vMB 6
611,343 611,343 000000000000000000039ac95b36a51d8547e5524f3a1b071ccabc4f4acb78d6 2,956 1.00/1.00 vMB 17
611,342 611,342 00000000000000000008a27dab36c44dc4a58b504a1e56445c685b37c1df559e 533 0.17/1.00 vMB 7
611,341 611,341 00000000000000000006a6340846302a6cfe2071107241d155e0bd4141db9728 1,231 0.29/1.00 vMB 7
611,340 611,340 000000000000000000026a3fc1ddbb108fc47a7cd6e796d98e99503f0676756f 1,964 0.54/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.