Loading Tool

Explorer IconExplorer

Memory Pool

77,341 transactions
29.50 vMB
0.07135621 BTC
Random Selection Loading Transactions
Max Size: 180.14/200 MB

Candidate Block

Mining Attempt 087c49d0df6d2d63be629b5887428c10969cf6dd0ce64e6166bc0de7c651e21e
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root 6509e63b07f46b351d9bdf26cecda4f484efa37b6c0aa5ee04a74a308c0fad21
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,108
Size: 1.00 vMB
Total Fees: 0.00635913 BTC
Feerates: 75.20 > 0.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (702,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,611 212,611 00000000000004ab2bbf61d810a7d2725fc2c7ea6562dac7d82af71f3d7a1390 621 0.20/1.00 vMB 237
212,610 212,610 00000000000002494ec9390ff0301689845a17753fe3c275c5365c6af416e3f9 135 0.08/1.00 vMB 144
212,609 212,609 00000000000001d0ad7fc4687a53bfd17dcdc41edce175ca5e33df447bab1854 11 0.00/1.00 vMB 185
212,608 212,608 00000000000003cb81eb1e345d5a555fcc86d8961b7f5da687d24dad8b8d6e67 419 0.22/1.00 vMB 101
212,607 212,607 000000000000000c2e8de0eeaa74cc5a8d8fa987e54378b310ee7840b5c19c9a 794 0.46/1.00 vMB 76
212,606 212,606 00000000000004a6602f09f4e4c15898a0845a8b00242aa382fa608e45bb59b1 250 0.14/1.00 vMB 129
212,605 212,605 000000000000016839f7e15210c34d6c6df35d7cdc7199a2206643039dfeeba3 250 0.10/1.00 vMB 185
212,604 212,604 00000000000001e0a77e50236c20d1e7d46a3ebc42a5eba6bc89141107fda7df 796 0.42/1.00 vMB 158
212,603 212,603 00000000000002e8d7fe8c35f7577c694c8d4210a5a3b2182606314aa378ed49 291 0.13/1.00 vMB 161
212,602 212,602 000000000000028258ec83fab93cc392f067d71ce30e1984baf7b67179402bfb 538 0.25/1.00 vMB 170
212,601 212,601 00000000000003c81d2051c6957fae2b8265b6175f203d4372899c90d9345f38 541 0.25/1.00 vMB 167
212,600 212,600 0000000000000477cd7b57c21142f99b1ae05630cebfdb3aedf48f693223e940 422 0.18/1.00 vMB 180
212,599 212,599 000000000000048a0b949a844c0ec3c4ac28912a5c933556b9f107fc74b44d92 1,007 0.40/1.00 vMB 176
212,598 212,598 00000000000000bf5f1b19acdb0d5c70bf31351ee359d4dc3120aba057c11d40 571 0.25/1.00 vMB 164
212,597 212,597 00000000000004cfadb50f4f0c4a2c821aaa08e5de4242203739b40ad3b64b39 149 0.05/1.00 vMB 261
212,596 212,596 000000000000030b772a7c4a4715a2c1518478801bdafea90fd996b2bdd81de9 546 0.23/1.00 vMB 191
212,595 212,595 000000000000003ef01264f2b6e79515eeb371dfa1b75d69390d92eec9279046 282 0.17/1.00 vMB 133
212,594 212,594 0000000000000028cb5fdc6358f10f30f41c83a7a8b77b012762bf3f07d0f58d 436 0.25/1.00 vMB 140
212,593 212,593 000000000000034f6453fc80138c82220d1d916cf19815001366b89785464275 882 0.25/1.00 vMB 246
212,592 212,592 000000000000044289b45dcbe85a3d2e63cf9e7db9616e0cbcb1ac170d9459e6 404 0.15/1.00 vMB 168
212,591 212,591 0000000000000329cdff3f657591350cb552bf8dab71d402d9edefad665ac60a 1,159 0.43/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.