Loading Tool

Explorer IconExplorer

Memory Pool

25,523 transactions
27.05 vMB
0.05987561 BTC
Random Selection Loading Transactions
Max Size: 129.13/200 MB

Candidate Block

Mining Attempt 36002333ddae738f860bd7e5d3ad428392f018b16bf4627aea711240e69b4fbf
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root d664c7207189c284702860efdecb853ad736ef49d720ae6df2fc9d3447112054
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,159
Size: 1.00 vMB
Total Fees: 0.00897326 BTC
Feerates: 150.93 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (856,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,220 58,220 000000000b58b6c1b4a41b10e823c06c82884c12ebdf273b10f15289bfc432b0 1 0.00/1.00 vMB 0
58,219 58,219 000000000c48b264644f7e3615ae3552b4f33721e74fc36002e3c656d593ba6c 1 0.00/1.00 vMB 0
58,218 58,218 00000000132ddb4b33195c121307050a6a3405060cc6beeea927d377d4d7e4e6 1 0.00/1.00 vMB 0
58,217 58,217 000000000f128a59afe0c7f69625bdc4468a6b7adf2513f17f639b2bec8aea9d 1 0.00/1.00 vMB 0
58,216 58,216 000000000af096fa92db0c4a88caf3fab7c0795bcd43f666f2e752c3df3d576d 1 0.00/1.00 vMB 0
58,215 58,215 0000000009f2a5d7942e987d096cd2701deb08162a56cfaf59ac0dc8a076312f 1 0.00/1.00 vMB 0
58,214 58,214 000000000780b93727cb4ce0463e669a8bec25fa6cfa41c466b7d111ef17c101 1 0.00/1.00 vMB 0
58,213 58,213 000000000ac06e694417c1f3a932df25404b8b21f7d6c5b2b0d60bd9acc1b04d 1 0.00/1.00 vMB 0
58,212 58,212 000000000a5f05e6ae0091e542f4aedf72af441c9644c1736bdb9768bfae0631 1 0.00/1.00 vMB 0
58,211 58,211 0000000009e7515975c20a282d3ffc90b45ed9684adc1a67af236e4d3715b291 1 0.00/1.00 vMB 0
58,210 58,210 000000000721cc0e50f5d623b031307d865fd1ce47ba9ee509317a77e45e72e7 1 0.00/1.00 vMB 0
58,209 58,209 000000001069cd5d883094ea6942540d6d78489478f9987611e57337afc9f836 1 0.00/1.00 vMB 0
58,208 58,208 00000000150761c643170ad4b425641924a7e789609d0b0f329f7e163a921d2d 1 0.00/1.00 vMB 0
58,207 58,207 000000000e00fd86be68f1e3050af87c43c9e82f4dead4d875e7495ee70ee6ed 1 0.00/1.00 vMB 0
58,206 58,206 000000001002372a54b6dd695d4d1c50839441a5ad6a4e42884ce19d2cd0b334 1 0.00/1.00 vMB 0
58,205 58,205 0000000010af2bb393b005c23e526b9c74fbee6d21d779ca5c08214579c494b3 1 0.00/1.00 vMB 0
58,204 58,204 000000000c0a58064804af85dab3bdb75472894795e282f18d275b7cb9bd1a30 1 0.00/1.00 vMB 0
58,203 58,203 0000000004847c1331dd175c5e277b6fbbdfb580c2584b2dd558fb86194a6ecc 1 0.00/1.00 vMB 0
58,202 58,202 00000000112a5837de296c2003e21aebff02ee180d059160a6c5a2b0e398842d 1 0.00/1.00 vMB 0
58,201 58,201 000000000f13607e5f9af5b15ef27602da15b52c071cd321f3c61bd9884010c4 1 0.00/1.00 vMB 0
58,200 58,200 000000000dc42a8642d3694e7b040b4edaed1394b29c9df835c0cbb194aabc0a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.03 GB
    • Received: 10.79 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.