Loading Tool

Explorer IconExplorer

Memory Pool

62,806 transactions
35.25 vMB
0.12002183 BTC
Random Selection Loading Transactions
Max Size: 187.78/200 MB

Candidate Block

Mining Attempt 441753b9055245e7ce9ad87c793b286f4c16b00c12bc0af6091667a0ce2f9beb
Version 20000000
Previous Block 00000000000000000000bf17b6f48d4c6d8eaf06ded8dd793b73e1f1271c7ae6
Merkle Root 9450efe1c74efca56b2f792e20e1840ad8495cd7ef30e4ca29c0c5b067f558b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,198
Size: 1.00 vMB
Total Fees: 0.04508638 BTC
Feerates: 196.04 > 4.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,409 (1,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,053 913,053 00000000000000000001daf49946a5d1019f518fddb41c81ebf5cde0375a9d20 3,755 1.00/1.00 vMB 13
913,052 913,052 0000000000000000000038987291fe95731462a73163d1df43631340635ff331 3,858 1.00/1.00 vMB 16
913,051 913,051 000000000000000000020644f86d66c63bc956b8ad66a3c76b0d77ad346ae271 3,421 1.00/1.00 vMB 7
913,050 913,050 0000000000000000000039be3274f56c53cd46fa35e956bb71ecbfa8c21a9d7f 3,676 1.00/1.00 vMB 7
913,049 913,049 00000000000000000000be88dcbf4ea60859d5ae63f5bfca7f439108eb7cbb4e 3,087 1.00/1.00 vMB 5
913,048 913,048 0000000000000000000041ec22733ead9ce528ae55a3a386006a2b59f8b9abd3 4,593 1.00/1.00 vMB 6
913,047 913,047 000000000000000000013df3edb4901e3d30da75701cf3ca3ed051562ae39690 3,399 1.00/1.00 vMB 8
913,046 913,046 00000000000000000000db9949df82d98d01755a7f845d9cf2ee2ee907ff82e8 3,937 1.00/1.00 vMB 7
913,045 913,045 000000000000000000004f3699be34215b57be42293a486875999ba6f7b5ac39 3,794 1.00/1.00 vMB 13
913,044 913,044 00000000000000000001d82f543837f755256bb3f6d403faf7c63d6d334acfec 3,577 1.00/1.00 vMB 10
913,043 913,043 000000000000000000013f2112317db5a6c58f7cccdced076ed571ed94b1e665 3,587 1.00/1.00 vMB 12
913,042 913,042 00000000000000000001c618b104e0a104df01f8e65a58593a28dc152ec82756 3,405 1.00/1.00 vMB 5
913,041 913,041 00000000000000000000610eea986fc098468ac97fe81d3c9ca0314f59be633b 473 1.00/1.00 vMB 2
913,040 913,040 000000000000000000018de06bf1fc279c8eb69c1bb16f4bc7c2f9b774645f62 1,104 1.00/1.00 vMB 2
913,039 913,039 00000000000000000000a6af0eb814f69279ee817bcb774f03d0884cf1c50d90 2,060 1.00/1.00 vMB 3
913,038 913,038 00000000000000000001cda0f69357c82d3f6f95be79c0d35b4de1f59530bce1 4,234 1.00/1.00 vMB 3
913,037 913,037 00000000000000000000fc372d2cdcfda7f83b58f86bf3d82d7feb158985a6d3 3,261 1.00/1.00 vMB 10
913,036 913,036 00000000000000000001cf815e573b122d47c2a0f15da2855cbda6efaa0e80a8 3,482 1.00/1.00 vMB 7
913,035 913,035 0000000000000000000013f404a115b9f9c1fdfe7128073b0fa5c396bf543e69 1,908 1.00/1.00 vMB 2
913,034 913,034 00000000000000000000e81e6e15ad00d324cbe150ed82d946ca61efd27ab8e7 3,911 1.00/1.00 vMB 3
913,033 913,033 00000000000000000001c4684417b517a79c7ebb3964f1b04e08f4ecd25ad4b2 3,473 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.33 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: 601.65 GB
    • Received: 10.13 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.