Loading Tool

Explorer IconExplorer

Memory Pool

43,631 transactions
27.33 vMB
0.06959457 BTC
Random Selection Loading Transactions
Max Size: 143.38/200 MB

Candidate Block

Mining Attempt 7838ae204a9f6d8c60b3853cad7e9c3b190331541b55e6e3302e1cbf1637deb8
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root b815072ff726c87868463fdc4a62a85fc01b9b9724230c4bea4b06fffa31ec9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,178
Size: 1.00 vMB
Total Fees: 0.01835517 BTC
Feerates: 298.50 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (354,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,698 560,698 00000000000000000024a0303bb5e46bfcee93fb352b177136b04b7d618c8a4b 3,477 1.00/1.00 vMB 24
560,697 560,697 00000000000000000001ec32e8af5ad4e90a32b228e7682d0161eea4f11284bb 2,124 0.64/1.00 vMB 16
560,696 560,696 0000000000000000001c602092ac93c740efde3790523a5c2474cb5214ce1a1a 952 0.32/1.00 vMB 14
560,695 560,695 00000000000000000001186b32673abd3a0484ab8c8abee9ec79a28ec9afc5f3 1,928 0.68/1.00 vMB 8
560,694 560,694 0000000000000000000564f840e5fffed7b0826e97be3b09e7d702a95a792513 1,090 0.89/1.00 vMB 10
560,693 560,693 00000000000000000019a974facfb28dd8abea2ad08a48a4a1d2e211da4d847e 1,929 0.60/1.00 vMB 6
560,692 560,692 0000000000000000001d2b4c2d932aba8aa925d98c1566e7cb5a2e52beb25622 3,406 1.00/1.00 vMB 17
560,691 560,691 00000000000000000022d750ecb0c684cd6e858c006fa76b04f323267f600692 840 0.25/1.00 vMB 14
560,690 560,690 0000000000000000001311d682f6ff022c040a026880b25a830e35f910a6964d 3,502 1.00/1.00 vMB 14
560,689 560,689 00000000000000000026c0b4477e7049f91f773d73d8de78591abfe42e008747 517 0.16/1.00 vMB 14
560,688 560,688 0000000000000000002b4305d4d2cf8ef8f24ddfdfe3f6749ea6a53967491867 2,254 0.72/1.00 vMB 12
560,687 560,687 00000000000000000028a62ed9b8ea509d04736ba2261d33f5f0b6c6afe3f208 2,474 0.85/1.00 vMB 3
560,686 560,686 0000000000000000002cec0f0637ffba16fde2f7177c6ead2b3272ff0cdd48bf 3,182 1.00/1.00 vMB 11
560,685 560,685 000000000000000000211404b3db82b04723fde26f33da91c8b8d58098549b2f 3,158 1.00/1.00 vMB 15
560,684 560,684 00000000000000000000b7fd88ff79d50ad91cedc875a2912f1c81ed18b91da5 2,693 1.00/1.00 vMB 38
560,683 560,683 00000000000000000002026eb18cda0bf7cb7111522a0732bb258aeebd0b7940 1,775 0.60/1.00 vMB 18
560,682 560,682 00000000000000000014214ce74bf7a23ffe9d5edfbd77ce13347ddaded05a28 3,116 0.95/1.00 vMB 15
560,681 560,681 0000000000000000001e46dfd22532191a9c607ff0bb4187fb5df656d8f8efef 2,292 0.72/1.00 vMB 12
560,680 560,680 00000000000000000008eb03370cecd4a0238a0acc91b2230a22fe8f4160c2b6 1,015 0.29/1.00 vMB 10
560,679 560,679 000000000000000000115c9e20d7b643130d496beef0b123b70182368d66aea5 206 0.06/1.00 vMB 23
560,678 560,678 000000000000000000007b5a9d93ac797661e047fe43ad68e613182c839613ff 1,052 0.30/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.