Loading Tool

Explorer IconExplorer

Memory Pool

40,797 transactions
27.65 vMB
0.07136119 BTC
Random Selection Loading Transactions
Max Size: 141.90/200 MB

Candidate Block

Mining Attempt 0df6475637f220a0ab2dd739aa92b8517ac4885eedeba1fdb72b92a28cd457ad
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 53cc6abd89bfb96478a053f3a3f9f8d9c9511305a4e3668b33d02c98b163534c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,255
Size: 1.00 vMB
Total Fees: 0.01864071 BTC
Feerates: 307.10 > 1.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (106,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,294 808,294 00000000000000000002ed5559f0bf1d1eab63b1b2219188686d14b071a061a9 5,552 1.00/1.00 vMB 27
808,293 808,293 000000000000000000027b71dddcd3563705a9bfa82f21995da6f8cf11371a0a 4,440 1.00/1.00 vMB 29
808,292 808,292 00000000000000000000606615a9bc93b3142486e5691b69985aa68eff664f23 3,525 1.00/1.00 vMB 27
808,291 808,291 00000000000000000003e75fc6d4294890c1550fa5f12e57305874f16aa38811 3,197 1.00/1.00 vMB 38
808,290 808,290 00000000000000000002892c18da7a923f29e35033f01856436266e931bb0900 3,269 1.00/1.00 vMB 30
808,289 808,289 00000000000000000002203b2e06e628e8fcc983ec46a2c6f88ec9ccd9e033e1 3,800 1.00/1.00 vMB 26
808,288 808,288 0000000000000000000403c6b1fedc6ebe996316f91552871c79e26cd287dd5d 4,108 1.00/1.00 vMB 36
808,287 808,287 00000000000000000001f638b59f6a80a578d40a8fff63e34cb7d0618bbe6108 3,671 1.00/1.00 vMB 34
808,286 808,286 000000000000000000016fd9c2a77cd7b38fcb9f5a992bc2b263c215a4853788 5,523 1.00/1.00 vMB 27
808,285 808,285 00000000000000000003387ddc13726321d3762473e8f3c0a783b39f34b8eb51 3,535 1.00/1.00 vMB 33
808,284 808,284 0000000000000000000059b9c599501af9f129fde24a4a4974a093fc302531a1 2,597 1.00/1.00 vMB 37
808,283 808,283 000000000000000000014e1b9f70e7a70e6c27f2db9c4b6f8ec38e21385410e4 4,186 1.00/1.00 vMB 26
808,282 808,282 000000000000000000042c12b5826b60ba2e5ac21e5598fa46785987ad2e85a9 4,135 1.00/1.00 vMB 32
808,281 808,281 000000000000000000027fa6dc78077a7b39b1fa1735d2f16b66cda7538b03dd 4,194 1.00/1.00 vMB 27
808,280 808,280 00000000000000000002ac4bb009a1f797ca8a177303a804b629b2e189174d00 5,344 1.00/1.00 vMB 24
808,279 808,279 00000000000000000003feff1e138b8ecc1f524c8be86ce3e90b142b4c764811 4,580 1.00/1.00 vMB 27
808,278 808,278 00000000000000000005323e372f92a48bfe8b1297c55ec8ab7233d2206389b3 4,102 1.00/1.00 vMB 28
808,277 808,277 0000000000000000000132d4971e4bdc9a257c0e73733d9fc47446279feb992e 3,858 1.00/1.00 vMB 32
808,276 808,276 000000000000000000030503f5778c9fded16426658b786ac620e470a9ed26d2 4,806 1.00/1.00 vMB 28
808,275 808,275 00000000000000000001beb5ac7f813704987a8d9efdffd1a5d1ef062e8cff4d 3,760 1.00/1.00 vMB 31
808,274 808,274 00000000000000000001c1315698d3d37118023ad1f9f8e69f29645865bc4792 5,113 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.78 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: 632.87 GB
    • Received: 12.17 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.