Loading Tool

Explorer IconExplorer

Memory Pool

49,196 transactions
29.79 vMB
0.07431990 BTC
Random Selection Loading Transactions
Max Size: 159.37/200 MB

Candidate Block

Mining Attempt 5fb40e3ec2951d24ebac858f45bc43b6076f0494a0fd6cf0a75a4c7aea8cdb75
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 5988534bfd350d0c7cc454b5ba07852a955c78486479c857771c0ff907c88e12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.01296347 BTC
Feerates: 117.91 > 1.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (736,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,166 178,166 000000000000063f2d989df563c405f67e30e59be61f1b17445a71f58ab00bb7 56 0.04/1.00 vMB 82
178,165 178,165 00000000000009947b35a40cdb07d7c9d668057e461d04523a25de0c850a9d45 16 0.01/1.00 vMB 240
178,164 178,164 000000000000038375196eb35ea656d23c7370e268e7886739134fd386d59c05 72 0.04/1.00 vMB 143
178,163 178,163 00000000000003659ad73844c30b4823a305cd5dd26bdd15729ad761dc205b37 11 0.00/1.00 vMB 13
178,162 178,162 000000000000034eb9baf858d09d4c955c83de40ba19a3eee4d739c6a0105f92 20 0.02/1.00 vMB 134
178,161 178,161 000000000000062b0f142ed0e92a9fcdf3f0822d36f707f6822c4f8bc04fb197 87 0.04/1.00 vMB 95
178,160 178,160 0000000000000afe33b930823c1c12d5aae013e704ff99e221600f46e6e39698 15 0.00/1.00 vMB 28
178,159 178,159 000000000000046c9d3babf95097e356a0300d63efc66bbb008014c74e2f3443 54 0.02/1.00 vMB 80
178,158 178,158 0000000000000a0e28fe7fe693f61c3fd2b06087716370451d1e4f66d7ad69e7 112 0.06/1.00 vMB 129
178,157 178,157 00000000000000454d3f5cf031bae62d9ccd37228f0d0991c86ce6cbe55caec5 23 0.01/1.00 vMB 459
178,156 178,156 0000000000000746a3d5e873d643ab07cc53d11b9aa92ebba2d3be6f149ce164 44 0.03/1.00 vMB 50
178,155 178,155 00000000000000d592371d36d4275a9fd84574aa58d5a2000e7dfbdf517a0880 63 0.03/1.00 vMB 84
178,154 178,154 00000000000007638a4b27279a538c576fc0c348d1b46c0e10d0ad0a6d61eed8 114 0.05/1.00 vMB 261
178,153 178,153 0000000000000ac0ca95feb5b99b3c3a6a3e4c7c01ede086e038bd5f923d4ca0 22 0.01/1.00 vMB 0
178,152 178,152 000000000000006f84c43671523b65ce2e32eeedef8168ccb24d7bc31bb61c8a 198 0.12/1.00 vMB 124
178,151 178,151 000000000000085950a1ec821ffd2f3b67e01e1ce10a2b604eff60b77606cc06 140 0.05/1.00 vMB 128
178,150 178,150 000000000000039298e331265c7f3a58998c6a5c9fb22cb3db5d051895f224dc 12 0.00/1.00 vMB 54
178,149 178,149 0000000000000575a5bc37fb30ad18bcbe21e3361c70149d5e8b80c5336b3a7b 40 0.01/1.00 vMB 16
178,148 178,148 00000000000006ab488d96738eafa19783e702b3a773ecd0678a26e1fbbf87b4 81 0.05/1.00 vMB 89
178,147 178,147 00000000000004f6d5e41553f4b81fb9a7090ed0eefe641cbca3b1fd8a357242 10 0.00/1.00 vMB 373
178,146 178,146 000000000000031face7a573ece397d9bd71c2c7aa03dfca9a2f2531c03b046c 20 0.01/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.