Loading Tool

Explorer IconExplorer

Memory Pool

80,086 transactions
29.69 vMB
0.07187226 BTC
Random Selection Loading Transactions
Max Size: 178.94/200 MB

Candidate Block

Mining Attempt 05d8518b39c0fa05e1fc3e2e809dae3fa497b1fe0cef2e68070f2d1f0e9e2c1a
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 58a42bf2dadeabcf8ebcd7117a68cf3fe58e5763eb8dfac54affc677201f2aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.01146796 BTC
Feerates: 147.04 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (271,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,378 643,378 0000000000000000000d571bc17d9806290e0779ddfc3a700e386b3f47859424 2,712 1.00/1.00 vMB 120
643,377 643,377 000000000000000000057a1248d5444a2ca0a8e9cc22c7d5e2647587e75ee019 2,434 1.00/1.00 vMB 132
643,376 643,376 0000000000000000000de80a554a2cfe65138a054d89f8a442a30d2be7dbdd3b 2,364 1.00/1.00 vMB 147
643,375 643,375 0000000000000000000b6735d9806ef12cc11015ffef25a719766336eb871bc9 2,884 1.00/1.00 vMB 150
643,374 643,374 000000000000000000106344f50922ed7d582b9c21293db442b1c5f2cc4b48b9 1,901 1.00/1.00 vMB 30
643,373 643,373 00000000000000000000e68f0fb786c921b4c46faf9bead7d7239dd994c3f024 2,637 1.00/1.00 vMB 81
643,372 643,372 0000000000000000000d32426612c277114cca74dc971f825f735bac083644f4 1,445 1.00/1.00 vMB 27
643,371 643,371 0000000000000000000c01cc676c7680f2a1bea1af68f383c02aaef0660ff646 2,453 1.00/1.00 vMB 50
643,370 643,370 000000000000000000009f3711702caa34d54cfd908f3bc8a1795784a6e59d0f 2,647 1.00/1.00 vMB 80
643,369 643,369 000000000000000000060e123c16b05dfcfbbbb91a5cd70a97d70be016fc6796 1,420 1.00/1.00 vMB 41
643,368 643,368 00000000000000000000d432d08e8e302e6248619f12c37835b1225fb0944dbb 1,950 1.00/1.00 vMB 117
643,367 643,367 00000000000000000005a5f461b1e6b9a4c69b4e0aab539e1d1d62d6a6803d91 1,345 1.00/1.00 vMB 28
643,366 643,366 0000000000000000000cc89119670a1000132151066a268d3480dae424d00498 1,854 1.00/1.00 vMB 11
643,365 643,365 0000000000000000000d152008908ea423c0bf01fecf4d842f08d686c683eb3a 2,348 1.00/1.00 vMB 115
643,364 643,364 00000000000000000002821d91301157d3e62bab75d45647563e898c974dc48c 1,639 1.00/1.00 vMB 36
643,363 643,363 00000000000000000003c7e56ef24106806a4c4f9390999b8d512b1082ec8751 2,106 1.00/1.00 vMB 10
643,362 643,362 0000000000000000000d8b6196fad640ad7dccf517305ab2661551b385a98485 2,636 1.00/1.00 vMB 75
643,361 643,361 000000000000000000008ac06df7fda1236e2c8f4363c815fc922d4a6f7a3943 2,143 1.00/1.00 vMB 35
643,360 643,360 000000000000000000012fb2c2c6bdf910da06507f44fe09d2fe9aa7cd6681d1 2,650 1.00/1.00 vMB 42
643,359 643,359 00000000000000000001629424e51b53d1cf5fda81c08d43f6c56dfa820cc3ce 2,265 1.00/1.00 vMB 68
643,358 643,358 000000000000000000008b339dc207cf9edc9731c8c474710caac550132bdd06 2,669 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.36 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: 662.83 GB
    • Received: 14.88 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.