Loading Tool

Explorer IconExplorer

Memory Pool

41,401 transactions
27.40 vMB
0.08054865 BTC
Random Selection Loading Transactions
Max Size: 141.53/200 MB

Candidate Block

Mining Attempt 342c11e7863ff189778f935151ac0e62e65f912ddd1f17f3fa76353398edf5ef
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 953fab1eb1dc1522039f978ddd33ab2096226e25e8957ddad1da42ca2889ec1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,054
Size: 1.00 vMB
Total Fees: 0.02713961 BTC
Feerates: 141.50 > 2.72 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (910,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,672 3,672 0000000099a190c5e30c9607241446f3494fc8bfb9fa04fb12d4b14ad494ed80 1 0.00/1.00 vMB 0
3,671 3,671 000000000802b224fd80eac82d10051af5ca94b62ca50afac06edfeeec27b738 1 0.00/1.00 vMB 0
3,670 3,670 000000001d5c8482b041934be1f0c142d50cd40639511f43a63f35839727c84a 1 0.00/1.00 vMB 0
3,669 3,669 000000002bdb1378541fe953948bfc3d57a9729ae391bd9cf5502e9e0131d92c 1 0.00/1.00 vMB 0
3,668 3,668 000000003125bc1ca2512559dcd25211f07053ee4586b4ca604675dc618efbd4 1 0.00/1.00 vMB 0
3,667 3,667 00000000995af6d670190c89138298091ec05eb7357eabe106e39ca8732336d8 1 0.00/1.00 vMB 0
3,666 3,666 00000000870f324e5324bab84899b82073a6f2ff724000d586ce9659d4f16099 1 0.00/1.00 vMB 0
3,665 3,665 000000003d49c38f2fe11faa38a8b7c9649e8b83c2b1fe5e3c6b70f5dcfef0ba 1 0.00/1.00 vMB 0
3,664 3,664 00000000766d9b0c2d6686aeb4e313e492396271d86673d8cf8f42f0f0d6f353 1 0.00/1.00 vMB 0
3,663 3,663 000000004d409a0524ed836a208ddaa37622cbdc2779b26a441146247d192c5e 1 0.00/1.00 vMB 0
3,662 3,662 0000000063a24206b6ec0500d680a31cf47d4d88c7880c94d3c4894cc54eec41 1 0.00/1.00 vMB 0
3,661 3,661 00000000a38ae6416d0bc993f260d5d67411ef5a1b53e0f083483355f75d78ed 1 0.00/1.00 vMB 0
3,660 3,660 00000000c4136bf96ec4c9a93202cf2f6cf59758b4c0e7c004d2816b93b55510 1 0.00/1.00 vMB 0
3,659 3,659 00000000c8eb5603b6bcc934f66e1654bb0d8ca0c8f1768b6d1726fde28d91bf 1 0.00/1.00 vMB 0
3,658 3,658 000000005be369c9ba2987d4be251b8391aae04f72a49567629cab56b10808a8 1 0.00/1.00 vMB 0
3,657 3,657 000000005b37df00a1d72b9d508e4ea84e3414af18a7bf559d8c10e05b84f7a7 1 0.00/1.00 vMB 0
3,656 3,656 00000000c215d8733939476265aa55736bbe20081fcec05a9d271ab3f7b7245a 1 0.00/1.00 vMB 0
3,655 3,655 00000000a9c5d82e9944455808926310dfe0d9688517460c1393ef7099710160 1 0.00/1.00 vMB 0
3,654 3,654 00000000a70ba4a405c67310757606dd955cf1a3a8e5c042335d78394ea6cb67 1 0.00/1.00 vMB 0
3,653 3,653 0000000029bff1924960f2f62aeb2b4171168260c33a48d58d4d99460c850006 1 0.00/1.00 vMB 0
3,652 3,652 00000000f2c6077f28bf62372d84492b111795213ac32713bc91e6a72d7b7fd6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.