Loading Tool

Explorer IconExplorer

Memory Pool

32,391 transactions
25.41 vMB
0.05140224 BTC
Random Selection Loading Transactions
Max Size: 127.49/200 MB

Candidate Block

Mining Attempt 84a53e4551661f7d6100fb5e67527de6bf996beaab90b60716aefae2cdaea26d
Version 20000000
Previous Block 00000000000000000001faef095747522e6e39b83b4f276b6c552d3f2d0925a1
Merkle Root cc1c3a273d91a55ecad957dab0675c1aa0a06b081bcbbe708b7e0a8b7f6f6424
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 907
Size: 1.00 vMB
Total Fees: 0.00515677 BTC
Feerates: 532.98 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,657 (75,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,960 838,960 00000000000000000000c7df88d26893db457afcc0a9c0c4f3ad07e575da22dd 3,650 1.00/1.00 vMB 81
838,959 838,959 00000000000000000002737741061c9a03e36b9ab58927ca43674efde7b4dcac 2,812 1.00/1.00 vMB 143
838,958 838,958 00000000000000000001fc6263f6980587083df87778863385e4dc5411c3fa6f 2,654 1.00/1.00 vMB 54
838,957 838,957 00000000000000000001e37fdc4e8b171e7f2ea1a94353cfe023cb2300903635 3,450 1.00/1.00 vMB 99
838,956 838,956 0000000000000000000159d8ee13332260d6585abce7fe7324a9838e1e3fe95c 3,020 1.00/1.00 vMB 62
838,955 838,955 00000000000000000001519744229dc6aa6f89ee030afb76ef86944fa69a3cd4 2,979 1.00/1.00 vMB 100
838,954 838,954 0000000000000000000301f7e59f967593b4ee12c0cea9cdd8666dfa071a80bc 2,731 1.00/1.00 vMB 58
838,953 838,953 00000000000000000002e3e0f51a15e39abaec6da68a5d3f798d1af5c92bd9f2 3,438 1.00/1.00 vMB 64
838,952 838,952 000000000000000000027a0e2d1fee1c70507a4acbb9a7c9b42c54f3d149e9c5 3,507 1.00/1.00 vMB 67
838,951 838,951 000000000000000000019d85e0f14d3ff6214272be56abe2179bea88c897d3f1 3,162 1.00/1.00 vMB 88
838,950 838,950 000000000000000000032b16342557e78ab61358127b18c3bd82d5e6c1f2654e 1,598 1.00/1.00 vMB 54
838,949 838,949 000000000000000000002bafb434231b209f94c1672444356dc98b8b6044bf7b 1 0.00/1.00 vMB 0
838,948 838,948 0000000000000000000145d7074c90485be3c0433c1835bb0c6c6e9365ee32d3 1,724 1.00/1.00 vMB 65
838,947 838,947 000000000000000000026b804af48e80aa0e07346ed3fcf480dbb4d1afa784d7 634 1.00/1.00 vMB 51
838,946 838,946 000000000000000000029617aa0cc55a7164481537acd81fb68e16bc07f57227 237 1.00/1.00 vMB 49
838,945 838,945 00000000000000000000793a8c8324355825ec88882fe614ab6b5580ec35da47 2,426 1.00/1.00 vMB 69
838,944 838,944 00000000000000000000ed2021ddf6b4e84d68a8a2e5c8278238febc523faf79 1,613 1.00/1.00 vMB 47
838,943 838,943 0000000000000000000001cfdff1f8d22f32b0c381615ed4a2792b0d5341b971 2,396 1.00/1.00 vMB 64
838,942 838,942 0000000000000000000244672792d5569c51b8f6243702bff1470bb88568fb47 2,612 1.00/1.00 vMB 54
838,941 838,941 000000000000000000019b1fefe88a80f8e43420ed6ed5436de45103889090f4 2,370 1.00/1.00 vMB 69
838,940 838,940 0000000000000000000160a7fb0afa48b0f4c85618fa2d7f087e7ab6e6b5d7bf 3,707 1.00/1.00 vMB 82
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.30 GB
    • Received: 12.19 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.