Loading Tool

Explorer IconExplorer

Memory Pool

21,539 transactions
10.51 vMB
0.02970160 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.33/200 MB

Candidate Block

Mining Attempt cadf4f61a1a2b0da5bda8b3b40ee129e84e22ce3f45552adcc8936c396f7feb6
Version 20000000
Previous Block 0000000000000000000195a68104ee529d5b0348ec84e5cd57be7531ca14ebf7
Merkle Root 5cc5364c9e4d25921b87476528f2764c3178350f94cc81679a80fd1f2d7f803f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,137
Size: 1.00 vMB
Total Fees: 0.01245187 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,571 (835,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,564 78,564 00000000002c660127cc3f39dfb8d9d8b572d61df9414dd4ad431f278682fb68 1 0.00/1.00 vMB 0
78,563 78,563 000000000027a30274d7af4d6e2c5b53e1443e01eba2b498829d4cd85641035e 1 0.00/1.00 vMB 0
78,562 78,562 000000000031913bff4a900cd8896ae93cd88720008f02717d7b4451dbdf7cdc 1 0.00/1.00 vMB 0
78,561 78,561 00000000000174324088b55c01181cfa967b3fc7e5b6c296f6894e81c97e4b95 2 0.00/1.00 vMB 0
78,560 78,560 00000000002991ed665974b84716fc050500b903f434f6d465eca878f48cdbf9 1 0.00/1.00 vMB 0
78,559 78,559 000000000014203b306e16efaf81a4cd0b7624b8830cdefe8255d26eecc13f14 2 0.00/1.00 vMB 0
78,558 78,558 00000000004dc55abde7dbd91f391bd41ac598005e359a9c3de3f1275a57f5d3 1 0.00/1.00 vMB 0
78,557 78,557 0000000000390b819f29be2967e8773ba0bbb852caf72b4f7cb67ef30ccc156f 1 0.00/1.00 vMB 0
78,556 78,556 00000000004c8bacedfb5ee475a3b8409030141a44e11f630884833bb79b9540 2 0.00/1.00 vMB 0
78,555 78,555 00000000004dbc7ef8130692d6ed6cb98c61a3f4bb491e02917712810cb6e5ce 1 0.00/1.00 vMB 0
78,554 78,554 000000000041093e5a5b005a19057e515675eb53373fd2fe44aa5a383f74deb0 3 0.00/1.00 vMB 0
78,553 78,553 000000000026a3b3589a49e962508dbff6cb4a65e98b6c6cb629ef70fe7be4f4 1 0.00/1.00 vMB 0
78,552 78,552 0000000000567ab6f9d0e6b049b3add3a90f72811c9ecd62cea0a1438087c2a0 3 0.00/1.00 vMB 0
78,551 78,551 00000000001ca4b4d6bdf0c17aa68b6ac4afe463ee102e84ce37763d6b731acb 1 0.00/1.00 vMB 0
78,550 78,550 000000000028ef4d007aa0738b74af0ad1722119c4275c6dea297fac635c4655 1 0.00/1.00 vMB 0
78,549 78,549 00000000005a11bed8c5dfbe0f691889239f98fe40482a9dd3ed76f3067c87cf 2 0.00/1.00 vMB 0
78,548 78,548 00000000005572045f28ff32ca1a7f337530f3dc37759965eb36d86995cf8629 1 0.00/1.00 vMB 0
78,547 78,547 00000000002bc45e28d93bea794c2bed07f10f9921ad08ef6831d79674bd78c4 2 0.00/1.00 vMB 0
78,546 78,546 000000000016e7d1260a46e58ab7720d05f864ee86fcba9e41f859373efcf237 9 0.01/1.00 vMB 0
78,545 78,545 00000000000683dea100abcd3383c62d618123e264c70e3733fd4d10764f0013 2 0.00/1.00 vMB 0
78,544 78,544 000000000021fb285c04f97bc9567f1c135d4f3421c0c3d7db0a5a4596d18f0f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.85 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: 438.34 GB
    • Received: 2.40 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.