Loading Tool

Explorer IconExplorer

Memory Pool

81,232 transactions
30.62 vMB
0.08750995 BTC
Random Selection Loading Transactions
Max Size: 186.62/200 MB

Candidate Block

Mining Attempt a9de0702d85aed55f9f97c51666448d38285996e36f76f278ec57791731da347
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 6c2bc8d0e0c2a06928a0f90e74f3f7d5bc2b72102c383fc37a826db50fbd14a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,248
Size: 1.00 vMB
Total Fees: 0.01874536 BTC
Feerates: 318.30 > 1.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (321,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,509 593,509 00000000000000000010884303e6efbbdb1307f0923801edd404fde2f2e72e5a 2,079 1.00/1.00 vMB 15
593,508 593,508 00000000000000000005097c3f698b2c63e3efe7ccc916bac119ffedde79f356 1,936 1.00/1.00 vMB 24
593,507 593,507 0000000000000000000702fdad3a6612be713caf8a3bf9cb94b5892c6a8d0639 1,512 1.00/1.00 vMB 21
593,506 593,506 0000000000000000000d4bb01834482db4583b9811233e924aa62e1d9742e653 1,984 1.00/1.00 vMB 26
593,505 593,505 0000000000000000000ca626a3daad049983a1e2c910adf339a081c99bd9f7cf 1,388 1.00/1.00 vMB 12
593,504 593,504 00000000000000000004cfbd13596383336e8cd8b9d12b8824421011ca8109c5 521 1.00/1.00 vMB 15
593,503 593,503 0000000000000000000176c90a681a064b8b99bc231d0207ac469e793ac76c8e 2,583 1.00/1.00 vMB 17
593,502 593,502 00000000000000000019ca58f1d7f53d58e74c6988a1d415c3bfe88c4ef610b6 2,910 1.00/1.00 vMB 58
593,501 593,501 000000000000000000016c6c461534dc7aa084e74e9ce9b3b2bce0494a0e2ec4 2,839 1.00/1.00 vMB 45
593,500 593,500 00000000000000000012becb739a98c36b016487cb9882291cded467132da5f4 2,706 1.00/1.00 vMB 39
593,499 593,499 0000000000000000000bf3649a2b3d6dc9edb1ee94862f9fd7a4fc12c9f01d1b 2,420 1.00/1.00 vMB 9
593,498 593,498 0000000000000000000fa5c373cbb46885c0e639eed6e4f27052c3fc2198200f 3,002 1.00/1.00 vMB 21
593,497 593,497 0000000000000000000afc94e5a3a183e54257e52c37f7aa80ab5eb0c768c1b1 2,462 1.00/1.00 vMB 22
593,496 593,496 000000000000000000092ad3051dbbf10c18f0c74c326d2e83fced2c6e07ad01 2,805 1.00/1.00 vMB 40
593,495 593,495 00000000000000000002131b61c4c44471d26724b85ab6e55b10d65c44884ee7 2,741 1.00/1.00 vMB 29
593,494 593,494 000000000000000000117f649a2ab1d2fbaedc822046bd4d9311097ff391b4a5 2,861 1.00/1.00 vMB 33
593,493 593,493 00000000000000000009be29f05a5142a16d1a0590fda0446fda1c7d3541f993 2,989 1.00/1.00 vMB 76
593,492 593,492 0000000000000000000507faf2ce7398e726af89f1b5ff77fde6ec59b2069482 1,786 0.60/1.00 vMB 25
593,491 593,491 00000000000000000009c5bbe42500903b4ad400d230f2fe7abbb42a4e3c27bd 2,102 0.68/1.00 vMB 23
593,490 593,490 0000000000000000000d43ec966912cc48462688bd916e26b68a8e590af95f66 2,810 1.00/1.00 vMB 27
593,489 593,489 00000000000000000010e31facf432faf3e9e245c944a7d4a1b4b4f0c23ea90c 172 0.11/1.00 vMB 23
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.40 GB
    • Received: 17.89 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.