Loading Tool

Explorer IconExplorer

Memory Pool

45,513 transactions
26.76 vMB
0.06032523 BTC
Random Selection Loading Transactions
Max Size: 141.67/200 MB

Candidate Block

Mining Attempt 829ec386a0f6c540c938d4d76c2e3bb7e3e008a45456ff898f244ab67aeceeac
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root f1820773006069ba54916d98e83a436f6b6c4c4870c7a6e6fa58da5f78e6ef60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,054
Size: 1.00 vMB
Total Fees: 0.01081459 BTC
Feerates: 40.21 > 1.08 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (172,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
742,647 742,647 000000000000000000001a6812b10c9606fe84154762d516ae07771d19d32bab 341 0.17/1.00 vMB 11
742,646 742,646 0000000000000000000412aaf0ec2baf3d772db0b68167564b6da0068f5b9eee 46 0.01/1.00 vMB 20
742,645 742,645 00000000000000000004c8704f67bb803e04c7898e4ce91684321171dca499dc 292 0.13/1.00 vMB 11
742,644 742,644 000000000000000000006f801415d3deaf4a0a4636fcceeb7e339c9dc5dcc9b4 435 0.24/1.00 vMB 11
742,643 742,643 00000000000000000001bf1f12d049064c230bf490cc325045681404130148ce 125 0.07/1.00 vMB 13
742,642 742,642 00000000000000000005d985c397b9f16d6e446e7e4cef1f62f98126f12ff815 611 0.42/1.00 vMB 8
742,641 742,641 000000000000000000057096a0fbb500e46642055a2c2f43008777a61bd847c0 634 0.25/1.00 vMB 14
742,640 742,640 000000000000000000020b021280df39d619c7714ef00a96c2735e5192e36457 557 0.18/1.00 vMB 14
742,639 742,639 00000000000000000006e74417b2216bdcf64b602a36ba21aa8566557448d520 68 0.02/1.00 vMB 14
742,638 742,638 00000000000000000008fc89f88a0a3e4f5430aa2037c08fd93b22cce8d6bc8e 369 0.25/1.00 vMB 8
742,637 742,637 0000000000000000000484d10835eca7af9be233905ff45fdd5e0ebf3e51936d 642 0.45/1.00 vMB 10
742,636 742,636 0000000000000000000148ee2685d81879a98fd019ede5e49c7174eea15a0628 247 0.09/1.00 vMB 9
742,635 742,635 0000000000000000000070924ce2661a171844e4a84278c52212956cfbd1793f 1,285 1.00/1.00 vMB 4
742,634 742,634 0000000000000000000819d15f7b9ff4e68ec5650b6acc561893c63735247424 1,600 1.00/1.00 vMB 8
742,633 742,633 000000000000000000078a70cfd3566339eb41de34434a207a175f1efc74f7dc 1,024 1.00/1.00 vMB 10
742,632 742,632 0000000000000000000233d45af21be0fafde738a0782874ed73a1468ea7f659 2,407 1.00/1.00 vMB 13
742,631 742,631 000000000000000000011651ab9a73cb1497a1674d74cfcd2105ccd8b09dc471 526 1.00/1.00 vMB 2
742,630 742,630 0000000000000000000084671b45a8210b187ec9613884334986b223f7d4a9f0 917 1.00/1.00 vMB 2
742,629 742,629 000000000000000000062b68cbe3d61e037414bf7e3dfb1c0e7568a0bc8dea8e 1,131 1.00/1.00 vMB 4
742,628 742,628 000000000000000000093f66ed2770c6b524802605592321355f27f32091f688 3,001 1.00/1.00 vMB 19
742,627 742,627 000000000000000000067f58c0d81df6908a33f867cf7749984d5c1b5cf95fdc 992 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.86 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.