Loading Tool

Explorer IconExplorer

Memory Pool

41,899 transactions
30.30 vMB
0.16174636 BTC
Random Selection Loading Transactions
Max Size: 152.95/200 MB

Candidate Block

Mining Attempt b2313c74b1df29ccede07d4772cfcf9c904d9b0a801455a8250a52778a92766c
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 31ac167188ddb3b8adc8cf033678cc2d87c5a25ea68ff8a9b442bfdf10f36593
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,580
Size: 1.00 vMB
Total Fees: 0.08981384 BTC
Feerates: 301.60 > 9.00 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (586,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
327,757 327,757 00000000000000000b5bcb001713c22f3b352a6d902ae9056625b2dd38cf694c 179 0.10/1.00 vMB 9
327,756 327,756 000000000000000010d9d97eb84da32d2d2929bccee34a6c5b8f1dc21490b67d 326 0.20/1.00 vMB 24
327,755 327,755 000000000000000002dd61c3a7600368c561bbe3a46bc34079d5f3732eb99da4 439 0.24/1.00 vMB 27
327,754 327,754 00000000000000001e4a3c04c9989d4dea74f55753544f468a2a9a9385e5968a 448 0.31/1.00 vMB 21
327,753 327,753 00000000000000001a9f1f8f74d942cc62b0346124836fe52e6ac9e3706bdcde 128 0.04/1.00 vMB 40
327,752 327,752 00000000000000001a9db207f354de1428dc8e6e08f91751ccf3cc4fa3bb1524 770 0.44/1.00 vMB 25
327,751 327,751 000000000000000005801a603bbd6adf8d4b6cf5707a2e2ca8d2d2caaa153782 1,555 0.75/1.00 vMB 30
327,750 327,750 00000000000000000707d1c4ccf468aad1d60a09fd9c1ae2d54541a9ed8f8e12 150 0.10/1.00 vMB 3
327,749 327,749 00000000000000000bdf55b6ac492805900539a64ccdd8e65fb7642e5edbf5f2 875 0.45/1.00 vMB 29
327,748 327,748 00000000000000000bdbdd12be200b8b05c18d58074e4e2a478e8f9d8a214b0c 643 0.39/1.00 vMB 22
327,747 327,747 000000000000000017b2a69a8ebc248c59851e28cbec84d7798ac15681461af0 512 0.16/1.00 vMB 48
327,746 327,746 00000000000000000cd3a9d94b0c28fc29aee0e0e9e734f8fd16e8f3bc1b8f8d 727 0.32/1.00 vMB 30
327,745 327,745 0000000000000000056cc18e558382382506955efd74e8b4c521d2e6f4c7e5cd 206 0.13/1.00 vMB 22
327,744 327,744 0000000000000000035a807ac53e416fa2513d5c25998063f94788cefa614e39 160 0.11/1.00 vMB 23
327,743 327,743 00000000000000001328da5fb243a8e38d6adad3a5fbc517e5c67e1ae4b64d51 247 0.13/1.00 vMB 27
327,742 327,742 00000000000000001994433a40ad5b24eb06be870ee21df044e66c08836ff0dd 951 0.63/1.00 vMB 23
327,741 327,741 000000000000000001112817bbcfbbedae16d431f2e056be36bbc7a1cf92ee90 512 0.17/1.00 vMB 45
327,740 327,740 00000000000000000477e1668ec8c95dc5d1b556c4db7fa13f9e82cdea85b8e4 98 0.05/1.00 vMB 19
327,739 327,739 000000000000000004c91b8234bbf4320325641ea41113c2129261e8fa17f15a 436 0.23/1.00 vMB 26
327,738 327,738 00000000000000001d8f4bc31b8e148ac83fbd716a19a77c60f2d489da6dd36e 435 0.22/1.00 vMB 25
327,737 327,737 000000000000000014d6c19517cbdc3e1739daeb26e8500632087a30def3000e 177 0.10/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.54 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: 618.62 GB
    • Received: 11.20 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.