Loading Tool

Explorer IconExplorer

Memory Pool

65,708 transactions
21.64 vMB
0.08252529 BTC
Random Selection Loading Transactions
Max Size: 135.53/200 MB

Candidate Block

Mining Attempt c7d66e45870ad54e1e5f5a364803c2b7d249f08bf30c873f68644467a197a42f
Version 20000000
Previous Block 0000000000000000000121e9496b67fd2dc8e9de934b99f0fb0caaf6cc2752b1
Merkle Root 67ad5e5a63bedd88e6a7dfb6ae2c98849ea0c9d3e586404ed5894891054d347c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,955
Size: 1.00 vMB
Total Fees: 0.02480587 BTC
Feerates: 326.25 > 2.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,752 (654,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,296 261,296 000000000000000cb7e45074cafb17e17ecea980857ce8da9f34c1ce199f3a63 286 0.13/1.00 vMB 195
261,295 261,295 000000000000001b53aa2007bcb9d0810f3c317d9d444feb07f7b299adf1f8c6 183 0.07/1.00 vMB 76
261,294 261,294 0000000000000014c8e98577a96ebe7184e104b098df6fd2cad7acbd98d6b90a 300 0.13/1.00 vMB 98
261,293 261,293 0000000000000014c96d9e98643557389c6686171521ef1c8856930b3c8a42f4 541 0.25/1.00 vMB 103
261,292 261,292 000000000000001b47fa00424bea0111887f7ba09d5baa95612f3e17af36fe39 220 0.10/1.00 vMB 109
261,291 261,291 00000000000000168260cac6d7b25194d42f22815f88de69d06e7cf443123dcd 324 0.13/1.00 vMB 106
261,290 261,290 000000000000000913fe2f702ae92dc85a0752dbd9ab60cab9264859681342b8 274 0.12/1.00 vMB 78
261,289 261,289 0000000000000011d8f05f88fb212d3f3b9c04b8e358c7d13c1cd9f5404700c5 606 0.24/1.00 vMB 123
261,288 261,288 00000000000000003281dcd5d0481830c65c517d9cf23f4906dd7845c91210d9 43 0.02/1.00 vMB 96
261,287 261,287 000000000000001ba3267ba9c2b64068068a319f9ff1a782fcff3d1dad1f9b61 184 0.10/1.00 vMB 34
261,286 261,286 00000000000000169575b32c56b58cfe40d58ff01d0ce82a81436d6e54135bae 195 0.11/1.00 vMB 76
261,285 261,285 000000000000000b7fb3422a8ec26f7aca3cd6126fb8e426e5087f16abe086d4 370 0.22/1.00 vMB 99
261,284 261,284 00000000000000100be9d526ad66244c3c31d6f4d2512c870e5cf71a4f40ca50 349 0.18/1.00 vMB 105
261,283 261,283 0000000000000017dd4225307f94821550c6b40ddd1766ea6b35814c6e498d80 118 0.07/1.00 vMB 22
261,282 261,282 000000000000000ecdeef5dee710c03b38c6e8aabc5dd93a102f34d09f69f13e 470 0.25/1.00 vMB 101
261,281 261,281 000000000000000e7983cc97145e8230bca60c18f02f74c1404166b2e829dfb9 166 0.07/1.00 vMB 80
261,280 261,280 000000000000000463e48f7bd0a375b15c16741b224cdfdcdaa8b8d297b9390a 380 0.25/1.00 vMB 84
261,279 261,279 0000000000000007d62dc26c21de3d2997eeff97a15b357abe7ce5e25fe416ad 43 0.41/1.00 vMB 12
261,278 261,278 0000000000000000179df614e6cff9eae9efaef40fa6fcb7d03dfac0a5886ec6 358 0.21/1.00 vMB 101
261,277 261,277 000000000000000cb695bb0fd09f313a27e6c372e16c51d9e42c264f3eea8eb3 344 0.15/1.00 vMB 114
261,276 261,276 000000000000001c1881dd919fd17f11d2671905ae7bc67589ce669920bf138f 387 0.16/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 783.68 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: 777.68 GB
    • Received: 21.20 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.