Loading Tool

Explorer IconExplorer

Memory Pool

35,827 transactions
27.77 vMB
0.06217491 BTC
Random Selection Loading Transactions
Max Size: 139.77/200 MB

Candidate Block

Mining Attempt f982ae0f15d393606d9daf25c063a11ef7e0273db5e12f6dc99832cfa304cdd8
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 354a587e70ccefae18f893ef8635592138346c697b07613a8ea1738aaad0752f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,463
Size: 1.00 vMB
Total Fees: 0.00928251 BTC
Feerates: 100.17 > 0.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (439,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,479 475,479 000000000000000000b3cc44dfa41d3a3640e7958b2cf4f671ecdd8fbce8e279 1,228 1.00/1.00 vMB 35
475,478 475,478 000000000000000000cfbe648b5705cded220e7e1a85d6a7915daf99fd2dbaaf 596 1.00/1.00 vMB 126
475,477 475,477 000000000000000000cda42a8d85fd5458efddaa3fe2b37468aa7078788bae96 180 1.00/1.00 vMB 151
475,476 475,476 0000000000000000005c32987179e3635fc801e41a0391f0ec5509450cc8f145 1,465 0.73/1.00 vMB 100
475,475 475,475 00000000000000000012c8d4c88f95605b25fdb94d796236cef2790aff44756b 2,407 1.00/1.00 vMB 228
475,474 475,474 000000000000000000fbbb57fbfd9158c1ccdce58e2dbc7c16384515ab820af3 757 0.57/1.00 vMB 82
475,473 475,473 0000000000000000005b6506bbf41c8bc6153d06c9da2441a27c6e746f536be6 515 1.00/1.00 vMB 20
475,472 475,472 000000000000000000b8ae6543aef1184af6fb469f6f5ecb866bd7d29eafa2d5 2,177 1.00/1.00 vMB 126
475,471 475,471 000000000000000001674c93c155f850b4f20e5ab4feace6f9c665bed2727bed 286 0.11/1.00 vMB 203
475,470 475,470 00000000000000000057f92c2854d66e9f123ab03c205d0a6e300b9b879b4b4c 1,017 1.00/1.00 vMB 91
475,469 475,469 00000000000000000169012d11a0aae3603fe55957d763750fbd7de90855cddf 1,581 1.00/1.00 vMB 112
475,468 475,468 00000000000000000168fd7eb89783405d7dd7c9eaa4ca11d4fba2a8dd40e1f5 1,399 1.00/1.00 vMB 45
475,467 475,467 00000000000000000043828cd7d376b3a471573c56dd97b7faf96c17d2780929 1,593 1.00/1.00 vMB 74
475,466 475,466 000000000000000000c3119b71b62f86b7a5e4b7def38bc8c4ee17351733d0e4 1 0.00/1.00 vMB 0
475,465 475,465 0000000000000000014535582d41dc90a20a5481debab1d3aad86f0520a6158c 2,232 1.00/1.00 vMB 58
475,464 475,464 00000000000000000108c20e0ea6f2017bcc718e26e6700b645c068d38ab2b37 2,565 1.00/1.00 vMB 83
475,463 475,463 000000000000000000a456800d6b231455200e54bf27dfd4f7ffa06b7e3fd6c8 2,358 1.00/1.00 vMB 56
475,462 475,462 000000000000000000c7d110599a10109fa2a83514c138a498cbc40b63e88d29 1,635 1.00/1.00 vMB 198
475,461 475,461 0000000000000000011d487f8906424fdc3494428486a80ceaaec68c4ea960fa 2,389 1.00/1.00 vMB 169
475,460 475,460 00000000000000000122c5cac7ba8d85d5df847dfd8296b986cd028a1d9f9362 2,136 0.99/1.00 vMB 170
475,459 475,459 00000000000000000064b837bf55055cf84e51c1c9b313475ebed23c8d602521 2,104 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 781.68 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: 628.33 GB
    • Received: 11.79 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.