Loading Tool

Explorer IconExplorer

Memory Pool

44,744 transactions
27.32 vMB
0.10222436 BTC
Random Selection Loading Transactions
Max Size: 143.24/200 MB

Candidate Block

Mining Attempt cebda87d2ab3a80b967e5836143a358fe4b4f0aabf26384b6210b0e47cea9cf3
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7457cc49255778ab00a4bb283ba6e3e02bf916f78d820949ac9bdfa12feb36c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.04612420 BTC
Feerates: 151.16 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (738,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,026 176,026 00000000000003425f7132359f9c18ca234f27acd23af459201a607ac2b61c26 33 0.01/1.00 vMB 128
176,025 176,025 000000000000068bbe489f7d2b73d742894a3cc936f4162b7a3e95a820be9a5e 47 0.03/1.00 vMB 175
176,024 176,024 00000000000004ed81e6a0091796f1b5a5b13bb3783ce748a1d64288e3021eda 60 0.03/1.00 vMB 115
176,023 176,023 0000000000000a881c26f1a6f6829fb18a1cbcbfa626c9741477e606314cfc1a 30 0.02/1.00 vMB 999
176,022 176,022 000000000000035a84ac87984e1aacc9abc491ae28d2bba61107a50e381f77bb 72 0.04/1.00 vMB 202
176,021 176,021 00000000000008862df7a6e9ee8c243481b07f0d91c49857d5185232575db814 93 0.04/1.00 vMB 97
176,020 176,020 0000000000000985660607e1ea547b2d60aaf4a1ed18e5f84638649dc8082951 130 0.04/1.00 vMB 7
176,019 176,019 0000000000000746d471f330d88526d0fac9a765e1e6a6ee629b1cfc34fb23ec 133 0.06/1.00 vMB 95
176,018 176,018 00000000000008b575f91d2079d529c5585cc588864368ff59b6ed0e01afc731 10 0.02/1.00 vMB 1,027
176,017 176,017 00000000000009117784d1b3af8d32de88508b1f5b1d1d768eb689223b58f556 17 0.00/1.00 vMB 65
176,016 176,016 0000000000000370941f7b7d6168b69db595cbcd127729722f4f3a36ebd9bed6 98 0.03/1.00 vMB 119
176,015 176,015 000000000000025cf6ace871f9255c8eeab05dde0ce34fb126a198db05e48ed8 24 0.01/1.00 vMB 187
176,014 176,014 00000000000001f455a308e9bc6bd62ab2dd20b60c6f99e82cb5e8cdade88fe0 46 0.03/1.00 vMB 229
176,013 176,013 00000000000002560bf54229d7d411b8af68af5781b09f28b5eb5ce694223333 55 0.05/1.00 vMB 75
176,012 176,012 0000000000000722beac4c512f1fc20e8949d6d4fd961c577689cfb80a7dd41b 63 0.06/1.00 vMB 128
176,011 176,011 000000000000053da4c431203ba37d7afe002ccf4c39b21e2cdd9dde8e3f1a84 148 0.05/1.00 vMB 155
176,010 176,010 00000000000000285db8d9238a326a4e75c50810bc92c5fe8c5ceebdb2362cac 36 0.01/1.00 vMB 155
176,009 176,009 000000000000070df08c5b0bd24ea2075400c0354abd3b7fae2df05159239ffd 14 0.01/1.00 vMB 234
176,008 176,008 0000000000000236d2a7dcf9f850caadbe1ecfaecfb50b06667fe0d7a50160c8 16 0.01/1.00 vMB 575
176,007 176,007 0000000000000885be6cfa1f7fec70ad1dbddb26eb435a774c8086f50d5e1e8c 43 0.03/1.00 vMB 188
176,006 176,006 0000000000000240f051b3c2e516411ccd99c2c2793d250a335e01a9be6d0bd9 81 0.03/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.