Loading Tool

Explorer IconExplorer

Memory Pool

76,701 transactions
28.95 vMB
0.07532932 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 4764f1cc9bfca2a9dc3056ed87fd5782276776f59ecd37744c3700e11ff8c222
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root a4f86707ad16be7829a2cff1fb6f3ae89a2256675f50ecee6e9f18469221407f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.01205250 BTC
Feerates: 74.05 > 1.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (231,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,775 683,775 000000000000000000080fbf72450d1ea39a2e8eb2ad474814e7384d3bc54df6 1,314 1.00/1.00 vMB 8
683,774 683,774 000000000000000000005146dadb9ae5170f17678363d2ae927aa65e2b74532a 1,949 1.00/1.00 vMB 9
683,773 683,773 00000000000000000002f59e9ff6d0dac3fa76a11c81c3ec5fcbdc8714e1e6e8 1,606 1.00/1.00 vMB 42
683,772 683,772 000000000000000000063a6180979c7e446b4fec872b42befb2db73b106f4898 2,517 1.00/1.00 vMB 19
683,771 683,771 000000000000000000001fc2d690baec5dba333e65ca8e094125516b6aa89747 1,627 1.00/1.00 vMB 28
683,770 683,770 0000000000000000000619eaf4da6b0ccd1abb8f49e3f8f46c06bee154e4ebdb 1,850 1.00/1.00 vMB 56
683,769 683,769 0000000000000000000b26a3ea400fb2f352a4c96563baf71b2aee1f01a19f1c 2,494 1.00/1.00 vMB 80
683,768 683,768 00000000000000000009db795257557d836e6ecc9eb99871bc415779c82c7678 2,468 1.00/1.00 vMB 29
683,767 683,767 000000000000000000080d76845f19150386d1b9389a742414901234d335a935 2,641 1.00/1.00 vMB 9
683,766 683,766 000000000000000000058ee914e2fb140315c3b9e5b41bae0cfcfa6c411c5ce3 2,038 1.00/1.00 vMB 57
683,765 683,765 0000000000000000000599abb95b86d219eb3a2b1924ab2d4df7f5b7c10299f2 568 1.00/1.00 vMB 54
683,764 683,764 0000000000000000000a14eaadf782e4e57b841e2a348cdedb94efd5ced0188a 1,821 1.00/1.00 vMB 70
683,763 683,763 000000000000000000062bb88ff2f6b921102c64fb46f44abbf86250088b8926 2,141 1.00/1.00 vMB 54
683,762 683,762 000000000000000000095483eb719e6960c9fbc7013ea9882471d255007b67b5 2,203 1.00/1.00 vMB 28
683,761 683,761 0000000000000000000aaf468b82709570e293dc36a3fef21878eed54a3c2a4c 2,201 1.00/1.00 vMB 55
683,760 683,760 000000000000000000097a38d86a80edcb78dad58f86b7a9df09cc221d5fc756 1,732 1.00/1.00 vMB 47
683,759 683,759 000000000000000000022e022d469503e844465f5118708db68efbe71b3d8d57 1,950 1.00/1.00 vMB 62
683,758 683,758 00000000000000000002f9a04214e4926b25c91ea12b6048e290b7c120ee6c86 2,035 1.00/1.00 vMB 11
683,757 683,757 000000000000000000017a810bdab5d56fe270040acdac796df2c544b5992427 2,164 1.00/1.00 vMB 16
683,756 683,756 00000000000000000001829628dfbba4e2a08613aee0a98bd7bac1a6baff4622 1,538 1.00/1.00 vMB 45
683,755 683,755 000000000000000000073be8d963d0604677d6e2a2102ad3243b987c841a079b 2,673 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.