Loading Tool

Explorer IconExplorer

Memory Pool

75,151 transactions
27.75 vMB
0.07706296 BTC
Random Selection Loading Transactions
Max Size: 169.43/200 MB

Candidate Block

Mining Attempt b05b129a51e9b854a217d1797c0337bf5dcc82412c9c440e082cf698c690a690
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 3ef860e816e84dc4631bca12905b17e7505d3f73ade54ccfc029065521f1063f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,199
Size: 1.00 vMB
Total Fees: 0.01757404 BTC
Feerates: 100.53 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (811,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,439 103,439 000000000000a80e72592ae2defc14eaf6167537930e38ad5a6421822c629c44 22 0.01/1.00 vMB 0
103,438 103,438 00000000000359b454944cd3e0f24d47ae15d1255af7eb68531a53109a3c615b 1 0.00/1.00 vMB 0
103,437 103,437 000000000001fff123e91ecd6f2b4f403a10c33f5c86b74839d5a7a859f8fd50 1 0.00/1.00 vMB 0
103,436 103,436 000000000002a9c28a2c156a7d40529b4fa57e74b138888f619d7bbca70aad84 3 0.00/1.00 vMB 0
103,435 103,435 0000000000026f87707417a94866de37233a5c3a1bbea85f06f1d3d5c195f73b 12 0.00/1.00 vMB 0
103,434 103,434 000000000000f0ece5f3a47d67bd21b4366b0d09a8e2f1f54f6833c104f44778 18 0.00/1.00 vMB 0
103,433 103,433 000000000000728234f6bd22cfc3f36c68a86b62be67bc8436cb3ded23119884 1 0.00/1.00 vMB 0
103,432 103,432 000000000000784dd9b4d4287a36d5db4f97ab1b7cf26595f7b81921acb47348 1 0.00/1.00 vMB 0
103,431 103,431 0000000000026706d12eeef754fbc2b4c8b50f6400f10e6d691601f5688bb7d6 1 0.00/1.00 vMB 0
103,430 103,430 000000000002796195243ac25ebab35c9ca619d3618e4ed5fc8dc9c8061e9e85 1 0.00/1.00 vMB 0
103,429 103,429 0000000000007b11c0586aa4e36d3a6eaca5eac5d8440ec9137cedda37ef54ab 1 0.00/1.00 vMB 0
103,428 103,428 000000000001f741f0742d1a4993e55e653be4bc4b7ed3d4109ac58e18941489 3 0.00/1.00 vMB 0
103,427 103,427 000000000002f5583f71a4ea279dae66664fb20a8dc59afd17496ae25bf2c7c3 2 0.00/1.00 vMB 0
103,426 103,426 0000000000023708e428c0db0ff88cb7181cb50f1874deafc939b4b09f4cab89 11 0.00/1.00 vMB 0
103,425 103,425 000000000000adaab29dbecbfd411c68a2883ddd4dd8bea02a9ce97d70c71aa9 21 0.01/1.00 vMB 0
103,424 103,424 000000000000cba9f4926f9328de41e499d3dd35423742151f4ef70db9d2bae9 1 0.00/1.00 vMB 0
103,423 103,423 000000000000523dae01d49e24904ab2431c38cbd399dfd8dc1328c43f729bfc 4 0.00/1.00 vMB 0
103,422 103,422 000000000002dd5132b173c3999a10a1094755df3f9a3eb77607e9a776664411 1 0.00/1.00 vMB 0
103,421 103,421 00000000000289ab7485843edf01665463d9fe8ee9e3a3d8dd1a1520fda365db 2 0.00/1.00 vMB 0
103,420 103,420 00000000000108aa2cd2c41201aecc203ec7371ae34969ca30a004f27c3f1492 1 0.00/1.00 vMB 0
103,419 103,419 000000000002ab62a491a86fa4ff0e80bf98cd3337bb538405ef0f89a20767bc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.