Loading Tool

Explorer IconExplorer

Memory Pool

50,049 transactions
29.78 vMB
0.11140194 BTC
Random Selection Loading Transactions
Max Size: 158.92/200 MB

Candidate Block

Mining Attempt d0bd37eb3ff38215563ec933cdd925f32b2c9c8d4e5f1f003d93ed2747a6b926
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 6b4f7f30544b61b129f79874b062b5207632f535d462ba76757b194fef505344
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,220
Size: 1.00 vMB
Total Fees: 0.04853520 BTC
Feerates: 301.60 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (407,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,486 507,486 00000000000000000065cfe74409e350483d15f5d629a0ef0b88fb7b5ca0cd24 1,013 1.00/1.00 vMB 44
507,485 507,485 000000000000000000268db7fbee01df98cfc03996b3a0bea7a694cab42a058e 695 1.00/1.00 vMB 50
507,484 507,484 0000000000000000000bdd5dd6650975fd38d9501dd3864f3da26a29ad7e81a0 1,023 1.00/1.00 vMB 58
507,483 507,483 00000000000000000031fc7c1ffc00ef9887d7061d5e6e3eae1e2ed4565b6eef 348 1.00/1.00 vMB 9
507,482 507,482 000000000000000000682b8b1bb7d73df27f66acb965e4744ed749d9c04a0773 2,013 0.75/1.00 vMB 112
507,481 507,481 0000000000000000004c9da0ba3b34aeed7a54b12078b4d293a96c15e8211eda 2,619 1.00/1.00 vMB 128
507,480 507,480 00000000000000000006464e80280d6b28fa349da7db19a59cbcaadb7c0c5d45 2,838 1.00/1.00 vMB 179
507,479 507,479 00000000000000000025c3b84052b18078b36ca518c0390be39f9c1eabeb047e 68 0.02/1.00 vMB 175
507,478 507,478 0000000000000000002db00c6f3dfa905c68cb7135aca120e9089395326f88e9 1,249 1.00/1.00 vMB 40
507,477 507,477 00000000000000000028be09e0ccd4309fd4499c95dee5a3b4466e7dc73febab 1,869 1.00/1.00 vMB 102
507,476 507,476 0000000000000000005dad9a377ed0d5cbe5e4311e47a1b9e4753e7b40d677de 2,616 1.00/1.00 vMB 180
507,475 507,475 000000000000000000014b4769bdca5f3f82f11ff1ab96f5faa3495e2b28dadd 630 1.00/1.00 vMB 34
507,474 507,474 00000000000000000011bb15547be5256182dd3561bb35f82baaf725c16f9aa1 1,109 1.00/1.00 vMB 74
507,473 507,473 0000000000000000006bfe602481057738d42d85dc914765044a60bd8ef12516 1,477 1.00/1.00 vMB 83
507,472 507,472 000000000000000000380256b578553f4dfa90c5f5a075f58a8cc8a172c559e1 1,485 1.00/1.00 vMB 90
507,471 507,471 00000000000000000052730db17931224477c9ca8f60f09063fa72db054c9018 1,736 1.00/1.00 vMB 76
507,470 507,470 0000000000000000002c1991c060d2528031284180abf3c8f7a7bb95d2cbb47d 3,396 1.00/1.00 vMB 198
507,469 507,469 0000000000000000002745aa1004d8b83bce178989d48f74d3c0cf0848621edf 3,143 1.00/1.00 vMB 182
507,468 507,468 0000000000000000003f3135a550b3cfc15ddc84b73fc3e35e4636293b7e5699 1,117 1.00/1.00 vMB 89
507,467 507,467 00000000000000000018fc0ab48ffffa14d7e5bca3c7308e473bc428e9e67b83 630 1.00/1.00 vMB 14
507,466 507,466 0000000000000000005e7693d8d0c8e7cc48f6b203bfead1dd442dadb2e8b8e7 2,055 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.