Loading Tool

Explorer IconExplorer

Memory Pool

81,332 transactions
31.00 vMB
0.07907082 BTC
Random Selection Loading Transactions
Max Size: 188.55/200 MB

Candidate Block

Mining Attempt be1aba9096f645f142c4c71a0cda2079d50a2b2e6cd7e51371799b7cb71714e3
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 02330922153b8c371f0d146b5c7d0ba3727c36898cf0ab70cc5e9259189ccc53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,214
Size: 1.00 vMB
Total Fees: 0.01233563 BTC
Feerates: 73.20 > 1.24 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (185,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,780 729,780 000000000000000000001d36a3e62e0b155320cea33c88a435bd45bd558abec1 1,792 0.80/1.00 vMB 9
729,779 729,779 00000000000000000000769f0db004456a8b5d0598627e3240c210af2d59e53b 583 0.61/1.00 vMB 3
729,778 729,778 000000000000000000098a19edf3c8f80524552e2b5a56323020162d0eab47e6 2,764 1.00/1.00 vMB 11
729,777 729,777 00000000000000000002e365d5eb1a5cea174ed99fdb3282ee0c813354b56f1c 195 0.07/1.00 vMB 9
729,776 729,776 000000000000000000018de94814764442f202b8b3a26ad51a07c838ad82cfad 181 0.06/1.00 vMB 12
729,775 729,775 00000000000000000004fc419a915c85a81b1b0fd81e78fa3d3431e5650a31cb 1,028 0.97/1.00 vMB 2
729,774 729,774 000000000000000000095102e1abed4b931494605d95f967c4d4d9af7c3a708a 2,030 1.00/1.00 vMB 10
729,773 729,773 00000000000000000001800d50a4c3eff83edd6162a0f8f30b73c719f7b441f4 1,072 1.00/1.00 vMB 3
729,772 729,772 000000000000000000031334435bdf9762cdea95d4c9d6a4c8d032a65bcd9fe3 1,880 1.00/1.00 vMB 8
729,771 729,771 000000000000000000082d3cf7220792e70332cb35a8983539151f5aeb457d2f 681 1.00/1.00 vMB 4
729,770 729,770 00000000000000000007996857dc3ba669fa6e6f1f2898bd6f23e1f3fd73c67f 1,723 1.00/1.00 vMB 7
729,769 729,769 00000000000000000009e81fcc22fe04dfda3fb079278bf8a937edcccab93d26 2,314 1.00/1.00 vMB 7
729,768 729,768 0000000000000000000555e068c228f909455a9f26d3ee4a267b6d63f8a12d1d 2,994 1.00/1.00 vMB 18
729,767 729,767 00000000000000000001443a7c80fd9dd023ac1d073780a1766388dae3bbc717 2,054 1.00/1.00 vMB 6
729,766 729,766 0000000000000000000394d8d1dd85edf20d49ac247a85fbb3be30c6d52b03a5 2,059 1.00/1.00 vMB 9
729,765 729,765 000000000000000000088821352651ffb03f387cb460c21f1e16f87ef5a94c39 1,832 1.00/1.00 vMB 3
729,764 729,764 00000000000000000007501e14484406964af089b6f93c99cadb201f56c1960e 1,871 1.00/1.00 vMB 4
729,763 729,763 0000000000000000000a2d0eab544d32db87dfcff41f9bbe07c59408da251df4 876 1.00/1.00 vMB 8
729,762 729,762 00000000000000000002f9baf00be954c78e6c6dea69daefc4b3416c703f8d9f 1,511 1.00/1.00 vMB 8
729,761 729,761 0000000000000000000476b1272431d6edebc5118aee754636d5a7e9d2094dd5 2,315 1.00/1.00 vMB 9
729,760 729,760 000000000000000000070540cbfe33745a24a2436f0a474bcf74b81ffba11165 1,198 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.