Loading Tool

Explorer IconExplorer

Memory Pool

76,294 transactions
28.47 vMB
0.07119959 BTC
Random Selection Loading Transactions
Max Size: 172.49/200 MB

Candidate Block

Mining Attempt d5e22be0be3710df545956e60a56fce4d38336efbd0385e22bbe02646840e3ef
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root c75576ba09e1eeb6af15b8d99f92c94bdfe3c7af14f5a9e1d4ee5268783017a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,266
Size: 1.00 vMB
Total Fees: 0.01207386 BTC
Feerates: 178.73 > 1.21 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (242,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,103 673,103 00000000000000000005fb9e489358602c302580bf1440c75ed48de7ea5410ea 939 1.00/1.00 vMB 17
673,102 673,102 0000000000000000000ad5e1fe0342bac0da39a1c16327b4dcd42e5093405662 1,502 1.00/1.00 vMB 21
673,101 673,101 00000000000000000006f69c0690866c6848556b2b2f1a0c3ea47ac1a40f56c0 2,407 1.00/1.00 vMB 43
673,100 673,100 0000000000000000000c4f5696d9d6a91590d3c9c43d6d10c03eb54d7f5e61fa 1,500 1.00/1.00 vMB 34
673,099 673,099 000000000000000000083795d686f1296f61dab2b7a84f623338087ce00ef31e 2,814 1.00/1.00 vMB 76
673,098 673,098 0000000000000000000223e93773ca0635f7f2c7543e06f77198890e3e6ab899 1,887 1.00/1.00 vMB 24
673,097 673,097 00000000000000000004b86cbf36129a7236e089bdf5dfc20ca26b05b5b4d8ab 2,827 1.00/1.00 vMB 73
673,096 673,096 00000000000000000003a799ff31c1e8a255d2a13ed46cf588d1b57576c12574 2,251 1.00/1.00 vMB 44
673,095 673,095 00000000000000000009c810ca53cfd3daec5139fc56751e6b82ea7971f66f85 2,691 1.00/1.00 vMB 88
673,094 673,094 000000000000000000079b6a4055830aa82f60443087e02567dc6670ad190c9c 2,118 1.00/1.00 vMB 64
673,093 673,093 000000000000000000025821893ece5ec0df5547528f2270b21df34493458845 1,103 1.00/1.00 vMB 55
673,092 673,092 00000000000000000002e5a21231c391f36c33022c3819e3d8a51425f4185755 1,013 1.00/1.00 vMB 104
673,091 673,091 000000000000000000090226ab53f9743b68e48d39edcad7241651b053d90e85 1,969 1.00/1.00 vMB 30
673,090 673,090 00000000000000000004343810b7f3eb3096099cf19adcb98c09037c8b811679 1,126 1.00/1.00 vMB 31
673,089 673,089 0000000000000000000a41635adced92e50a7582bae67ce815969541861922a0 2,315 1.00/1.00 vMB 58
673,088 673,088 000000000000000000030902a7cacf1eb6d70be4601712a3b48bb12e85437a56 2,297 1.00/1.00 vMB 100
673,087 673,087 000000000000000000013b24abbe54a9c770fadc617ddec630f59cc96a4761d2 1,635 1.00/1.00 vMB 50
673,086 673,086 00000000000000000005d75ed95c01c38b2f44c2ab7b13da0f8efc110c1ff47c 1,751 1.00/1.00 vMB 62
673,085 673,085 00000000000000000004d41a0af4a14cf348863de46719f4a3cd1d3c9724bba5 1 0.00/1.00 vMB 0
673,084 673,084 0000000000000000000be78cd4d39af9b991dc2031638f3a7dde3211904d54c5 1,932 1.00/1.00 vMB 54
673,083 673,083 0000000000000000000593bb3a65b1f0f10aceacbed2e50b4e33a5b0b5472d2e 1,895 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.63 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: 672.10 GB
    • Received: 16.14 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.