Loading Tool

Explorer IconExplorer

Memory Pool

87,894 transactions
32.53 vMB
0.15273289 BTC
Random Selection Loading Transactions
Max Size: 199.54/200 MB

Candidate Block

Mining Attempt 9fd3cfc8a68ebf2b1a8103e6ddfbe3e4dbb3305744fe284a341cea959cad696e
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root a83b0ad980d9ef2a5fcfcab36c109ce4c05c4514660761550b1666cf3a04a9ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.06834750 BTC
Feerates: 502.65 > 6.85 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (861,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,863 53,863 000000000d444973319fea34ef4c2f2ef178f713cfd2c3529102a2c7a230a1e4 1 0.00/1.00 vMB 0
53,862 53,862 000000000f3ea7b82f1781d6362a86479560131c5c19751923f6de6da9dcf2f5 1 0.00/1.00 vMB 0
53,861 53,861 000000000f29c7a81a9ea0ce12b345c923df2a006ce932c5a777995f234b0182 1 0.00/1.00 vMB 0
53,860 53,860 000000000fc9cd7253dade44042e4151e88d30b861f179c576a1bc94f16296ad 1 0.00/1.00 vMB 0
53,859 53,859 000000000dce357e38c66ef6c8fd4f8c67931e9353cfc061038f94bf45672ba1 1 0.00/1.00 vMB 0
53,858 53,858 0000000005e6ad15bde95ae679740800a6533d9a10647d4a5aea937294bacbbb 1 0.00/1.00 vMB 0
53,857 53,857 000000000d9312b696169d5380f0d504a6bbd28055f0e752c3197ea6b76f000a 1 0.00/1.00 vMB 0
53,856 53,856 0000000015070a8fb2ad3688dab93e6a504d132ad3533f79d4f066a5dceb8fcf 1 0.00/1.00 vMB 0
53,855 53,855 00000000025595a510f50b995bc7a665092e1b3916ce48c82a47d057c547c806 1 0.00/1.00 vMB 0
53,854 53,854 0000000004de594a39b213e696ba472ac9e88fea23be724bad6d522fd62006de 1 0.00/1.00 vMB 0
53,853 53,853 000000000027c8697d60a19353ff978c0f267cfd575fc118a85771a45ea21e89 1 0.00/1.00 vMB 0
53,852 53,852 000000001203d08e52e4e1169d33f20b9dfc373ab2ba568fc6871cb5b30d25e6 1 0.00/1.00 vMB 0
53,851 53,851 0000000012c9c33b223c4e291b90893d5c0ef947fc723933e27ec7525b59f0e1 1 0.00/1.00 vMB 0
53,850 53,850 00000000123a7458a2012a7d2337c97434ad5ee759ea525d105bbcf926c4a3ff 1 0.00/1.00 vMB 0
53,849 53,849 000000000ada7f0472e3a435589bbd0ac01eada71185b3af5fb749906b4f8714 1 0.00/1.00 vMB 0
53,848 53,848 00000000132370bdeee76957362fbd5994def92a743e331834c378f34ef80d0f 1 0.00/1.00 vMB 0
53,847 53,847 0000000004bebd6006568772df5228db5dafe4a44204e27e2c697e1405021bb1 1 0.00/1.00 vMB 0
53,846 53,846 000000000edb97835a9552a04b4ed6e69dc3cb6b8f9c7a5b2eb4d779d93c9809 1 0.00/1.00 vMB 0
53,845 53,845 0000000015b4a31b9b9dd10401865e2c15484f90dd9289b081f6fc885664b0f4 1 0.00/1.00 vMB 0
53,844 53,844 00000000086027d1bcaa8904f7cadd8d00a7bd54bb59cc87161cecc5312f1282 1 0.00/1.00 vMB 0
53,843 53,843 0000000001695fa96e3f9d3e850dbd640a6ae51ef4f7c56bfd04b388034e6269 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.