Loading Tool

Explorer IconExplorer

Memory Pool

25,553 transactions
27.06 vMB
0.06012980 BTC
Random Selection Loading Transactions
Max Size: 129.20/200 MB

Candidate Block

Mining Attempt 53f38ca5b488d5f1762c85eabdab9a2d877397374410100c7cdf323137aa8102
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 50a68c4a3b0816c57921d1ac6233bd0928a876d30a8b86f926a0893066b2b7c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,156
Size: 1.00 vMB
Total Fees: 0.00902599 BTC
Feerates: 150.93 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (670,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
243,910 243,910 00000000000000ad37152fd05b057c0f034163e988929d9c1a28f76f542d95ca 13 0.01/1.00 vMB 71
243,909 243,909 0000000000000050a249fc16e4218df344eb97a0aace3d6b3b9fde6224fe8e1b 117 0.06/1.00 vMB 156
243,908 243,908 00000000000000b2ce3466c19d69b05083fb33e21ef127df1374c562f6962856 85 0.05/1.00 vMB 122
243,907 243,907 000000000000009d20ee53f10b851c0e5d5e6c46a8391a973a1c12b81e706b1d 100 0.05/1.00 vMB 121
243,906 243,906 000000000000008f3556deba6d872e01627c17753492c5adbdbf689471d03043 109 0.05/1.00 vMB 126
243,905 243,905 0000000000000024e98dc21fe8e68b07333edbe6b2b9acc3ee33d4b5d7803d81 274 0.13/1.00 vMB 147
243,904 243,904 000000000000004b61d7ddc8696dddbf2a4e800936b03c4c888000f4cb6315ec 106 0.06/1.00 vMB 107
243,903 243,903 000000000000004285decd3d40bbbf3af9a2f4fd3726d032e63313d46be510dc 133 0.05/1.00 vMB 160
243,902 243,902 00000000000000434d5da74554c18a28ac603618504f1835ab152157f8d0d7e2 204 0.10/1.00 vMB 132
243,901 243,901 000000000000001c02655280ff0c74fc75b6dacb48489cf2aee053c98c3cf41e 184 0.08/1.00 vMB 180
243,900 243,900 00000000000000aeb4d6fae7b7871a688426e388e77923c9b859aef6f8fa7c6e 7 0.00/1.00 vMB 77
243,899 243,899 000000000000007af0fd6388f7c8854b41a5bfaee7f360e5507cda8547e286d5 6 0.00/1.00 vMB 16
243,898 243,898 00000000000000a79adc6691f1ac546bbd2bb8ee659410593fb46dec69bad757 120 0.06/1.00 vMB 119
243,897 243,897 0000000000000097021a43c7700ad9b4a9d5be4f8aa75c52de0b620700c10f47 67 0.04/1.00 vMB 118
243,896 243,896 00000000000000c5a74a6cb3f39e5df2dad6104190af503bc4118b88549a4e51 383 0.18/1.00 vMB 156
243,895 243,895 000000000000000c84110f812ef3e132cf557c04c002ba56b2084530545ef134 4 0.00/1.00 vMB 47
243,894 243,894 0000000000000006e72df6e9ad7a83858af7de44e59b19407bb272f6e2fc1b63 171 0.08/1.00 vMB 162
243,893 243,893 00000000000000a0a383696f12d7fbebed6226b33386ad6e01f61913d6ad6cd5 317 0.16/1.00 vMB 102
243,892 243,892 0000000000000002ffd2f0983da78737496e7a4b0551966248e8315eccec92ef 571 0.25/1.00 vMB 157
243,891 243,891 000000000000003cf3b9b6eab2fd90738dc334d7e5c4c61a1eb9b504c2a1edec 168 0.08/1.00 vMB 144
243,890 243,890 00000000000000844f73ba38e4ad4ccdf8ff5db7283c4f99dda84c0918bcf63b 5 0.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 781.46 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: 611.03 GB
    • Received: 10.79 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.