Loading Tool

Explorer IconExplorer

Memory Pool

76,189 transactions
30.46 vMB
0.12685287 BTC
Random Selection Loading Transactions
Max Size: 175.31/200 MB

Candidate Block

Mining Attempt 4be4cbf3887ee9a916f23c07d74f0c09b051a9f9a6b587e2f588221a79ed82b0
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root cecb42cae9dc4a9e83b1cf8519f12c06fcadc27dddcb95e841fe3d173fe4e4c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,261
Size: 1.00 vMB
Total Fees: 0.04544622 BTC
Feerates: 150.36 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (285,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,968 629,968 000000000000000000090ddab102e6a451b480f61ce2b73c2c27933953dd4abe 2,835 1.00/1.00 vMB 110
629,967 629,967 00000000000000000010cdcf241f9dbfa1a51dc3b0b980df986d8fc10fe3072d 2,928 1.00/1.00 vMB 125
629,966 629,966 000000000000000000017e8ef525e5d373a15c17865aa278ba6b31eb915e412b 1,726 1.00/1.00 vMB 93
629,965 629,965 0000000000000000000a92772e5e83374d2b4d9649b87f38c933dd265e3ab755 1,709 1.00/1.00 vMB 106
629,964 629,964 00000000000000000004f125c5ff9443e73304b7446ef38c379b3e0c94edf4ac 2,594 1.00/1.00 vMB 13
629,963 629,963 0000000000000000000632eb41e1d00e737c464a476f4ba413d1e8ba9ab8f251 2,718 1.00/1.00 vMB 77
629,962 629,962 000000000000000000055ff1792ed3fa1852bb04a103635c66291249f91e2047 2,885 1.00/1.00 vMB 72
629,961 629,961 0000000000000000000d37a6f0be50bce3c2c2c64d9d65d5fb7834e6411ddd62 2,543 1.00/1.00 vMB 28
629,960 629,960 0000000000000000000fbb3d76943d6984642280325b19ce42b0955809e9e89e 537 1.00/1.00 vMB 6
629,959 629,959 0000000000000000000ab0ddbc9509a7eb8f4204dbe1169c6a466e8b779d6369 1,052 1.00/1.00 vMB 14
629,958 629,958 000000000000000000074fba89e7f3cb0d37445078fc89b000383a8140f8fc0c 2,179 1.00/1.00 vMB 13
629,957 629,957 000000000000000000020649d45fb7748fc93dfa84e102d5133ce51ace42dbb6 674 1.00/1.00 vMB 8
629,956 629,956 0000000000000000000237901679a402c72855065281396561891016a7e0d4c2 1,898 1.00/1.00 vMB 49
629,955 629,955 0000000000000000001111af34a887cc2a4a66fbbf96e05f4d289db3239172d2 1,932 1.00/1.00 vMB 28
629,954 629,954 0000000000000000000726b6c313c98f08af8a93564dc462794894a3fb8c6e8f 2,293 1.00/1.00 vMB 53
629,953 629,953 000000000000000000094b4c5f0881f91eae219d7bb7f1b9b446e35dcc25e35d 934 1.00/1.00 vMB 69
629,952 629,952 000000000000000000013deaf7a08a760a1f6bfbddbbff9b078a9059a0ab84af 2,688 1.00/1.00 vMB 85
629,951 629,951 0000000000000000000ffc431a23096d4d93875e6f921216a22b635421cb8dda 1,931 1.00/1.00 vMB 16
629,950 629,950 0000000000000000000dd4f808284aaef8901eb4b6c3dff2bc68354a377f226f 1,897 1.00/1.00 vMB 20
629,949 629,949 0000000000000000000325ba7015901571c5e4616872633e91e0a46469c92039 2,200 1.00/1.00 vMB 49
629,948 629,948 00000000000000000004379716dfa63f41d92ae348147f6cc61d2899243f8f78 2,277 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.22 GB
    • Received: 15.43 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.