Loading Tool

Explorer IconExplorer

Memory Pool

74,053 transactions
20.30 vMB
0.05618504 BTC
Random Selection Loading Transactions
Max Size: 136.15/200 MB

Candidate Block

Mining Attempt a06836eafba264bee044a71017f752f5724b48e36524a4e0ae8183b387e92370
Version 20000000
Previous Block 00000000000000000000497d07ff3460e10ff37edbab9d7cafb89c34db241493
Merkle Root 5a4ca917a98df02bed493f43181df4fa0e8670312a8a8aa7acc73ba95d83ed06
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,311
Size: 1.00 vMB
Total Fees: 0.01182227 BTC
Feerates: 300.83 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,036 (836,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,566 79,566 000000000027215bf6efc43976470009ce69070f9fe67bd0173703f05e6344e8 1 0.00/1.00 vMB 0
79,565 79,565 00000000005b2798df831a4f6e1872ae2f2bf216893136a19965ef2613f06a9f 1 0.00/1.00 vMB 0
79,564 79,564 000000000026cbf556727b5817c1172b549c28ef56188f2f4d09e2f69b4a4ccc 1 0.00/1.00 vMB 0
79,563 79,563 0000000000356f14f7356ea15b8521d29fc89e9d6fd1888b7b79d5b19cb07e3b 1 0.00/1.00 vMB 0
79,562 79,562 00000000003ce442a0617c48f7ba06047bb47ad30ab3d2cf624d08108c7cab72 10 0.00/1.00 vMB 0
79,561 79,561 000000000059190d95b139792a4e46b15c05e5fccaf37740641bae99b44617d8 2 0.00/1.00 vMB 0
79,560 79,560 00000000000831b16e18c528c00b1cab31a26cb6951e1d9a15f58512f8a0cbb6 1 0.00/1.00 vMB 0
79,559 79,559 00000000002d50041f8ae69315191773f3264dfddd60ada508309bdf2e00def7 1 0.00/1.00 vMB 0
79,558 79,558 00000000004cfb9c62468a797cf6e84cd63ec6322dedda29314b04d91ca22aac 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 784.18 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: 811.73 GB
    • Received: 23.58 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.