Loading Tool

Explorer IconExplorer

Memory Pool

74,624 transactions
30.17 vMB
0.08388400 BTC
Random Selection Loading Transactions
Max Size: 178.94/200 MB

Candidate Block

Mining Attempt b082db4fe38af2c20e7ae60cb18f5e5e3a1b3b4b2a03323a83c19a724e22b27a
Version 20000000
Previous Block 000000000000000000014e1cbebc37caf5dba55aec5f1ce07294267a88d026d0
Merkle Root 6f3c50d5f8256340db4c52d4e5a08c9081e435ccf4ed07cb9d0087bb010b4b94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 367
Size: 1.00 vMB
Total Fees: 0.01239943 BTC
Feerates: 52.36 > 1.24 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,426 (239,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,102 676,102 0000000000000000000370b16a83187032095314381c9529f6eb38bab34daa1f 2,698 1.00/1.00 vMB 37
676,101 676,101 00000000000000000002eaf26cc19eb350bec6eaaf9f9144e9c83d83c09cd0ff 3,217 1.00/1.00 vMB 70
676,100 676,100 0000000000000000000bf7e8784e9408067e4486b58c372082e8aa4c61b2e3d7 2,318 1.00/1.00 vMB 70
676,099 676,099 0000000000000000000465b74e36654f69f0116965ebd3c5577aa5f5253abfb0 2,699 1.00/1.00 vMB 84
676,098 676,098 0000000000000000000814dffde97151475039df038966a39a7d6d44ca857caf 2,223 1.00/1.00 vMB 101
676,097 676,097 000000000000000000031c1dbbd6e3bb05e3e677e9377c6249e64ee49d89c78d 2,742 1.00/1.00 vMB 87
676,096 676,096 00000000000000000007ed06b83d5c9ec2636668f0a4f957c7aaaeba4d1ebe21 2,791 1.00/1.00 vMB 57
676,095 676,095 0000000000000000000531f6a1f72e0f4372ef73a54e1da77233e08d60923cc9 2,086 1.00/1.00 vMB 53
676,094 676,094 0000000000000000000a9c6a9dde341d7be564518d2abb995bdb833f05c9cf32 1,380 1.00/1.00 vMB 74
676,093 676,093 0000000000000000000488a1dad0f16c0d84965eb35006f7255309429d0392aa 2,387 1.00/1.00 vMB 88
676,092 676,092 00000000000000000008ba7a5a305f343d4074cc1d8485e12c7fce3dd3fa252f 935 1.00/1.00 vMB 9
676,091 676,091 000000000000000000005e4164054c33ef5f5052a2cb6aa663d5773724d505d7 2,641 1.00/1.00 vMB 21
676,090 676,090 000000000000000000018bd239babf45b8370e576abb2c7d1ecb343d6f8ae0c7 2,483 1.00/1.00 vMB 16
676,089 676,089 000000000000000000006b23b1877b962dcf10a8af6347ec455bc94c7a59dc6c 2,708 1.00/1.00 vMB 78
676,088 676,088 00000000000000000004866846f46154d395a56dfd4e83e973d737096e7a38b3 2,999 1.00/1.00 vMB 75
676,087 676,087 00000000000000000000d822719c4a9983c6310faa518a549198c0d94fbb0659 2,573 1.00/1.00 vMB 20
676,086 676,086 0000000000000000000cd5bbaedd6dd16704819985da2574638dcefac2d728a1 2,666 1.00/1.00 vMB 58
676,085 676,085 0000000000000000000ccb56f337d10d31e06faa141e91126c6ef8d819494472 3,052 1.00/1.00 vMB 88
676,084 676,084 000000000000000000043e2d254aec1b3878aa687d6268c8728b581d20615988 532 1.00/1.00 vMB 13
676,083 676,083 0000000000000000000a4f0da19f766815fc3fa66cdfd90a3178f7646423c1e7 1,407 1.00/1.00 vMB 10
676,082 676,082 000000000000000000088e48a4d4ef0b05d87ca674ba084c76c645594e3bf126 2,246 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.13 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: 739.37 GB
    • Received: 18.62 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.