Loading Tool

Explorer IconExplorer

Memory Pool

73,437 transactions
27.25 vMB
0.06333815 BTC
Random Selection Loading Transactions
Max Size: 166.31/200 MB

Candidate Block

Mining Attempt 762ee0b6369b4b0cc4bb76f7e3f768a9f9b5c98549834ee9a0dfec234181f18c
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ec9f87c64f8c0d9252fdde323c1d474e337f80deeed7e90a9a147286b570c447
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,440
Size: 1.00 vMB
Total Fees: 0.00534680 BTC
Feerates: 73.20 > 0.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (456,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,780 458,780 000000000000000001f4790a33ee4876c1cd877818549c6845b008d0907a1760 2,369 1.00/1.00 vMB 157
458,779 458,779 000000000000000000ad77fbca631612b6b9142aafe1bb08e476a081748c3a54 2,254 1.00/1.00 vMB 185
458,778 458,778 0000000000000000008092f9e9e42f38392d8008d5ad92d0f7576029801d58d1 1,543 1.00/1.00 vMB 160
458,777 458,777 000000000000000001a4da7879db49a412057736b3c069613fc6d9aa82c4bb8f 971 1.00/1.00 vMB 78
458,776 458,776 0000000000000000015945308eadf852da72d5bc7d293667d71e9d2af9830ab9 1,889 1.00/1.00 vMB 162
458,775 458,775 0000000000000000022442a23789b6a6e5ef4693f73de7e5f9bde7031302889e 195 0.10/1.00 vMB 92
458,774 458,774 00000000000000000239890a9f18d08800f704a85358d975a580eea60c7f7cc2 2,041 1.00/1.00 vMB 105
458,773 458,773 00000000000000000098dcce477f70fa994ecdf7349d543c60a0aad2783f5910 1,807 1.00/1.00 vMB 121
458,772 458,772 00000000000000000229d8a5f874bb3d54895b90c1efe37ccba59f4ad3c89fa0 1,811 1.00/1.00 vMB 191
458,771 458,771 00000000000000000069b7b28ba6ba3de692e7bc337d40a555ee04e213509012 2,023 1.00/1.00 vMB 147
458,770 458,770 0000000000000000010a7c204a3deedc86da6e7703b6d85a29bf223ae0246725 2,136 1.00/1.00 vMB 173
458,769 458,769 000000000000000000a40d081fbea3cc486d47fffa958b4604cf37e002a29abf 1,600 0.75/1.00 vMB 207
458,768 458,768 000000000000000000425a1ef44271b6060026a3532b4f7a8f02576042610e3d 1,753 1.00/1.00 vMB 164
458,767 458,767 00000000000000000099b5997c0e86fa26525b9460ac170a173756af4e9a9f29 2,160 1.00/1.00 vMB 208
458,766 458,766 00000000000000000227c7c16800f4781f3c12619e888be82b62c99d5b40a7b5 1,305 1.00/1.00 vMB 193
458,765 458,765 00000000000000000022be9cd669ecec717b9eb939bf1ea1a298dbf1747ae699 1,870 1.00/1.00 vMB 172
458,764 458,764 00000000000000000081a7f5f710d02ec01ec17c006bd64ea37cad3c60b4c36a 2,162 1.00/1.00 vMB 144
458,763 458,763 000000000000000000ba620df8509a5d01f2532f8e47a412232da14bd99bc181 2,218 1.00/1.00 vMB 197
458,762 458,762 000000000000000000b37606af8129f248c341c5c66d0f3365c184b44800e90e 2,334 1.00/1.00 vMB 188
458,761 458,761 000000000000000000da3413eb9104d4a3bd4448d702ddec0d6514e394d5e078 2,148 1.00/1.00 vMB 171
458,760 458,760 00000000000000000221fd33026f55167170cc374ba1e5dfce6639ae3eec0322 2,342 1.00/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.