Loading Tool

Explorer IconExplorer

Memory Pool

33,059 transactions
23.36 vMB
0.06670059 BTC
Random Selection Loading Transactions
Max Size: 128.98/200 MB

Candidate Block

Mining Attempt 72c7d28a18172c81a8b4c4a5ec3cfc0a5c84c5b245d7958e9049fe6631bca5b6
Version 20000000
Previous Block 0000000000000000000186d6add54fab1ce52e4da24da0e760432e22261e0ece
Merkle Root 63e50a975b24df9f3cd179f136d60224bd27ed230feb346fda799b9639094f96
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.03445971 BTC
Feerates: 479.62 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,113 (3,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
935,907 935,907 000000000000000000016b1778a0569cd4f17eda03e33bc12ed702c7450f73f6 2,866 1.00/1.00 vMB 0
935,906 935,906 00000000000000000001f49efc26ca0645361bb2b2dbd3075186a092af1c4c84 1,346 0.51/1.00 vMB 3
935,905 935,905 00000000000000000001129877d7b327b2dd3844ccb92b3f62fc94a1047f4471 1,234 0.31/1.00 vMB 2
935,904 935,904 0000000000000000000090b0ebad6f1b7f4ee5e1eb35a90a2db619543ec6e4c7 2,943 1.00/1.00 vMB 3
935,903 935,903 00000000000000000000c2b5df9c96a83889ce9911baaee57f5db40e3a56e1e7 3,891 1.00/1.00 vMB 2
935,902 935,902 000000000000000000021f501bc7ff61322db22dd7ba2ad1f26f2916062f799d 1,697 0.56/1.00 vMB 2
935,901 935,901 0000000000000000000056231568d0a3ba1610b24cd812c6b8a0903c50e53814 4,360 1.00/1.00 vMB 2
935,900 935,900 000000000000000000002a492a64c9143321675c6ed0baa8278efa7fa1045949 531 1.00/1.00 vMB 0
935,899 935,899 000000000000000000019f76dcbaafc91d7e85ff8c1c93a9b2bbf7b938391f36 3,368 1.00/1.00 vMB 1
935,898 935,898 0000000000000000000113eb2a7ddc10cb3b4713c88553bc9c27520b9046ff82 3,316 1.00/1.00 vMB 2
935,897 935,897 00000000000000000000329a84d79877397ec0fa7c5aaa706a88e545daf599a5 1,877 1.00/1.00 vMB 0
935,896 935,896 00000000000000000001c3ad8b928df98b9ccd4828eba9c588561366098d88d9 1,654 0.52/1.00 vMB 2
935,895 935,895 000000000000000000000d8b443475600b1b4fba2358c203e7dcdbc922df8e92 3,515 1.00/1.00 vMB 1
935,894 935,894 00000000000000000000c73220bfaa6b8e578583cc261c6eb30af701f8a04f63 3,833 1.00/1.00 vMB 2
935,893 935,893 000000000000000000005744186be6318f1f449c4407750d279fd2228908d9df 2,873 1.00/1.00 vMB 0
935,892 935,892 00000000000000000000976d7e3c90f86575453ed588c1e1de36303b8fc0d551 47 0.03/1.00 vMB 3
935,891 935,891 00000000000000000000ae0a6199bd4833730c91b139c7643a7b76794b034c2f 4,150 1.00/1.00 vMB 2
935,890 935,890 000000000000000000008f37a993a4e065d699cf9d83f0ad2b3967f9c29dc12a 1,570 1.00/1.00 vMB 0
935,889 935,889 00000000000000000001096fbb541f4d375bddafcae8df70a1c6e1a6984a78d3 1,723 0.52/1.00 vMB 2
935,888 935,888 000000000000000000008a161efd21e5176251239825f4d61472a04679b0007b 2,220 1.00/1.00 vMB 0
935,887 935,887 00000000000000000000e4f17f6c3af0d2f0ee16e559211dddee9aabed3bd27f 3,293 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 825.10 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: 4,223.90 GB
    • Received: 232.15 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.