Loading Tool

Explorer IconExplorer

Memory Pool

20,721 transactions
9.71 vMB
0.01810098 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.34/200 MB

Candidate Block

Mining Attempt c49d0201c0d91f1ea9c57721a4c28b835d58336549961f14aa66db8a2077d8a2
Version 20000000
Previous Block 0000000000000000000043eea178b38fa3bd84a0f7f327bc9361b70128bdc1ee
Merkle Root a121767b189ad3928829e42b2c80531f36f396af0728c4e898dbca1d9f0fb3fd
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,075
Size: 1.00 vMB
Total Fees: 0.00274324 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,554 (741,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,958 171,958 000000000000060853235e44ff2fc33f32547eb34791055dc024b93af1cd6934 33 0.02 vMB 256
171,957 171,957 00000000000001a28458f7b9c2feb18f1a8b2a862ca9d10ad50669ec0f6a9e8b 23 0.04 vMB 33
171,956 171,956 00000000000002d9b9cd75a019b17e68fec9803cb5b13a44bd934e7e9e82f882 92 0.02 vMB 18
171,955 171,955 0000000000000820243515426997f2ac5a7791c07e60bc4b75956bba960bd164 104 0.06 vMB 76
171,954 171,954 000000000000030b0aef0b09f30af13aea73de0bfbd75e0e61558bd8551dc304 31 0.01 vMB 26
171,953 171,953 00000000000004366689ad11978d77a09cbc03cdaf98fd462383f19c8d2943f7 29 0.01 vMB 118
171,952 171,952 000000000000089e382e44c3cb625153d1ff952ee65e1ac15655394c68b82bf2 20 0.01 vMB 38
171,951 171,951 000000000000064b6df832c3cbd55780b589a809b8ddc0fe7365fed4cd0c7d3f 3 0.00 vMB 103
171,950 171,950 000000000000097dc8b61a6689fa81f079af0fe69e201b8e734c491708f6ba00 152 0.05 vMB 159
171,949 171,949 00000000000007a9712e70661a70e6e48f88f3656054c93a466840e8a437ec21 54 0.02 vMB 72
171,948 171,948 00000000000002f507e88159b494799e42bcbb7ed20f58b5fa716885d26ec84d 31 0.02 vMB 227
171,947 171,947 0000000000000477f741ad3e3ff778ccb3663af37f74d9851e74654c9c307a69 43 0.01 vMB 4
171,946 171,946 000000000000063e7bab8333b0f6e9ef0561a514f4647501cfb87c29173f3568 136 0.05 vMB 62
171,945 171,945 0000000000000abe7ef07182c4ae7214215a2fd8aae2e2a5b56604b85c12e391 18 0.01 vMB 42
171,944 171,944 000000000000020d7b59399a96677348c7a72b8ffe678d3154753aed61b27192 70 0.04 vMB 122
171,943 171,943 00000000000004cc314a7b46f020e39593655e877148f13a03103f84910948eb 30 0.03 vMB 289
171,942 171,942 00000000000005609fa84c251a12c75c08d975287a79d9c8c673fe1d61f1e9c1 73 0.02 vMB 26
171,941 171,941 0000000000000760e8f464f5f1afe1931ef69954469d698c29e63cc34f0c180d 161 0.05 vMB 93
171,940 171,940 00000000000000329a472e216f60a055dba1b097cb0d959689d144b69be70de4 128 0.05 vMB 84
171,939 171,939 000000000000063d728c39ab91b89c0f14186de87daa6d23a237e97cfb92a6b3 106 0.05 vMB 95
171,938 171,938 000000000000024cf00637240e12a4d5dbeddd71d67457762b3ff2921a146e56 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.82 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: 419.19 GB
    • Received: 2.25 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.