Loading Tool

Explorer IconExplorer

Memory Pool

44,035 transactions
26.30 vMB
0.05276001 BTC
Random Selection Loading Transactions
Max Size: 138.98/200 MB

Candidate Block

Mining Attempt 78cb0035008c7e8fc13df2bfdc3c9e99127f027102a5f85cf9cd278a2462271a
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root ac839962baa0cec9e6c618e717c2834ddfe4c5437d46187f5a1af74d78cb9931
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,642
Size: 1.00 vMB
Total Fees: 0.00471418 BTC
Feerates: 150.62 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (907,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,628 7,628 00000000a556a878cce7db79101d4aa4481c056ff1a3b58d21bb24fe8a2923ee 1 0.00/1.00 vMB 0
7,627 7,627 00000000de9f0771ae3f40bbe1758276b521b2a0e5475c32f96d16bd9f8c67e8 1 0.00/1.00 vMB 0
7,626 7,626 000000007937fcdeb96d8c8c099803e08736bdda92a38ed41d9afe54cc4f9aa1 1 0.00/1.00 vMB 0
7,625 7,625 00000000b22e321e677a4e590700e6264345d160aa30d154813451f756dbf0d0 1 0.00/1.00 vMB 0
7,624 7,624 0000000011ebb714b33c6842e807bc1de538a8bd1bf5038a9b5168b4344dd1f5 1 0.00/1.00 vMB 0
7,623 7,623 00000000e32aa73c997fad6a97be538ecd64735a4a9976edf2134024dee6c2f8 1 0.00/1.00 vMB 0
7,622 7,622 000000007d679d9e8837117151224d14af2cfb20eb85de4e079f225ea70ed7e1 1 0.00/1.00 vMB 0
7,621 7,621 00000000903ed6d535dd9ca7bb9dbf75b7a13793eabf01bb91c2d54e36be2d08 1 0.00/1.00 vMB 0
7,620 7,620 00000000973393290810ebc30f6693407abaa16ba3e5301d616282a4e4e1fe05 1 0.00/1.00 vMB 0
7,619 7,619 00000000ab880dad8805775912fd1984db3d1375218b0c3d6b313e65d3d287fd 1 0.00/1.00 vMB 0
7,618 7,618 00000000cbb272f5db6697e2730c2fd503196ff74d651f5eb8cf8fd9441956e2 1 0.00/1.00 vMB 0
7,617 7,617 00000000e623ff9101732b8e460de88157e65fc5e100a9840796a95037064744 1 0.00/1.00 vMB 0
7,616 7,616 00000000ae55da4655c497359709a65c51bc5740e41af3362fe0be7a79ef041b 1 0.00/1.00 vMB 0
7,615 7,615 000000009b36a37d3e6613c7351b06237013643818667ac1c3b5c96177cdca65 1 0.00/1.00 vMB 0
7,614 7,614 00000000a422e4a3175b9d9d77c923a6dc14c893ba0a0f9b56c9018ffa908701 1 0.00/1.00 vMB 0
7,613 7,613 0000000068a7430d09809d047b72ef05d2c9a1e4283bdc4cdcffc72ccca83001 1 0.00/1.00 vMB 0
7,612 7,612 000000007f8db6511db0e101debcb9748cab4a8428be673df8ad7c520713195a 1 0.00/1.00 vMB 0
7,611 7,611 00000000a2aab69ec44620e839e713326eb8f8ce4a87ec6d1d2bccee72f5e2fe 1 0.00/1.00 vMB 0
7,610 7,610 00000000c6b9b7f26dbd5427b2f74750cefd1401f0eba633d1eef175fc49b2cb 1 0.00/1.00 vMB 0
7,609 7,609 00000000e6455a87a189166001ecd142b621227c7e54788ca23ec0a332fc3a41 1 0.00/1.00 vMB 0
7,608 7,608 00000000de7e8c28af0ce816493aeeb38e793bc4af1023a2660fe79a5e5452d2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.40 GB
    • Received: 12.93 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.