Loading Tool

Explorer IconExplorer

Memory Pool

80,170 transactions
29.43 vMB
0.11706035 BTC
Random Selection Loading Transactions
Max Size: 178.51/200 MB

Candidate Block

Mining Attempt 9b2b9cf0a73008a753b9dd9c83ad139e94aa43b86f8bac3f36041120a9218378
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 58a1ae626180b8f89deb07f9b546896d0bf20b3084db27a70da3ae7e60da2882
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,939
Size: 1.00 vMB
Total Fees: 0.05386099 BTC
Feerates: 151.07 > 5.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (285,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
629,947 629,947 000000000000000000074c19a2b1bd992c652a68e8b10b7ad2e0c6033f80481b 2,059 1.00/1.00 vMB 57
629,946 629,946 00000000000000000003a61d34e15658e17e46bdad15536669e0245fcbad7c23 1,628 1.00/1.00 vMB 4
629,945 629,945 000000000000000000005263876517f1372324c371049f5e3a04523cabbc4cb6 2,484 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.97 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.