Loading Tool

Explorer IconExplorer

Memory Pool

77,578 transactions
29.34 vMB
0.10072505 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt f840d271f87f2f0ab95c94042a91bbee12d2737443478fb89804edafaafd1d7c
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 556fbad94ac52c070f78956e4f4de3405c66cdf1cf711e3bf1e0f3f8a70f3c8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.02660518 BTC
Feerates: 151.12 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (751,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,956 163,956 0000000000000ab4fc10b4cfbf818329c86674ef84d95f1d0262b5c6ff04c1ca 1 0.00/1.00 vMB 0
163,955 163,955 0000000000000c37fbf62a5256151c8266f3a14618b0e52469338dc13460fe60 65 0.02/1.00 vMB 54
163,954 163,954 000000000000046b061b009956acda1da227a4d5aba943ac785bbfdc94b14dc1 16 0.00/1.00 vMB 52
163,953 163,953 0000000000000a9cf280fb44c2116999b55c3aca3a1c64e85fdc5fe702eb6ca3 16 0.02/1.00 vMB 206
163,952 163,952 0000000000000582f3d79852a92783336fbaa4e21290568901d2aa4e10a466f9 45 0.02/1.00 vMB 182
163,951 163,951 00000000000002e8b69c567eb5c9a7c8b1f6a5f01a772a0be55d910d54052718 8 0.00/1.00 vMB 61
163,950 163,950 00000000000006267e3f0fe2de1910a8741f7400d0518c7f98348125d27d44c0 3 0.00/1.00 vMB 0
163,949 163,949 00000000000002c337134b826dce226063f9a1239d9be04e7d7cdabebeb95c9d 30 0.01/1.00 vMB 161
163,948 163,948 0000000000000bfbfceeb3ded5ec5bd1c736338d4011a0768cbf314f09b63d15 28 0.01/1.00 vMB 214
163,947 163,947 00000000000000c1074fb70fa82bf2a7967c479e007eec75733b507389c8804a 47 0.02/1.00 vMB 251
163,946 163,946 000000000000000ae3aa1a48ca348f958b7dec60fa29da2b24a4b910612c3866 133 0.05/1.00 vMB 58
163,945 163,945 00000000000003f9eace3ee7f007fd42c32d27f59bd842574737155dbb4d6ff2 23 0.01/1.00 vMB 6
163,944 163,944 000000000000045963215a5484b4ecb94a93019c7d1d268e76405aa552455ccb 91 0.04/1.00 vMB 197
163,943 163,943 0000000000000b62d36950872cd4284cd32a845b3c99abce40c5db3c4843a9a6 12 0.00/1.00 vMB 0
163,942 163,942 00000000000003d225272df8e3b361b279079a7233dd4c09764a15544297c4d2 49 0.02/1.00 vMB 120
163,941 163,941 00000000000000fd17bfb80979d8aab3ed508f13a6ba58e372f69f6304cb490a 69 0.02/1.00 vMB 75
163,940 163,940 00000000000005f9bc09b221d96c305dd6297b45b481a2814f77582a87a2c89e 32 0.02/1.00 vMB 133
163,939 163,939 00000000000002691579416dad42380b1344ad8ef7cca43b6a3ece233d68b8c8 30 0.02/1.00 vMB 302
163,938 163,938 0000000000000bc4b71f8fc27e7f8bec3584fc7d5ab3880a3a06e9a0292940f7 14 0.01/1.00 vMB 304
163,937 163,937 0000000000000061146cdfb5b19e5a16e95c8a58d07e31b8c2fb03f5e37ea882 47 0.02/1.00 vMB 0
163,936 163,936 0000000000000895ad5094bb7c92a81e089aab8a9e8042327ac0912063f07f0f 66 0.03/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.