Loading Tool

Explorer IconExplorer

Memory Pool

45,650 transactions
27.24 vMB
0.07688551 BTC
Random Selection Loading Transactions
Max Size: 143.79/200 MB

Candidate Block

Mining Attempt be269b5b0213526993f1414a164cb10e33aefeb52bb0fc411951fe1d1f51a4ed
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root cd7a0c5b94d255600fece45a1118466462a6663d6ffa96325bec64c39c51f274
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,018
Size: 1.00 vMB
Total Fees: 0.02555501 BTC
Feerates: 201.13 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (643,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
271,305 271,305 000000000000000283d3c3e6c412bf030da4d37adc3d25699ddffecad657810f 234 0.12/1.00 vMB 37
271,304 271,304 0000000000000006c73a8d11c24b8f896375ad7bfdeb41109fc52c2c0ba1a8ea 397 0.15/1.00 vMB 58
271,303 271,303 0000000000000004b862aacb62fea457843db033a0431a237f83b856e2ea7979 160 0.15/1.00 vMB 28
271,302 271,302 000000000000000378d902b5b13cabdca59256560e5620f5834dbdef14c2686b 471 0.24/1.00 vMB 56
271,301 271,301 00000000000000016f6034a31d68c5da3f66308355486263e3075f683c3c306c 349 0.16/1.00 vMB 57
271,300 271,300 0000000000000001bf8167a6d5d5c89436fbbf9c64558bfba06bbc71e6e2b590 488 0.21/1.00 vMB 45
271,299 271,299 0000000000000004820325c50a5f3c0bc73676dee7f8ccee9878a84b70fb7ac7 68 0.03/1.00 vMB 9
271,298 271,298 0000000000000001f1a35b77636fcde39bd703b5189527e9dbe3ec4d951f5b94 1,018 0.44/1.00 vMB 51
271,297 271,297 00000000000000022061c48e08f329416454f4421b7e32a92dc6757fb40a7990 61 0.05/1.00 vMB 21
271,296 271,296 00000000000000040c7c8e558b61f8bc3ade9eaa4ddcae7b86dc793db8551a5b 518 0.23/1.00 vMB 54
271,295 271,295 00000000000000032cb3d0d2ea3418b2377c1fbb5f3496835cfcbf4d428e7993 145 0.19/1.00 vMB 9
271,294 271,294 0000000000000003330fac93c407ad8c7194377377bbf13d01b48fa5caf82272 622 0.25/1.00 vMB 65
271,293 271,293 0000000000000002b7f1788fe59585e5ed8e652a416770845bfcccd3015a676d 243 0.18/1.00 vMB 33
271,292 271,292 0000000000000000a1e088fbf1f1c70a4a079e33e07ad29cef2e10667a1d711a 401 0.20/1.00 vMB 57
271,291 271,291 000000000000000245e8054568d59e2474b136b4a9a779ee6af7fb2cb84ad205 303 0.23/1.00 vMB 29
271,290 271,290 00000000000000018c4f86c8d4753e89de231f1682e4d56f510d623f0337032e 702 0.25/1.00 vMB 76
271,289 271,289 00000000000000045eda75725a0489acca3a6c3c8b89bfc63307dc356ad0cb93 483 0.23/1.00 vMB 50
271,288 271,288 00000000000000060cee709fef37e2e2c4ef9b487ce43a923c88f4a8c3a7052b 153 0.15/1.00 vMB 21
271,287 271,287 0000000000000000ae959d8ec4d5af6520aa1be349b0c54d7bbc14e4204d6a38 127 0.19/1.00 vMB 18
271,286 271,286 00000000000000019b748bea6983ba82fd7996a5f2510f63ea408f4b8151f2a5 349 0.45/1.00 vMB 23
271,285 271,285 00000000000000026c2de1067fd0769b79bee54f3dc13ece60d89879589cbb90 318 0.23/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.