Loading Tool

Explorer IconExplorer

Memory Pool

78,204 transactions
29.41 vMB
0.07278220 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 2ce3cf5038e5ff2547e0eb8ffdc3bd5d3c21b8e8626e5aec6202c9f3332c1a78
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 22d6133c4db57a31225aee5bf45732d351df0610e54b64bc952b9db76c6a20dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,022
Size: 1.00 vMB
Total Fees: 0.01112497 BTC
Feerates: 25.13 > 1.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (259,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,436 655,436 000000000000000000060c8f31ef9d4cb480b668aa5d38e491c6f7a8b999bb8b 2,152 1.00/1.00 vMB 89
655,435 655,435 0000000000000000000558676026e11c14cb1549fdb391b495530a23bbe3c97a 2,367 1.00/1.00 vMB 126
655,434 655,434 0000000000000000000f08120ccf777c063ec2cfdc617916f3e7cc676a9bd7a9 2,396 1.00/1.00 vMB 166
655,433 655,433 0000000000000000000cbf74013bd5d62d4e5c63474a8f5bddc932459ab0f275 2,146 1.00/1.00 vMB 81
655,432 655,432 00000000000000000002341857a119967f7e07282b4399be27be3b940205e908 2,286 1.00/1.00 vMB 66
655,431 655,431 0000000000000000000bb42b8874b2833610735c3d3b52050c740f1647dfa16b 2,789 1.00/1.00 vMB 95
655,430 655,430 000000000000000000086d19bf072ee54508091ac1e75dba3c9a1ebac08184df 2,155 1.00/1.00 vMB 309
655,429 655,429 00000000000000000003c70d9d42ee9104ecffcb04634ced3365c10f263a4e81 2,410 1.00/1.00 vMB 194
655,428 655,428 0000000000000000000e8713b31fe15984779df9b9cdf885415b8edda89e73eb 2,429 1.00/1.00 vMB 89
655,427 655,427 0000000000000000000c549883929eabf8fdc8de7974f0673e4675b3bc48c848 2,162 1.00/1.00 vMB 169
655,426 655,426 0000000000000000000602fa20b6c8fcf4652c18399358d382da3d0ddb70449e 2,655 1.00/1.00 vMB 44
655,425 655,425 00000000000000000007dbf875b6dfbc41f67449a2654a01840c4040a278c385 2,286 1.00/1.00 vMB 193
655,424 655,424 0000000000000000000a8bf601df0831f76046492da4c890a2ff22597e0a4339 2,855 1.00/1.00 vMB 70
655,423 655,423 000000000000000000026796a8d629bae07ae6d8efeee0c70ec70deb8181a559 2,656 1.00/1.00 vMB 143
655,422 655,422 0000000000000000000fe136e79488790f69d416e66833a99abdbe19fecf84fe 2,431 1.00/1.00 vMB 246
655,421 655,421 0000000000000000000cfd4428c1d2aec75442b37cc3c898c1204290bb965c9c 2,407 1.00/1.00 vMB 305
655,420 655,420 0000000000000000000a9ebb43f6d8bfe80e6096ad1e63652bd7ecf175984d7f 2,439 1.00/1.00 vMB 322
655,419 655,419 000000000000000000007b77e51af0e14dcf0621c35e0fe553fda1c859414c37 2,406 1.00/1.00 vMB 29
655,418 655,418 00000000000000000009655cd983683a84099156f0c40c9a5dadb4e2067ea471 2,791 1.00/1.00 vMB 57
655,417 655,417 000000000000000000076bf1fea1feb6c45c919fe3927e3cdd97410e6f7c3d2a 2,428 1.00/1.00 vMB 187
655,416 655,416 00000000000000000005bd768d8080e627027a1e0b68359e82b849d484a6b5e9 2,274 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.