Loading Tool

Explorer IconExplorer

Memory Pool

77,255 transactions
28.65 vMB
0.09025756 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt 63c5868b868d9d676e945667a6027913c9a68f348feb6ba3062cf1ae1deaebdc
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 0a44410a3a0ca3e0c0504373b7d5d51d9ab6c693bd89c2300d01629d9e5cbbc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,033
Size: 1.00 vMB
Total Fees: 0.02418455 BTC
Feerates: 402.60 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (312,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,125 603,125 000000000000000000141c786acdaaf71f6f2652a3a5961d59e8af4f565ee72e 2,377 1.00/1.00 vMB 42
603,124 603,124 000000000000000000143d9cca0e7bb1213a45b5e6378878d47453f2ea3960e0 3,202 1.00/1.00 vMB 8
603,123 603,123 0000000000000000001536a600baf48801127df19b08d84a8772d9fbf112121f 2,549 1.00/1.00 vMB 36
603,122 603,122 00000000000000000011f8590b67a5a54737b6fa00854a955ef0a34b3f75c0da 1,317 0.38/1.00 vMB 20
603,121 603,121 00000000000000000004775585620a5f6b555665b57b1529596b6ca49065a217 719 0.25/1.00 vMB 14
603,120 603,120 000000000000000000047b18bd5bf1a1b76f354c273ac9836a128902451d1eb4 377 0.14/1.00 vMB 28
603,119 603,119 0000000000000000000727a1053a10afd13126727fe1592decd3859361776468 354 0.11/1.00 vMB 34
603,118 603,118 0000000000000000000ea5517d3329ebedddf0587fa4263e38a84fdc2773321f 1,533 0.36/1.00 vMB 10
603,117 603,117 0000000000000000000f7575e344c1b1e8e07a70dc818abf1b8c2b4ecf62e943 2,701 1.00/1.00 vMB 26
603,116 603,116 0000000000000000000ea4900d16400b6af8b788c5eda7a7d775511979a51a2c 3,254 1.00/1.00 vMB 20
603,115 603,115 000000000000000000125af3d9891cb7f1c2284f282af0eb566c137a0600fc07 232 0.06/1.00 vMB 29
603,114 603,114 0000000000000000000af99f5adf18bfcb613669a50ebfc7839418b0f8173d81 2,275 0.73/1.00 vMB 22
603,113 603,113 000000000000000000116d7776431268614f5c5e118faa5e7638f598f46ae307 3,055 0.94/1.00 vMB 17
603,112 603,112 000000000000000000062e8a44b37f3d087988361de7e4cadf3fad6e49a7e7a6 2,237 0.66/1.00 vMB 20
603,111 603,111 00000000000000000011ed37683a3d830090363c92df61a23bcde36d433afc46 1,471 0.48/1.00 vMB 27
603,110 603,110 000000000000000000075d59c9ef00db37db0caf1efe58d3abdd531acb84b3e6 168 0.05/1.00 vMB 25
603,109 603,109 0000000000000000000c62a41c4b0844d1b729f8520338786db54abe92b56d7a 2,309 0.66/1.00 vMB 9
603,108 603,108 0000000000000000000d6bcdfe7586c4933c1212bb05e56a28540e976406755a 2,256 1.00/1.00 vMB 29
603,107 603,107 00000000000000000010b3478d2bff90e0b34d859a214ff048d605ff9c67a7ea 2,231 0.62/1.00 vMB 10
603,106 603,106 0000000000000000001516602be05091089c4c067217cfee6974cd979eab1187 2,491 1.00/1.00 vMB 25
603,105 603,105 0000000000000000000a124a6adc2f5c84d371fb7e63b4a19691802ca5713331 2,925 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.