Loading Tool

Explorer IconExplorer

Memory Pool

78,314 transactions
29.42 vMB
0.06678159 BTC
Random Selection Loading Transactions
Max Size: 176.66/200 MB

Candidate Block

Mining Attempt 7d8c975dfa9a9535477f842c303b1fd859d491b746826ecfcb53c464d154516e
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4a21e075703c1e8cec0624349154686235880328aefccd4d2474280027d256c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,708
Size: 1.00 vMB
Total Fees: 0.00707454 BTC
Feerates: 180.34 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (295,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,393 619,393 000000000000000000076faf9d7d473dbb8ef6793da4be71e92ff667e21a74d3 3,302 1.00/1.00 vMB 34
619,392 619,392 00000000000000000000742314e7bb5b1a025e6588a604f2aa900dacbcde1cf3 1,877 1.00/1.00 vMB 7
619,391 619,391 0000000000000000000e6a21d013465f5e2f015b45f2164b46c656e7abe73538 2,929 1.00/1.00 vMB 18
619,390 619,390 0000000000000000000798631aa04a60a03d387f635c566ab22e1ed60966aa06 2,312 1.00/1.00 vMB 20
619,389 619,389 0000000000000000000f1ad52809be1b4a5be86b017e69ac9bda3df44e68cb2c 3,401 1.00/1.00 vMB 27
619,388 619,388 0000000000000000000a2cbb7af3c4f70c90ad697a45902ac905b163de080834 2,670 1.00/1.00 vMB 26
619,387 619,387 0000000000000000000e9a197a13d5bda2fb7b857d9558509eaecf8f88f22536 2,828 1.00/1.00 vMB 44
619,386 619,386 00000000000000000008d87658fe52e336d87923ea3854a37b9588dd708d1ffe 2,177 1.00/1.00 vMB 5
619,385 619,385 0000000000000000000ab8b2230f5b63d4d4be1a0aa6b9296cfc09e48c8e42e0 2,914 1.00/1.00 vMB 25
619,384 619,384 000000000000000000082a6f83af4739e4d6c818af28685b2992d6af710ceab1 1,799 1.00/1.00 vMB 10
619,383 619,383 0000000000000000000fc5707f9351bdefada8c42267c9d63baf404268d65ca0 2,789 1.00/1.00 vMB 21
619,382 619,382 0000000000000000000a7d2a3baa7da0251c06b6772388a070529d09e813350d 1,924 1.00/1.00 vMB 17
619,381 619,381 0000000000000000000fe8af246a28e0fbfb67073be8bc4cf07067890369ce19 892 1.00/1.00 vMB 10
619,380 619,380 00000000000000000011e50e1d85aae28a688a95e07b5d6b8042a4b6f1c574fe 2,365 1.00/1.00 vMB 20
619,379 619,379 00000000000000000002c84a6162779d699a1ae16c5dbab2ae2819f2c68772f0 704 1.00/1.00 vMB 7
619,378 619,378 0000000000000000000a4f58958175115d11fd2291093dcfc2c792db814142fe 1,216 1.00/1.00 vMB 12
619,377 619,377 000000000000000000099c55b0f55b15a1d0f7c2f77837528ee00198c0bc79fb 2,100 1.00/1.00 vMB 15
619,376 619,376 00000000000000000001e476fcb1a34f8931611ae1629fd49945ffa7c2fe2e1c 1,766 1.00/1.00 vMB 15
619,375 619,375 0000000000000000000d74410dfcee7667be815d715bed6275def475746a4360 3,108 1.00/1.00 vMB 22
619,374 619,374 000000000000000000080e79bc2717761c5299e6224a6aef0a74f407d13629fa 2,201 1.00/1.00 vMB 22
619,373 619,373 00000000000000000001b9d7810d463c72bda804e45398d71e38ec671ef87387 2,476 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.43 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: 665.47 GB
    • Received: 15.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.