Loading Tool

Explorer IconExplorer

Memory Pool

78,895 transactions
29.09 vMB
0.08265521 BTC
Random Selection Loading Transactions
Max Size: 176.38/200 MB

Candidate Block

Mining Attempt 6a8b404341f3d1fef7ea0c24fbf9248a030cc513627bb5fce35aa62d73ab5442
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root bcea0bf10f0f27fc476d4604acef492ca4b91700d6193eb419d91df04344bf39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,745
Size: 1.00 vMB
Total Fees: 0.02199899 BTC
Feerates: 146.36 > 2.20 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (232,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,452 682,452 00000000000000000006b44e79bdd32ee614ff8a90b4fa85a4250b4efbbe5dc9 2,544 1.00/1.00 vMB 24
682,451 682,451 0000000000000000000d61d32c72ae1a5b8ddd5c9461d7fc0dba1635d1d6d005 2,442 1.00/1.00 vMB 55
682,450 682,450 00000000000000000008f1a8d9ffc1a2be3b443e47f9a5aebb55203d8cd60813 2,181 1.00/1.00 vMB 69
682,449 682,449 00000000000000000008aeee413afe3a73a71ad89eeb1d41f2ae81506f6ce88d 3,117 1.00/1.00 vMB 91
682,448 682,448 00000000000000000007185c4f779be36ebb8c481e42a9b4f8dc4c0570fc0fbd 1,462 1.00/1.00 vMB 44
682,447 682,447 000000000000000000012882851146eac1f19793e0d079028626a0b459fbe883 1,310 1.00/1.00 vMB 65
682,446 682,446 00000000000000000009e3632775562fc7e4fa4b3c1f147fb5325db56b54b0b4 2,369 1.00/1.00 vMB 78
682,445 682,445 000000000000000000063c9f87bd2dc75977174e00cc34e3e2961a0c353fba1a 2,553 1.00/1.00 vMB 68
682,444 682,444 0000000000000000000424b1c3753145932d14c62b60e5337814baf41fa49372 1,861 1.00/1.00 vMB 81
682,443 682,443 0000000000000000000863811b5eb5de0caaaf271d2c51fce92a58308926abe4 3,202 1.00/1.00 vMB 112
682,442 682,442 0000000000000000000980c22560e22c19d9ef9de7e44b1042761757d702b9e3 2,033 1.00/1.00 vMB 92
682,441 682,441 00000000000000000006cbd804fd56b282dc3d7358513d228b61ef50a5def682 999 1.00/1.00 vMB 97
682,440 682,440 00000000000000000000e81f689dd5e530702bf8f5ef522a124a9730a37d90c4 1,202 1.00/1.00 vMB 94
682,439 682,439 0000000000000000000399711edca6603b9dd6e2aac96ac7a52589b2c179ab09 1,908 1.00/1.00 vMB 44
682,438 682,438 000000000000000000031e120ce38991ebea5fadfeb4deb09f5f06471c7a0ab4 2,642 1.00/1.00 vMB 37
682,437 682,437 000000000000000000084f10e0092341d54f6b6ec4a9044bd9333e6f05242773 2,132 1.00/1.00 vMB 65
682,436 682,436 0000000000000000000994ddaa2d4150d32422699f34574f29d6cd1cb9fa1f8e 1 0.00/1.00 vMB 0
682,435 682,435 000000000000000000055ec279a61d3897ec84c56fb32f1adf43ef1db35c09e0 2,083 1.00/1.00 vMB 53
682,434 682,434 00000000000000000008bbacd8eba3e52b21f3b3ccdc8344ee6afa73f3ba614a 2,553 1.00/1.00 vMB 76
682,433 682,433 0000000000000000000da3753abd6270ed7fb62ceee104fb8d08d4b599a19f06 1,684 1.00/1.00 vMB 48
682,432 682,432 0000000000000000000b26efaa01bc452bd36cf36f4c8b7dc985cb26decab072 2,102 1.00/1.00 vMB 95
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.25 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.