Loading Tool

Explorer IconExplorer

Memory Pool

84,877 transactions
32.20 vMB
0.11540069 BTC
Random Selection Loading Transactions
Max Size: 195.03/200 MB

Candidate Block

Mining Attempt a3a42f4b562959daa0d6285ff3fe863ebd90af7c0c2dd5b9ebff86875e522558
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 65b8e47064b128605b4e713a23ddcade782eda03d7089c96e6e0e8b0029177fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,781
Size: 1.00 vMB
Total Fees: 0.04143437 BTC
Feerates: 351.58 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (341,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,282 573,282 000000000000000000038b2ec33552986fd4e386a910a98fc0508642daec4249 2,676 1.00/1.00 vMB 61
573,281 573,281 000000000000000000191f18cea9ce32ac0fb7a9570433c77051d9e97bafcb2d 3,184 1.00/1.00 vMB 41
573,280 573,280 0000000000000000001700ba9f3db6e148e6038c913923d1f6e946ee9bd3e1f0 2,465 1.00/1.00 vMB 90
573,279 573,279 00000000000000000016647886aff1a791d3d73d6b7a3fb89fa1b330c39dc897 2,925 1.00/1.00 vMB 51
573,278 573,278 00000000000000000021d74437ca146841fd66eb8b1f16bc2756410327037687 3,050 1.00/1.00 vMB 6
573,277 573,277 00000000000000000027101b763863514c3dda1fec0121f8a51a9d73f8eace33 2,869 1.00/1.00 vMB 55
573,276 573,276 00000000000000000007da2a2ce62c7b1308823eeea058dce482c975b74d563a 3,149 1.00/1.00 vMB 61
573,275 573,275 00000000000000000011f2670a711358f90ac8f8f2d46710962c8d6f27a5dfd9 2,590 1.00/1.00 vMB 13
573,274 573,274 0000000000000000001439deaa1e246d70ab71726d6c20e8b4b2ec9c86838666 2,618 1.00/1.00 vMB 92
573,273 573,273 00000000000000000001ca60679b4388d13dbe4c31a11c27b3c2ab1b5e9740a9 2,535 1.00/1.00 vMB 24
573,272 573,272 0000000000000000001a9bc2593a29cd4b0b1b11189ac19068051dc78e0b404a 2,805 1.00/1.00 vMB 78
573,271 573,271 00000000000000000013225d0948b1a5c75eaf9e36be0a624ba7f8d525966374 1,235 1.00/1.00 vMB 17
573,270 573,270 000000000000000000224a5a571cf462e787c8ae1ecad732ef0dc7bce57113d4 2,145 1.00/1.00 vMB 42
573,269 573,269 0000000000000000002a2ea428d1a0fef5f1ba6122c7dec393490c9c5f2c4ca6 2,840 1.00/1.00 vMB 99
573,268 573,268 0000000000000000000ee29451f0f96c1c5bbf3aae0e90af1e7cfcdcf133bc96 2,793 1.00/1.00 vMB 98
573,267 573,267 0000000000000000000ed124179e206e516f83df25ebfecb7daf55adc8be3fc0 2,338 1.00/1.00 vMB 82
573,266 573,266 0000000000000000002bb29eaf4303d5eb3523cf33fdc6817af01a6927914a8c 1,785 1.00/1.00 vMB 57
573,265 573,265 0000000000000000001480358d23f3a9fe0a863abdc0fcf586336c11d644115b 2,273 1.00/1.00 vMB 79
573,264 573,264 00000000000000000020d2dfcb963dbadef4d1dc23487d8418c464c812428af4 2,421 1.00/1.00 vMB 90
573,263 573,263 0000000000000000001f3a9079ef902abacc9442b19803e7e9733bf404b33f92 2,414 1.00/1.00 vMB 81
573,262 573,262 0000000000000000001e2ae58b0c193cbdf8ad349c0caed1caecdd26c9d798ef 1,865 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.75 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: 708.68 GB
    • Received: 16.75 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.