Loading Tool

Explorer IconExplorer

Memory Pool

85,414 transactions
33.09 vMB
0.16112595 BTC
Random Selection Loading Transactions
Max Size: 197.00/200 MB

Candidate Block

Mining Attempt 602ac569930034ec8f644b11e32928cd7fa75d28cb3fca8db77eb7045b9006bd
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 0fe5f2e4fcdfc915b06483e09be4414a965227955962280f6c61b8c18fecb2b7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 1.00 vMB
Total Fees: 0.04975800 BTC
Feerates: 318.30 > 4.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (321,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,586 593,586 0000000000000000000e4b79b0f9acde16b307840d1b8c9111a1b44e94934997 3,487 1.00/1.00 vMB 29
593,585 593,585 0000000000000000000fa2cf6daeacf7eb1c87a2596a4ed639b671863c583f68 2,920 1.00/1.00 vMB 39
593,584 593,584 0000000000000000000f1a7825bc05322fc8f6250e8ad56846cc94c83da381fd 2,046 0.84/1.00 vMB 4
593,583 593,583 000000000000000000142fa28288dc15214a3fc3d442c08f7ef98548bbb5396a 3,277 1.00/1.00 vMB 26
593,582 593,582 0000000000000000000e88287a4461a3bd20a9edd55b36ea729912ad4140bb5b 3,154 1.00/1.00 vMB 20
593,581 593,581 00000000000000000018902549a713f3b0c052db277bb33d09ff0284b066adfb 2,569 1.00/1.00 vMB 15
593,580 593,580 00000000000000000009c50f6db0c51c471b2aa0b6358ef87c81565a326e87d7 2,804 1.00/1.00 vMB 17
593,579 593,579 0000000000000000000f55fff945b9ffede53032d24122761266ba46fd2a5209 2,507 1.00/1.00 vMB 26
593,578 593,578 0000000000000000000906bb74fb1f76e287676749a0709f459d4031b6be7161 3,002 1.00/1.00 vMB 41
593,577 593,577 0000000000000000000e558979280e91217c7872f6e87b07eff705566868926e 46 0.01/1.00 vMB 32
593,576 593,576 00000000000000000000e2dec7f2cfccddd4b3b8320b0ae952b4b5a4313b63f8 256 0.22/1.00 vMB 6
593,575 593,575 0000000000000000000443b324d5a36260d041f9c98b101c31ca23e043a0f8b2 1,784 0.99/1.00 vMB 11
593,574 593,574 000000000000000000187952f4bd3aa113f8bd85477a71f57ee08dec62117722 1,645 1.00/1.00 vMB 6
593,573 593,573 00000000000000000001419f06990ec53eef2d9c86ef7a0048c902e71e9ed61e 1,706 1.00/1.00 vMB 13
593,572 593,572 0000000000000000000b98693657851238226f4989666f34e499c5ad506902ee 1,847 1.00/1.00 vMB 6
593,571 593,571 000000000000000000147771fe11d86f4c88ea1acbe5ddefc8a213098bd93627 2,156 1.00/1.00 vMB 13
593,570 593,570 0000000000000000001359253ffdbdd9fd722d5c9c0c6a5bf866b70dd20058fa 1,987 1.00/1.00 vMB 16
593,569 593,569 0000000000000000001581ab9cc657d2730a3371d300cee7b1ebb204389c4e43 3,197 1.00/1.00 vMB 29
593,568 593,568 00000000000000000000008b80d0529bc20ac2c580f85acd2aed0baf5b82bdf5 3,140 1.00/1.00 vMB 37
593,567 593,567 00000000000000000005537c80e7a0c2f8e968e4c72a0c53d376c826e88a06bc 2,362 1.00/1.00 vMB 18
593,566 593,566 0000000000000000000547c15370fb5f420ee9cd60f4ca91b2d85c6fe066e158 2,135 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.