Loading Tool

Explorer IconExplorer

Memory Pool

81,931 transactions
30.87 vMB
0.08342712 BTC
Random Selection Loading Transactions
Max Size: 189.35/200 MB

Candidate Block

Mining Attempt 0779431d8f14ae02dc6aceb1a2a8b7fc5761aee909ec094315228b9812f2f224
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root c64868b6f4ecfd5c6c45909db8a2167bc179283a75b77339575a9b2005f036e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.01417065 BTC
Feerates: 235.42 > 1.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (481,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,267 433,267 000000000000000002b668c297bd6d9b8d6f6da9971e58a4d7dd68da7b10c07a 1,564 1.00/1.00 vMB 30
433,266 433,266 000000000000000001ce5eabe47d59f912c60f3c466556669c671c0da7121898 2,050 1.00/1.00 vMB 46
433,265 433,265 00000000000000000417ae65f559c3d9aa1ae4e29dcfbbd5037ccf3bcee32800 2,156 1.00/1.00 vMB 64
433,264 433,264 000000000000000003507622b6c3c6c073555947d775c25cedfe13c9d8d951df 2,439 1.00/1.00 vMB 70
433,263 433,263 000000000000000002ab96950f0c4500c1782daad3c942928b261489ab26e319 1,545 1.00/1.00 vMB 55
433,262 433,262 0000000000000000007f6789aaf26c63bd95f361851345ff748bd0241e800cfc 2,019 1.00/1.00 vMB 53
433,261 433,261 000000000000000000fbc98e7519a22a2b872a4fd23227dff07e2330489fa315 2,957 1.00/1.00 vMB 62
433,260 433,260 000000000000000001ff70cc488ef8792268dcb38f6bedd50334e34d311dd756 1,635 1.00/1.00 vMB 67
433,259 433,259 00000000000000000392dc7a16510b28e85f182c1be4a7df51e0e5372dfa37ca 2,158 0.75/1.00 vMB 57
433,258 433,258 000000000000000003c11444b8db2b37cb942a0174b5e4a0b2dce42a6da6dc91 2,388 1.00/1.00 vMB 85
433,257 433,257 000000000000000002bb50947adcac94f83d6732cd6875c36012f3eb90727cf1 661 1.00/1.00 vMB 65
433,256 433,256 0000000000000000020ebf99b6aca8765510727c7fa1d39f866f67e76a1a3241 2,146 1.00/1.00 vMB 73
433,255 433,255 000000000000000003526bfcfd900409744a2842d5b24f0f36f6f71b4e294e3f 2,580 1.00/1.00 vMB 110
433,254 433,254 0000000000000000017363cc0f6562f4e4552b94032c49ce37f5fb1309062fc6 1,970 1.00/1.00 vMB 55
433,253 433,253 00000000000000000428ec876f074bc7b34824bb11f8b00ec764622b3f54861d 2,409 1.00/1.00 vMB 63
433,252 433,252 000000000000000000d8af4e0f941b956520306b3c0c2aade8f28d202e7aac3a 2,675 1.00/1.00 vMB 70
433,251 433,251 000000000000000003564274d44f0606ecfc27a8954825900fb38f6b852515db 2,943 1.00/1.00 vMB 94
433,250 433,250 00000000000000000377b1fc32b5ba7ad744e45a5d8b4e9ff7d5145129bab1dc 2,439 1.00/1.00 vMB 66
433,249 433,249 000000000000000004075bcea878d5aa1abac1d67ecd01be53cccc03a4943b3d 371 0.23/1.00 vMB 59
433,248 433,248 000000000000000000ba7fe5e04c3d4178fd294652a7575df32f4ea333295183 863 0.33/1.00 vMB 65
433,247 433,247 0000000000000000009377fc628e3fa4c44ff0f2af0e13e787e31bea7890a064 134 0.07/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.