Loading Tool

Explorer IconExplorer

Memory Pool

25,335 transactions
26.94 vMB
0.05481826 BTC
Random Selection Loading Transactions
Max Size: 128.63/200 MB

Candidate Block

Mining Attempt 39db18a957577f2fe2f0e9d83b217a8fd85d8d47f9bf8f86da00b580759ed42d
Version 20000000
Previous Block 00000000000000000000c78ac01bc6de4341166accce32c41dd1feec8f577607
Merkle Root af904f2686f0b11c531ba97ecce5e2f3039fcefdef5f4499ab816a3df1f6f9ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,270
Size: 1.00 vMB
Total Fees: 0.00433314 BTC
Feerates: 44.54 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,501 (867,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,727 46,727 000000000bc5fa676bde97c961d977d2174cbc5809628f3dc6f241173535caa7 1 0.00/1.00 vMB 0
46,726 46,726 000000001985875f420e2c5d5ba74b9406c61a5cb1b775cefed8a6d3ec26f45d 1 0.00/1.00 vMB 0
46,725 46,725 000000000d30817043b321668b3ee279cae8e733be7445bfc112f6b7548bbf42 1 0.00/1.00 vMB 0
46,724 46,724 0000000007663db4384c8f29af23a54440eddc3141fb89b75a39e21e9cdd8f6c 1 0.00/1.00 vMB 0
46,723 46,723 0000000035da4b1d9bfd660b7b4bcc6dc8c14b0983c2071420fe45d33209664e 1 0.00/1.00 vMB 0
46,722 46,722 0000000018cc4c03fe8edbae0e6f72132aaeb80efc70253ccb033dd82206ae95 1 0.00/1.00 vMB 0
46,721 46,721 000000001ed49860a751c75e5fd246d948fd4487224122cb862bef606acca735 1 0.00/1.00 vMB 0
46,720 46,720 00000000213c43e5d3cf5e22a296a80573811fa21eb72d527057e79e5b5cdaf2 1 0.00/1.00 vMB 0
46,719 46,719 000000000ceef644ace839919467c6fa56f1ff50e6bcb8dfc13deb3f79e97c01 1 0.00/1.00 vMB 0
46,718 46,718 0000000021666c15bace4983d56cb4aadbef113de15926a25c958b65e0eff964 1 0.00/1.00 vMB 0
46,717 46,717 0000000006ec3fc69b5b12bd0a2dca4d196608966b836cfef841f26fd6a1cb4a 1 0.00/1.00 vMB 0
46,716 46,716 000000001487d79397064e6705cdb26733a84c7cb718becd7572b4d5ebc93fd9 1 0.00/1.00 vMB 0
46,715 46,715 0000000021feeece9b65cee51a8246bc00ecee69b97734975b30c4b2229e71d1 1 0.00/1.00 vMB 0
46,714 46,714 000000001f7819385ff8c632a23c02bf91636aed6bb25107e3bd0aec2915d064 1 0.00/1.00 vMB 0
46,713 46,713 0000000020d677a52bcf86504562ff566ec2f4afe8a07a68f29c9626370648b7 1 0.00/1.00 vMB 0
46,712 46,712 00000000002911913a91252a37cdc5b28a31b46705d99d0ec2ec7c32c7712f04 1 0.00/1.00 vMB 0
46,711 46,711 000000001fb2d199c16a95fc525670269bb3838950b20f7c5bea3441c0813200 1 0.00/1.00 vMB 0
46,710 46,710 0000000018573d8b5e2fdbb93dfddeb5f7f0156bbc983ab75f591c2201e1c64a 1 0.00/1.00 vMB 0
46,709 46,709 000000002d1b947145807880f166ea3b99b566c1bef5751a0e81dd98388d6933 1 0.00/1.00 vMB 0
46,708 46,708 00000000002d70a6973257b227fe0fcc0ef265733e5d8a4b08ff6f79c33ee984 1 0.00/1.00 vMB 0
46,707 46,707 0000000021a02bc561c3db9b0c94d96eff7e64f799a3d16f7e8391e42b88823d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.50 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: 612.33 GB
    • Received: 10.97 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.