Loading Tool

Explorer IconExplorer

Memory Pool

39,236 transactions
25.60 vMB
0.05237234 BTC
Random Selection Loading Transactions
Max Size: 132.81/200 MB

Candidate Block

Mining Attempt d1d2411930960c8ab0e9d683460ada509ae7ea84efdc65ff665d25a48d8c4c86
Version 20000000
Previous Block 000000000000000000010dace4d5b44bfd82b756b4c28da5c2033af29cb443b3
Merkle Root ea42b2cd22bd7248a78ff2e17aece19e815880e902e9fa93e30c8353479a9baf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,563
Size: 1.00 vMB
Total Fees: 0.00609849 BTC
Feerates: 66.96 > 0.61 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,764 (865,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,793 48,793 000000001f892d53141c3e4a423664af317aa58e9351d4a7227180ad99f7d77a 1 0.00/1.00 vMB 0
48,792 48,792 000000000211a4888b3d780124553cca34aa2662198a58e47ac556b7490ca8b8 2 0.00/1.00 vMB 0
48,791 48,791 000000001b8094354f4bbd43f647cf4c69e5d3bdbc3d80ff74e4304526fe0e08 1 0.00/1.00 vMB 0
48,790 48,790 0000000006164cd0c7f7f306ea831208d8936d41903e667d51bca67eb349cb6a 1 0.00/1.00 vMB 0
48,789 48,789 000000000d94744d2086bea50f20dda354f2eaa001100f83c7abb253333fa94d 1 0.00/1.00 vMB 0
48,788 48,788 00000000256a394721e436aae04f72a438e4f8eafa868f8ba9ef5747cd8a8186 1 0.00/1.00 vMB 0
48,787 48,787 000000001f63b8adbfbea9d5b8ae13b75b07ad2461afc21a755947e28b06b7f3 1 0.00/1.00 vMB 0
48,786 48,786 00000000001f4d67118bcd0e4e845df97056ebe0f22daa2bcf35249e55b00dc1 1 0.00/1.00 vMB 0
48,785 48,785 000000001486566ecf88b865e3f642a1d1597e26290204b0573f6c8a0f55d91f 1 0.00/1.00 vMB 0
48,784 48,784 000000001d29730e70512e5903a75424f7859a15db964f64f60cb9456e7e07af 1 0.00/1.00 vMB 0
48,783 48,783 0000000026c93147da1ad8e9cee21dac9d3ef37875e859fc40f25b7815a2c433 1 0.00/1.00 vMB 0
48,782 48,782 000000001a9974871b4dcf70cf8432bb66cc9cb995956f7d7a97ba698d015e69 1 0.00/1.00 vMB 0
48,781 48,781 00000000211d561ab723690f9518c26fce207ad98e2f816944e3886c5506fefd 1 0.00/1.00 vMB 0
48,780 48,780 000000001f26958460d0c95366d68cce54913ed1fdfd31c982180ce8a3207f59 1 0.00/1.00 vMB 0
48,779 48,779 00000000139cbe7d07903e1713ae9bdebc628247debab3d9726d08f8491e816b 1 0.00/1.00 vMB 0
48,778 48,778 000000002453af979b10582066c2cb6af2d8f8f2dad2ab6141a84d75de3b6a47 1 0.00/1.00 vMB 0
48,777 48,777 000000000870dd29a96aa91aed37b93e5ba57869cea471196a9317d90e085d7f 1 0.00/1.00 vMB 0
48,776 48,776 0000000015e2fc92e43f17c4c415f8a59cf5c219d5fa1116d4dd4678a5322e51 1 0.00/1.00 vMB 0
48,775 48,775 000000001fb47bbfd62af97c9ff2a8b77e69e1cc42c57b5b424a367a42736b99 1 0.00/1.00 vMB 0
48,774 48,774 00000000267c4ce86309bc40bfda30336fc78b2e27cf8e925043165f4e3a03b5 1 0.00/1.00 vMB 0
48,773 48,773 000000001598642625c0cc3e359c26b57a21496a86f7cf2725b6520a3335b538 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.97 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: 647.80 GB
    • Received: 12.97 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.