Loading Tool

Explorer IconExplorer

Memory Pool

77,366 transactions
28.70 vMB
0.06675507 BTC
Random Selection Loading Transactions
Max Size: 174.19/200 MB

Candidate Block

Mining Attempt c2f9d48cfdda5e52e53eb43064002393afe3120f9110514f8d25ca863db513b1
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 75b0561ea8c892c14ead96ba440552e845b73b99d15f7f619b54e2b2abcd8126
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,546
Size: 1.00 vMB
Total Fees: 0.00711555 BTC
Feerates: 100.53 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (75,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,208 839,208 00000000000000000002fdc3ab31ffa341f2b6c3027761e84173c7dfffca3a5f 2,996 1.00/1.00 vMB 61
839,207 839,207 00000000000000000000530d9b010c10fc9047db137ae733425c2399e47a635b 4,100 1.00/1.00 vMB 47
839,206 839,206 000000000000000000017a850c7561e70e1c494e41ae25f483f2fa1d33b28d0f 3,747 1.00/1.00 vMB 63
839,205 839,205 0000000000000000000119d5add261c39698310e4f7b4a4028f7ba7c255f3fdf 3,635 1.00/1.00 vMB 96
839,204 839,204 000000000000000000008fe9ac771c739de85962c952908b1e9a074a483497a9 3,782 1.00/1.00 vMB 27
839,203 839,203 0000000000000000000016e7afeefe2b1f516e01b54a15cca8eb6b89de6767ab 3,568 1.00/1.00 vMB 39
839,202 839,202 000000000000000000009602c8948564e0f16cfbfa4a9d700b51186be941f5b0 3,813 1.00/1.00 vMB 48
839,201 839,201 000000000000000000019217c4b4707a00879150aa4b5743f47880b460b4300f 3,835 1.00/1.00 vMB 58
839,200 839,200 000000000000000000007bb2f53bbfb115dd4a5b0c6196cd5ab062d177a02554 4,325 1.00/1.00 vMB 37
839,199 839,199 00000000000000000001017536b6102d8ef725db434946de77a18609b82d1751 3,362 1.00/1.00 vMB 32
839,198 839,198 00000000000000000001481a19f9d8be4840f5ad8803321d58e557c4e5af32ac 4,266 1.00/1.00 vMB 44
839,197 839,197 00000000000000000001c13afb0ebc892751dc5d685c23c7550ad28bd9982f29 3,449 1.00/1.00 vMB 51
839,196 839,196 000000000000000000020920fa8290b8cd630ce4bd95887dae0ad8e972746e18 3,476 1.00/1.00 vMB 79
839,195 839,195 0000000000000000000286859eb09e9d6ab0bd39f9d6b1d2bce0a842851aa5db 3,735 1.00/1.00 vMB 22
839,194 839,194 00000000000000000002ccdb30b418ca5219daf1cc2883e9641bb4cd911ce5b9 3,134 1.00/1.00 vMB 39
839,193 839,193 0000000000000000000248ba0d5d1f71086a6f386a5f46bbb3bf51ac95176c50 2,623 1.00/1.00 vMB 23
839,192 839,192 00000000000000000003203379308f08232e4422b44a0ec175acca7f4cdf29fe 3,314 1.00/1.00 vMB 34
839,191 839,191 0000000000000000000214ab80d1d98dfdd8e5ce9339541b39bee1850c4cfa87 3,152 1.00/1.00 vMB 29
839,190 839,190 00000000000000000002a27363a83d38dc161c4d560d16bc2f1352a65cb41c58 3,185 1.00/1.00 vMB 53
839,189 839,189 000000000000000000010b60ce9fa914c6ba7aef72e8a8fc59860bb9f35c8972 3,323 1.00/1.00 vMB 46
839,188 839,188 00000000000000000000afe1269ff89cc0d57547612503239b2f02af0663ba28 4,048 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.