Loading Tool

Explorer IconExplorer

Memory Pool

76,295 transactions
28.43 vMB
0.06666530 BTC
Random Selection Loading Transactions
Max Size: 172.33/200 MB

Candidate Block

Mining Attempt e50d71eda045ce2630d45a1cb310cc919b4abad6c06a92b7cfbfe218c5029d7d
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 047edd1c3d9ab361ce924be6c28f51a636be5df54704f7eb90327e039853b9a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,503
Size: 1.00 vMB
Total Fees: 0.00778902 BTC
Feerates: 78.13 > 0.78 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (844,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,079 71,079 000000000099fa1d89eff75db3be16b6767f3cdf51c9134905ed8157315834bb 1 0.00/1.00 vMB 0
71,078 71,078 00000000003de25e59ef90d47e52258ca0ac5369a14f1623d3911dcb6a04b2f7 3 0.00/1.00 vMB 0
71,077 71,077 00000000004a1dd380a536bf31085a09dd09a45da66065516720d066e4825ace 2 0.00/1.00 vMB 0
71,076 71,076 000000000023385506a2c686cdf435b94be03bad66da5bf88dac4577b59fb407 2 0.00/1.00 vMB 0
71,075 71,075 0000000000b080b364cdcaac16180834726b6cc0cd62e58b1a6601c8fe9e52df 2 0.00/1.00 vMB 0
71,074 71,074 00000000008930b7259a44c78865b29d938888a81bee89950df7b90b1048bfac 1 0.00/1.00 vMB 0
71,073 71,073 000000000058f7dea05dd5734822afd17dc79f18d45279a382b0e5c5bcc223c8 1 0.00/1.00 vMB 0
71,072 71,072 0000000000fa0a6fd4e8457c8e28ee83c9671f11024e5656964fc056710a56a4 3 0.00/1.00 vMB 0
71,071 71,071 000000000038c5d88df689dfb5a6fe0f4a0f7d25b088a509c8c4af3c81d94011 1 0.00/1.00 vMB 0
71,070 71,070 00000000008d426c1f7e403abb930c7e20743cfb66e21867b00c140d103004a9 1 0.00/1.00 vMB 0
71,069 71,069 0000000000b44c6413d6c628743c83c2427e483b42430ae8503c087a3e68e413 2 0.00/1.00 vMB 0
71,068 71,068 000000000108e2588648bd56a10adf63c09a7d5a7f0d22109dafe5dcd7bfab0b 1 0.00/1.00 vMB 0
71,067 71,067 0000000000b4fb54b9998e7d3dc1311518b5df1cda5f817e732dd35cbfdd7943 2 0.00/1.00 vMB 0
71,066 71,066 0000000000e89b63f528cdc051d931c8cc13c6b0bf9ecffe236cb4dd341c09e4 1 0.00/1.00 vMB 0
71,065 71,065 00000000005f5edf3d7863ca69f360ac521c5ffd10eb2d7b9e718b95cdbdc8b0 3 0.00/1.00 vMB 0
71,064 71,064 00000000002af4fd43917213a61cd626c6e00a124c9b689cd94989729b177f11 3 0.00/1.00 vMB 0
71,063 71,063 0000000000f79f81f2d671be7a591a0a3c57ec8677261c1f3599298735352ef8 1 0.00/1.00 vMB 0
71,062 71,062 0000000000e33da7b1e08dcece1853873e8252b5c8e5f5a91d677c7a2ae816f3 2 0.00/1.00 vMB 0
71,061 71,061 0000000000609d809b3bb0fc095ea1a5d5d206607eb2b9e22c7192023c841ff0 3 0.00/1.00 vMB 0
71,060 71,060 00000000001f811dba18e206d1b09eabcbbc090a8eaf40d30a2a4f94c3f2dac8 5 0.00/1.00 vMB 0
71,059 71,059 0000000000547efed13087116b02791988801d9926e4e8369ec8edff82a15212 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.