Loading Tool

Explorer IconExplorer

Memory Pool

76,923 transactions
28.71 vMB
0.07603252 BTC
Random Selection Loading Transactions
Max Size: 173.72/200 MB

Candidate Block

Mining Attempt cad5e018f69b08c4b3d9f8410cc3a4f49c6d5c3ef20007d38ca488339edb8c28
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root f9d7fc547e0bcef603bbe45de84b990bd23b50e824cdd7509663bf738b54e5c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,984
Size: 1.00 vMB
Total Fees: 0.01642970 BTC
Feerates: 150.93 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (316,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,584 598,584 00000000000000000013d3355e273a9eda722d24084cb31f9541f94555722df0 81 0.02/1.00 vMB 39
598,583 598,583 0000000000000000000f43f557792aeba729eb1429b55b11429f6ee8b7e02c49 569 0.60/1.00 vMB 2
598,582 598,582 00000000000000000012891529120d1f5c5c6c2067d795a991a18529107e842e 2,772 1.00/1.00 vMB 14
598,581 598,581 00000000000000000015eee76cbb9456bf18c379012fa76352b37d19e7d5faf9 2,612 1.00/1.00 vMB 11
598,580 598,580 000000000000000000123b900c36e42edf02687deaa360a398983de8ec9cabd3 2,767 1.00/1.00 vMB 25
598,579 598,579 0000000000000000000db2f19e0ff129efc0aa1a4ac6b7c83b73d98f83f6ef93 2,564 1.00/1.00 vMB 21
598,578 598,578 00000000000000000000e24bd1baf68d6e2fc79f2ed611d1037fd42ba35e2edd 2,627 1.00/1.00 vMB 12
598,577 598,577 0000000000000000000a6e553843537dec7854987337ba8d77c7ebba85992065 2,696 1.00/1.00 vMB 26
598,576 598,576 00000000000000000014bb2bddad4d5044c32b6cda7d36d2e8e1b63b7af6df61 2,860 1.00/1.00 vMB 55
598,575 598,575 0000000000000000000682164224dc4979662b3824ccad634d52f1bd1a232b00 1,991 1.00/1.00 vMB 4
598,574 598,574 0000000000000000000cae93eed97fa5b634aa62d352bc11c74f3e50460aa95e 2,924 1.00/1.00 vMB 37
598,573 598,573 0000000000000000000c922fb2204082ebe2710ecc7568719e4173d75c5ad2c6 64 0.02/1.00 vMB 39
598,572 598,572 00000000000000000000b81f9a74a4bc2337b5999fc59392b4479498a0891a24 1,956 0.65/1.00 vMB 19
598,571 598,571 00000000000000000007c5c2495672cf1390d3310bebac06f8aacdcc6b8f91f8 2,778 1.00/1.00 vMB 27
598,570 598,570 0000000000000000000592083e58bfac0cf8f817b188a6e734848fbb4a2aea23 803 0.25/1.00 vMB 27
598,569 598,569 00000000000000000010fff8e3848da6c9562b51e1f7f60cdc3b2f0bee682c2e 1,962 0.72/1.00 vMB 15
598,568 598,568 00000000000000000007921e272695cdad62ed2a15111d412c879769e05c4553 1,816 0.57/1.00 vMB 21
598,567 598,567 00000000000000000003e1f000a959d67dd0b0886fa2c1db1d8dea8bfe389695 2,962 0.93/1.00 vMB 18
598,566 598,566 0000000000000000000f03ea9481a016ca5940c2fd6891ee380b04dd2ab4d010 2,678 1.00/1.00 vMB 21
598,565 598,565 000000000000000000005ea310d7c82000f53f33a0b0df4fe49370fd3c91e6bd 61 0.03/1.00 vMB 23
598,564 598,564 0000000000000000000bc48f2463a63811ba7cd7d146b465d9ee84f44dae4ec9 448 0.13/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.