Loading Tool

Explorer IconExplorer

Memory Pool

78,180 transactions
29.35 vMB
0.06479731 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt 458ff66305e431639c1186fb6b3dbaea12dfe0995348030c82427a8138cad773
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root a227270835fafe6ebcf5df26c4648c1870c0bc572c78c28e92f5cd8c6ef5ccbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,091
Size: 1.00 vMB
Total Fees: 0.00526930 BTC
Feerates: 18.31 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (422,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,661 492,661 0000000000000000009688b83bc279c83f54c62b054bb45c9d4db79217fb74cf 1,350 1.00/1.00 vMB 97
492,660 492,660 000000000000000000958e0a3b6244c768a8c5b7a79f250319bae852ea8069bb 1,792 1.00/1.00 vMB 110
492,659 492,659 0000000000000000009c3e3c45e50cfa73af95fd28e06a6b9b5770fcd0b71ff0 2,462 0.92/1.00 vMB 163
492,658 492,658 0000000000000000008fd396aa9cd4c52c08d3141016e8ad96616b3993b1a515 1,686 1.00/1.00 vMB 77
492,657 492,657 00000000000000000011b5907c8f44b3c443ab67b92ca58e9da0cb443e3e341e 1,489 0.94/1.00 vMB 123
492,656 492,656 00000000000000000000a0862ae6f78915de6d060194609c1abb82a8850c5f29 2,217 1.00/1.00 vMB 240
492,655 492,655 000000000000000000b50e7a0ddb6afcc6c4d894815c416989e9b4f8533f77dd 2,206 1.00/1.00 vMB 170
492,654 492,654 00000000000000000099b68f53e00296c92dcf59fb79599c49848cd7262d0a45 2,355 1.00/1.00 vMB 251
492,653 492,653 000000000000000000134bd7bbb61e3bab11296edd0f4e58a7538ca79a1b63cb 2,558 1.00/1.00 vMB 262
492,652 492,652 0000000000000000001ebd780034a1f08a056c83242a2b3ce4cc1f5572caa684 2,439 1.00/1.00 vMB 233
492,651 492,651 0000000000000000003990c4ea1d0fc6e1c54966bfe2113159ffcae6938616a9 2,496 1.00/1.00 vMB 244
492,650 492,650 000000000000000000ab71c031a0210f195ff3af0e679a93759a27f1f2f83538 2,152 1.00/1.00 vMB 101
492,649 492,649 0000000000000000001d1a1c41c99622b37aeec7dac5abe25d7bcd54dbb208e1 1,825 1.00/1.00 vMB 127
492,648 492,648 00000000000000000037b0aa2cca71d6f0be89a3cd19b50b7af2afd484ca2a97 944 0.53/1.00 vMB 227
492,647 492,647 0000000000000000005871031169b72b5a4654fd114664d19043ef404730277c 2,303 1.00/1.00 vMB 103
492,646 492,646 00000000000000000059ba271c7c764b9dafc01b16a932c70d5c4f766257066e 2,397 1.00/1.00 vMB 157
492,645 492,645 000000000000000000a18a93a8997d64835bacd0fb73c8db1cdc16056bf35aba 2,300 0.95/1.00 vMB 231
492,644 492,644 0000000000000000001f7fc17945ed884a2e2e801be59b50c890414c32b17914 2,717 1.00/1.00 vMB 206
492,643 492,643 000000000000000000924c007a6ab6c27100a3c1a7c77d15fd458a2b0ad496a1 2,678 1.00/1.00 vMB 216
492,642 492,642 000000000000000000ac98266f63431f9d79ce7d3b250bbde104c2ca7fffbea5 2,619 1.00/1.00 vMB 240
492,641 492,641 000000000000000000853cc587a011f4e80d83db23c3bd509c1c3d541852b015 1,840 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.