Loading Tool

Explorer IconExplorer

Memory Pool

80,227 transactions
29.64 vMB
0.08924235 BTC
Random Selection Loading Transactions
Max Size: 179.84/200 MB

Candidate Block

Mining Attempt e683f8f2a608d4d9e6044e04a2474f915caece87022d71cc0ded99b349e9af57
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 6b1dde644e44dd1541505f989f16532ce9f20474afaa51cc02bdbdc180d40684
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,894
Size: 1.00 vMB
Total Fees: 0.02366522 BTC
Feerates: 90.00 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (382,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,830 532,830 00000000000000000009119366319b9ec9e3b1349d76b21bf73dbcb0f0528c91 2,826 1.00/1.00 vMB 17
532,829 532,829 00000000000000000033f9dff42551f5c2dc81e5c0147eb4cbdd97e47a6da645 2,507 1.00/1.00 vMB 40
532,828 532,828 00000000000000000023d8c611f4f0a053be06da6de45d91c1b2f94d74bb9320 2,612 1.00/1.00 vMB 47
532,827 532,827 00000000000000000002127dc307e7a89c83226150e85a3b9e163507e1cba768 1 0.00/1.00 vMB 0
532,826 532,826 0000000000000000000f6cc4ad92a472e28a5fc9f1da81a9a90b0976a4cfeaca 2,707 1.00/1.00 vMB 9
532,825 532,825 00000000000000000024d413d8741b05a4ef11fe98a7eebe8b20c62f144893b9 2,198 1.00/1.00 vMB 28
532,824 532,824 00000000000000000026e40af7efd8a74c3c1e6941557814bce6e81ac83cea25 2,322 0.86/1.00 vMB 31
532,823 532,823 0000000000000000000d43befcb57e6769e3c7a0681ef9676051c2c76d3d4253 2,564 1.00/1.00 vMB 37
532,822 532,822 0000000000000000002d7cf42bb21eba1d2a0e07212a099d8769255c7a9878a1 2,340 1.00/1.00 vMB 23
532,821 532,821 0000000000000000000d02c8975018dda9009c3634b31bd7d5cfae540dc43d7c 2,443 1.00/1.00 vMB 36
532,820 532,820 0000000000000000002e4d11b2dd5a80be5ab032c09ba92864be782c8fbdff86 574 0.25/1.00 vMB 15
532,819 532,819 0000000000000000001943591bb8ff43ef714c2d312ff5e6dc352f47bff4731c 680 0.22/1.00 vMB 19
532,818 532,818 0000000000000000003504d63c09d697d7420bea3f278f36735a5fc470d248ff 331 0.10/1.00 vMB 16
532,817 532,817 000000000000000000244ce027df358d4261c8c3082aadea435c76b1bcf8b27f 1,882 0.80/1.00 vMB 23
532,816 532,816 0000000000000000000d27b0fb393fca45f9ab8fc09abde0f0aaffb49107c8b7 955 0.52/1.00 vMB 15
532,815 532,815 000000000000000000305c0c3063e0a2601241c33356344752f313aa1077267a 414 0.81/1.00 vMB 2
532,814 532,814 00000000000000000001c8e98f900d6f910629b822bbbafecf022978ace8134c 1,196 1.00/1.00 vMB 8
532,813 532,813 00000000000000000012dc37e78c9522cc7c80b1d86ff244c00a1224e0a3f4f4 2,744 1.00/1.00 vMB 25
532,812 532,812 00000000000000000015147aed9d5b86f81a31a0b1a42ebad5bbf882b3f6cba7 2,186 1.00/1.00 vMB 8
532,811 532,811 000000000000000000341f6049eba487773dfdfc0e4062a8885f56f6f059cf5b 1,970 1.00/1.00 vMB 22
532,810 532,810 0000000000000000002ae838fdbc9065e6d898ffd75d4e4fe9ba010bcacaa882 2,534 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.