Loading Tool

Explorer IconExplorer

Memory Pool

80,488 transactions
29.96 vMB
0.12105745 BTC
Random Selection Loading Transactions
Max Size: 180.28/200 MB

Candidate Block

Mining Attempt 1c5a1499468f9a317e54e8ad2f8f0aac3aeb4fa847131cc51eaa83e965466dc5
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root e0f9c8808c12a8a9b1875e2493dae3ab8df5b0d8fd05fd0f9adde79e50ca2383
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,610
Size: 1.00 vMB
Total Fees: 0.05004850 BTC
Feerates: 242.90 > 5.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (706,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,635 208,635 000000000000021502bc7848fa4ba5fe22ae7c39a9c64c079cccaec6928cc37f 454 0.20/1.00 vMB 184
208,634 208,634 000000000000009928e2acb8b988f31c574128a17a195a3a062cf21e71e12fff 11 0.00/1.00 vMB 0
208,633 208,633 000000000000015b61ffa7a0e96fa4216b64f49ebaf66b005bd10a02c184c29e 352 0.25/1.00 vMB 125
208,632 208,632 0000000000000365ef4e6310444880691aedb5be66d048642a2c9c36d2e47965 585 0.20/1.00 vMB 236
208,631 208,631 0000000000000113bd0bffefdc601e1d87abb267d5b9d62529d7a0ff492c4528 149 0.05/1.00 vMB 160
208,630 208,630 000000000000002680009c65fa364055d508b3de3a8abf97bd1885c93028bdb5 130 0.05/1.00 vMB 116
208,629 208,629 00000000000000ef1288b705c68ac9217dc521c3dc81e3524d692c5411a1d958 652 0.25/1.00 vMB 211
208,628 208,628 00000000000002557e32258323a41a827575b9f0d4ce2738e99fbca3fef29c71 115 0.08/1.00 vMB 100
208,627 208,627 0000000000000239657e1b7b9ca552a0c75f09198e218d53b31182643b7e1900 416 0.28/1.00 vMB 156
208,626 208,626 0000000000000029886e43b85dae25f07d3c3260c63ae64e5cb3e5bc49907680 121 0.05/1.00 vMB 136
208,625 208,625 000000000000000381835e6166f0f4cf86a5e2e7129af6ad3310e367bd17a7a0 671 0.20/1.00 vMB 264
208,624 208,624 00000000000001aafa883c786cb7eafba60d6e41ac9c0401aed0c35858dcedd4 12 0.00/1.00 vMB 913
208,623 208,623 000000000000005c6b6c09254582fa7a3183d3b5b1a17cf883f2ea14578752f9 197 0.06/1.00 vMB 29
208,622 208,622 00000000000004dd4709f3eaff90ea91c137d1e2bb563274debd4cf562c243c1 564 0.27/1.00 vMB 185
208,621 208,621 000000000000008305ed3c9af84671f52b66a6bd35684daf9d5e276e2cd54cc3 797 0.25/1.00 vMB 326
208,620 208,620 00000000000004e34b4e75dffd8906ef14e47c0bb0c8bbd6e389b4cc38d37371 457 0.21/1.00 vMB 114
208,619 208,619 00000000000002c582ffc8bf6cec674f0418b75e2dee7eca05ab07c2628a4846 571 0.22/1.00 vMB 208
208,618 208,618 000000000000001f9c155bb2d069cbb899276fca87351dcaeb50d80134dc7d17 426 0.20/1.00 vMB 173
208,617 208,617 000000000000028d84cff2b28d91087713ab3fd65bf5c8322b909089a742d8f3 530 0.26/1.00 vMB 161
208,616 208,616 00000000000001ca8c695f6cd7b77e277cd1feb0f6c0e261398bcd55267e25d8 760 0.33/1.00 vMB 211
208,615 208,615 00000000000000190c96933fa6abf93f7c1fb9ae30c3a7b723e5d703b785294f 154 0.06/1.00 vMB 185
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.