Loading Tool

Explorer IconExplorer

Memory Pool

75,331 transactions
27.88 vMB
0.08228247 BTC
Random Selection Loading Transactions
Max Size: 169.65/200 MB

Candidate Block

Mining Attempt 013a03a9a904ff708e8b4fe87c7f332c5f783b4b3bc536eedd7a24580045d4f0
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 2739b7b328faa9af7bbc066fc996cd03a8371c3870098583854ad340748c4f7c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,403
Size: 1.00 vMB
Total Fees: 0.02195385 BTC
Feerates: 98.68 > 2.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (263,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,298 651,298 0000000000000000000856f8e559048633a4f1a8692df28fd6daffd0d0544250 1,479 0.54/1.00 vMB 42
651,297 651,297 00000000000000000006f7754cf6adc8c038c47bbd95c020d4f3f3f310278ed9 1,002 0.34/1.00 vMB 53
651,296 651,296 0000000000000000000849d910ccb6275d2cb9dc43d6eb0fc76ff0c383e5db75 724 0.22/1.00 vMB 52
651,295 651,295 000000000000000000064c9dcdf1b8f178f85cf06f24873ac98ca1f30b2a5abd 1,084 0.35/1.00 vMB 48
651,294 651,294 00000000000000000008c8f603c3d071d2faf98f28d264d8160914b099663990 1,859 0.61/1.00 vMB 49
651,293 651,293 0000000000000000000bb8b699b82b9e496671a2aea635bc347284bea71f5222 844 0.29/1.00 vMB 50
651,292 651,292 0000000000000000000d658981f7c69a49ff097c1464aa23d431216f8673a23c 682 0.21/1.00 vMB 62
651,291 651,291 0000000000000000000337b3e2ed0c25d4d69872fc9b31f91c0d935166f10ebb 255 0.09/1.00 vMB 49
651,290 651,290 00000000000000000002f254a56e7e84c05b2fce2ed3857aac22ff2f1251160d 2,877 1.00/1.00 vMB 52
651,289 651,289 00000000000000000009a9df088aee51ae155c8153e96555a4bd09490df1e8c2 1,360 0.49/1.00 vMB 31
651,288 651,288 0000000000000000000b8ed829ee96e0f8c86d5411f0b5ffb712e6d8dfdfbb20 2,393 1.00/1.00 vMB 53
651,287 651,287 00000000000000000005836f3f703d184072e83bb18a9b5930bfd4fbed43e293 444 0.32/1.00 vMB 25
651,286 651,286 0000000000000000000b1b023d2fa719c7275fc323c045db8610503f8e9bd1f2 2,586 0.98/1.00 vMB 13
651,285 651,285 000000000000000000030f58b17eccbf80ce86552965319e4b4bc6adce81a926 1,966 1.00/1.00 vMB 73
651,284 651,284 00000000000000000001f37f994d809554741b50276b32fe7e8cf3fd45db9980 2,742 1.00/1.00 vMB 19
651,283 651,283 000000000000000000007f33f02d6678375b8f0f457b174193fe4b3e3d50521b 2,077 1.00/1.00 vMB 14
651,282 651,282 0000000000000000000c1e56334879414cdd6c86d4000313b112ffdfbfd1037b 2,233 1.00/1.00 vMB 23
651,281 651,281 0000000000000000000d0f6a8daf7200f3810d21d323c6142648d2359f0251f0 2,821 1.00/1.00 vMB 54
651,280 651,280 0000000000000000000799a56ab6c12d761a11b7d479d1072dfc08eff9ddf6b9 2,637 1.00/1.00 vMB 88
651,279 651,279 0000000000000000000c94ac42a0dfb0bb48ccbbaa11330c4c568d3d66945479 3,034 1.00/1.00 vMB 111
651,278 651,278 0000000000000000000995caa97202d3823445006abdc357c4abb8be4b5a78a3 3,004 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.