Loading Tool

Explorer IconExplorer

Memory Pool

62,956 transactions
35.62 vMB
0.19551398 BTC
Random Selection Loading Transactions
Max Size: 188.24/200 MB

Candidate Block

Mining Attempt 7bc5ba1d6d69352c6f3376afbc6189673950aa0fa561c589f4c61bb2c60bab48
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 63d47b7854ae9ef9a2ce36ad9fa3147ae185f670120ddd59794204f60dd593db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,620
Size: 1.00 vMB
Total Fees: 0.10311611 BTC
Feerates: 1,471.76 > 10.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (1,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
913,032 913,032 000000000000000000011ebd83612b996cae9108d9add28b828f99f3c93d70d7 3,491 1.00/1.00 vMB 5
913,031 913,031 00000000000000000000fe214e57228d0984942c524db4e68d4a91440acc1174 2,807 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.34 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.90 GB
    • Received: 10.23 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.