Loading Tool

Explorer IconExplorer

Memory Pool

37,719 transactions
28.18 vMB
0.06711700 BTC
Random Selection Loading Transactions
Max Size: 142.64/200 MB

Candidate Block

Mining Attempt 2d8e6acae090d21130c50517e190a9626f0a7a42210772f60104d07183edfcaa
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 8c27e434ecd7d28913a93e5169c352716eef1111c8d326897e634ba3715d2ef9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,833
Size: 1.00 vMB
Total Fees: 0.01309674 BTC
Feerates: 150.61 > 1.31 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (94,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,963 819,963 00000000000000000003c4beab6cb77e964250715e30e186b5825940d4a53a07 4,075 1.00/1.00 vMB 195
819,962 819,962 000000000000000000032516e986ad1dcd1d90c784e3cdee274d9439b36690b8 3,660 1.00/1.00 vMB 209
819,961 819,961 00000000000000000000adb2bb4b4dfeea1e2a834fa16e1eca0433f196c9a26f 1,795 1.00/1.00 vMB 204
819,960 819,960 00000000000000000001848ef0812a565e44c4f1d3ac019df84ebd69467307eb 2,588 1.00/1.00 vMB 216
819,959 819,959 00000000000000000001e6b0c339ff98cc13a625a695d4de002625b47a4e1114 2,633 1.00/1.00 vMB 182
819,958 819,958 00000000000000000004068cbc042cd8ce1cd956b08fb3436f3726de1659c132 2,341 1.00/1.00 vMB 198
819,957 819,957 00000000000000000000be1d683e937e25647707d9079e880fc78c3999357c6b 2,885 1.00/1.00 vMB 221
819,956 819,956 00000000000000000003173aed7dabb35bb521973fdb71407e4baabbe7190b00 3,617 1.00/1.00 vMB 244
819,955 819,955 0000000000000000000241ebd34dc64d8a622382306c456b5f5e8053935a2e61 3,354 1.00/1.00 vMB 236
819,954 819,954 000000000000000000002d745d59e5b86f58af3034530fe2ab1c7fd53662d4f4 3,427 1.00/1.00 vMB 282
819,953 819,953 00000000000000000003d13e92abbb952e91542f5f8200b480105bb48f44c4ed 3,303 1.00/1.00 vMB 234
819,952 819,952 0000000000000000000053d512222b683b0c6f4929a334021214946fe0774459 3,709 1.00/1.00 vMB 283
819,951 819,951 0000000000000000000110885d433af11d2b93c9336eec5275764e9ccc1cf66d 3,599 1.00/1.00 vMB 270
819,950 819,950 00000000000000000003382b95d2b2839f8a552b0c4a59bc8503d9ee414f5a80 3,387 1.00/1.00 vMB 283
819,949 819,949 0000000000000000000282b1506871c896c7825911a67e1325308a748be3dd07 3,541 1.00/1.00 vMB 249
819,948 819,948 00000000000000000001a124d7f7f17f3d96281da7050280fe5844a0af900504 3,269 1.00/1.00 vMB 238
819,947 819,947 00000000000000000002201b4d518b345e7a036e38ec6575e551d2519396d0a3 3,090 1.00/1.00 vMB 261
819,946 819,946 00000000000000000002b5d2570d68d505b52d0311ff42f13928d08ee4d1b7b5 3,237 1.00/1.00 vMB 256
819,945 819,945 00000000000000000003346a1030b4a838de9366f23f251362f742a4f9f03e5b 2,682 1.00/1.00 vMB 277
819,944 819,944 00000000000000000003fcb0315144a7c92a0eba01bc32cae145afd7b705ac98 3,335 1.00/1.00 vMB 297
819,943 819,943 00000000000000000003d385edc272d96e39ce47f57c6b06ab793cf6f5bbd933 3,315 1.00/1.00 vMB 304
Previous 10 blocks ↓
Total Size: 781.68 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: 628.34 GB
    • Received: 11.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.