Loading Tool

Explorer IconExplorer

Memory Pool

40,164 transactions
28.84 vMB
0.06524157 BTC
Random Selection Loading Transactions
Max Size: 146.88/200 MB

Candidate Block

Mining Attempt 274a699be0c604068339033314b9e20ad72026e6b08d3364059d6d8390cb4506
Version 20000000
Previous Block 000000000000000000003865ac48ae639e8f23f850323c9d269a21eb4f7c6efc
Merkle Root 6df4e31e24328a718f9f12f60141b131ce9198b63d214b84d403858e6ff33c14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,260
Size: 1.00 vMB
Total Fees: 0.00932014 BTC
Feerates: 101.61 > 0.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,536 (586,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
327,764 327,764 00000000000000000709701c05a5fa6c50009c02ceccdbb9797a47473c2a95db 467 0.28/1.00 vMB 25
327,763 327,763 00000000000000000cdff3b483025f29470e93657b5905c9460d96f6b6c9d779 483 0.23/1.00 vMB 29
327,762 327,762 000000000000000015905c37ed10e3e334a030d5ea0ddee8a8f0ed55cd90a404 630 0.39/1.00 vMB 25
327,761 327,761 0000000000000000171799eb62d9662bc3be9c2b211d12778ab6eb7804025fae 47 0.02/1.00 vMB 26
327,760 327,760 0000000000000000132a7089f4c4081ddf655a0f9a8062b8e1052e490be04108 567 0.27/1.00 vMB 32
327,759 327,759 00000000000000000f8b3e61bd91f421b77a70c86a4830dc1f0e633552f15273 30 0.02/1.00 vMB 22
327,758 327,758 00000000000000001d5d140249770cffa85d47d6866bfccf2ec99526b90316f1 512 0.26/1.00 vMB 29
327,757 327,757 00000000000000000b5bcb001713c22f3b352a6d902ae9056625b2dd38cf694c 179 0.10/1.00 vMB 9
327,756 327,756 000000000000000010d9d97eb84da32d2d2929bccee34a6c5b8f1dc21490b67d 326 0.20/1.00 vMB 24
327,755 327,755 000000000000000002dd61c3a7600368c561bbe3a46bc34079d5f3732eb99da4 439 0.24/1.00 vMB 27
327,754 327,754 00000000000000001e4a3c04c9989d4dea74f55753544f468a2a9a9385e5968a 448 0.31/1.00 vMB 21
327,753 327,753 00000000000000001a9f1f8f74d942cc62b0346124836fe52e6ac9e3706bdcde 128 0.04/1.00 vMB 40
327,752 327,752 00000000000000001a9db207f354de1428dc8e6e08f91751ccf3cc4fa3bb1524 770 0.44/1.00 vMB 25
327,751 327,751 000000000000000005801a603bbd6adf8d4b6cf5707a2e2ca8d2d2caaa153782 1,555 0.75/1.00 vMB 30
327,750 327,750 00000000000000000707d1c4ccf468aad1d60a09fd9c1ae2d54541a9ed8f8e12 150 0.10/1.00 vMB 3
327,749 327,749 00000000000000000bdf55b6ac492805900539a64ccdd8e65fb7642e5edbf5f2 875 0.45/1.00 vMB 29
327,748 327,748 00000000000000000bdbdd12be200b8b05c18d58074e4e2a478e8f9d8a214b0c 643 0.39/1.00 vMB 22
327,747 327,747 000000000000000017b2a69a8ebc248c59851e28cbec84d7798ac15681461af0 512 0.16/1.00 vMB 48
327,746 327,746 00000000000000000cd3a9d94b0c28fc29aee0e0e9e734f8fd16e8f3bc1b8f8d 727 0.32/1.00 vMB 30
327,745 327,745 0000000000000000056cc18e558382382506955efd74e8b4c521d2e6f4c7e5cd 206 0.13/1.00 vMB 22
327,744 327,744 0000000000000000035a807ac53e416fa2513d5c25998063f94788cefa614e39 160 0.11/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.56 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: 622.20 GB
    • Received: 11.31 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.