Loading Tool

Explorer IconExplorer

Memory Pool

77,869 transactions
20.66 vMB
0.05305461 BTC
Random Selection Loading Transactions
Max Size: 140.13/200 MB

Candidate Block

Mining Attempt e5422180d5ea2e88848b4b9baadf56ce7d255ca8f767f315a18eeeb737109811
Version 20000000
Previous Block 000000000000000000018b56d8d0bad3e9295a9febdab4c12e3bd58d1bb8cbda
Merkle Root 158ef0f769887344df17507b5ab3d5830c9478f00c556b68fd42c397bf3c2903
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,540
Size: 1.00 vMB
Total Fees: 0.00776567 BTC
Feerates: 150.00 > 0.78 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,019 (836,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,557 79,557 00000000004bed1261de00ab1350a205e377fa6f996e0780cb87c682d20e4582 1 0.00/1.00 vMB 0
79,556 79,556 0000000000277c047a039d0f6fcc3b9b015b6c0006edcc312cdc9fd8d016d388 6 0.00/1.00 vMB 0
79,555 79,555 00000000001ee2c9bf81d8f95671eafc1636054ba2a79ab131e563b68a91c15f 1 0.00/1.00 vMB 0
79,554 79,554 0000000000091d479d60df9a07fd642f12ea724083af77872d29638736fefbf7 1 0.00/1.00 vMB 0
79,553 79,553 00000000002fdc5a5b4e8bec75a7e0097a4a80861a9d7b4da6682199e2d4012f 1 0.00/1.00 vMB 0
79,552 79,552 0000000000506ed87fef944f3d68a3f76e0b8be612024dcd0bc4533398c20086 1 0.00/1.00 vMB 0
79,551 79,551 000000000041a7e0e1b4b9bc0e26048fc8c5e72cdeef712e85dfcdd890573298 1 0.00/1.00 vMB 0
79,550 79,550 00000000000f2f00b6d0dabe18fbcbaeefae6a2ca41a85100c7aae90da4bb1a1 1 0.00/1.00 vMB 0
79,549 79,549 00000000002dd699491568443a761574ebbf19c6c67e2b7925033c7c8e4b9c1b 1 0.00/1.00 vMB 0
79,548 79,548 0000000000449005bb72d5263980320927ba87b14088c5c0a1eebe9539004b8a 5 0.01/1.00 vMB 0
79,547 79,547 0000000000188c4a0ba8393eb749259cd53f2f1e519ac8d60c93e6d01529c83a 5 0.00/1.00 vMB 0
79,546 79,546 00000000005aed01becc81565a8aeee2aafaee7f86a126d904e96bd19e2ba009 3 0.00/1.00 vMB 0
79,545 79,545 00000000004eb69f05698ef47f675a6485d10694ef28920c5f532ff9aa66e946 1 0.00/1.00 vMB 0
79,544 79,544 00000000002713dd4f4ea4973307d4649c2bd73ad84a100ade62876d9fb2c5ed 2 0.00/1.00 vMB 0
79,543 79,543 000000000034db3e57c90c8fa4d8d0dcd2335b85fe91f8bb306bf64d10ddd1a4 4 0.00/1.00 vMB 0
79,542 79,542 000000000059753ada823e40661d23bcef357803bc30444a204d50a38efa09aa 1 0.00/1.00 vMB 0
79,541 79,541 00000000003a24312d19d3acfe54292317a930105e7e0b4354fc3b4c13045501 7 0.00/1.00 vMB 0
79,540 79,540 000000000043b6cfbe499ef2a30b9cfdf77181e0c7aaad374e1e39e9e8bc0fbc 1 0.00/1.00 vMB 0
79,539 79,539 000000000017748796fbc96f74860d2d4d42a36be0872e137c576f69afaa43d7 1 0.00/1.00 vMB 0
79,538 79,538 00000000004592d20797008b743285024ac02d328ee6f68254bb6ed0bea3ffdd 1 0.00/1.00 vMB 0
79,537 79,537 0000000000317c9d9f4f113b224d31ebae362af812f72d3ef1e51c9dae827e53 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.15 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: 810.61 GB
    • Received: 23.41 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.