Loading Tool

Explorer IconExplorer

Memory Pool

28,086 transactions
28.03 vMB
0.07995828 BTC
Random Selection Loading Transactions
Max Size: 134.54/200 MB

Candidate Block

Mining Attempt 48fe364b54d40cf3a05e44398de5b670f488d98096732a9838cb66fd4b0f6c69
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root 836ec8402b27b051727135f651aa4ed9a16d07b04cfbcb23b0cb73262f05e291
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,714
Size: 1.00 vMB
Total Fees: 0.02598361 BTC
Feerates: 150.73 > 2.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (446,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,770 467,770 0000000000000000018b5eb505a40ce1d41adb9fb7c8cb72c89b35b9bf4bebdf 2,385 1.00/1.00 vMB 272
467,769 467,769 00000000000000000120ed6a6ebb248b9a93f2fddf1b33a378b51db8e96459a3 2,357 0.93/1.00 vMB 356
467,768 467,768 0000000000000000002d8b8db0cb1d7cfdc654da760625579e4df1597c03e169 2,091 1.00/1.00 vMB 238
467,767 467,767 00000000000000000186fc2b8dbd4e07cb5040c12092150024320409374a431c 2,808 1.00/1.00 vMB 245
467,766 467,766 000000000000000001cfc74f1de98ee6576efb4c2817e466e595ec32040d2834 2,392 1.00/1.00 vMB 316
467,765 467,765 000000000000000001cd0bf914eb2b6ac1b592334f226de0041bc138685354b4 2,289 1.00/1.00 vMB 343
467,764 467,764 000000000000000001581fd6eef8140eab93f2b4b60f953b106a52e88b9da542 2,481 1.00/1.00 vMB 280
467,763 467,763 000000000000000000b9cc6d22f49d33d597f79448c678df082f4432c0e2c038 2,218 1.00/1.00 vMB 249
467,762 467,762 000000000000000000e14d4e3fe020a3cf966cc55eb836fe8636b65969ccb3d2 1,771 1.00/1.00 vMB 230
467,761 467,761 000000000000000000a35457a7d9cbdf582ab95a70ec4280fe67d49c4992cf69 2,525 1.00/1.00 vMB 316
467,760 467,760 000000000000000000e37b4fb90098ccd276ddeae65c90daa5512ccd8374c4d5 2,171 1.00/1.00 vMB 348
467,759 467,759 00000000000000000065645f8285dd220a3fb3144a386fd7b30820d91dbf9380 1,636 1.00/1.00 vMB 198
467,758 467,758 000000000000000001d404b44fa0c80213413a9aa6b88ac4cbdf132da3456f91 1,962 1.00/1.00 vMB 264
467,757 467,757 000000000000000000cabf9e1abb7d87602181c8daff55b21d44ddb8f13db20b 2,435 1.00/1.00 vMB 341
467,756 467,756 00000000000000000011f4fc57434f554d06e842960dda1227ddbbf30aa06d71 1,883 1.00/1.00 vMB 263
467,755 467,755 000000000000000001343bf324d4daa03da1f3ba2213303dae4dd5c5d564073f 2,303 1.00/1.00 vMB 305
467,754 467,754 000000000000000001b8611a326e38fa519b8746ef4fa201f8d9554791a49a69 1,660 1.00/1.00 vMB 309
467,753 467,753 000000000000000001725488aea65328e94d4eb52785e762dcca350caa53eb45 1,604 1.00/1.00 vMB 325
467,752 467,752 000000000000000000bb6a56be80341687b98a306550a530baf9d09e93f20860 1,685 0.93/1.00 vMB 426
467,751 467,751 000000000000000001a365853f7bfdef04657e945c6cb3faf4576d8933071f8e 2,444 1.00/1.00 vMB 305
467,750 467,750 000000000000000000a46c7266dd4ec4ab2d651ba90ca9c7f5f82f39d6a9ca56 2,469 1.00/1.00 vMB 342
Previous 10 blocks ↓
Total Size: 781.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.85 GB
    • Received: 10.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.