Loading Tool

Explorer IconExplorer

Memory Pool

82,835 transactions
34.64 vMB
0.16195058 BTC
Random Selection Loading Transactions
Max Size: 197.52/200 MB

Candidate Block

Mining Attempt fb81005fbaff54cbf3766f271642ab6f9ab16402086f1c6168aa47c4d8ceb326
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 3184635c1ed2e2f24bc7b44790d9c2368316951a58168b9d8cbc22ebcb8d7145
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,362
Size: 1.00 vMB
Total Fees: 0.04322583 BTC
Feerates: 301.60 > 4.33 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (32,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
882,992 882,992 00000000000000000000b357c07385b2e786c6bc1524276ddc97486b4d766967 2,251 1.00/1.00 vMB 2
882,991 882,991 0000000000000000000263732659ad24f748676d99e79a0ef9dbd7e1b9e99a8e 2,416 1.00/1.00 vMB 2
882,990 882,990 00000000000000000000e2ebe336582a440452c956748a9bcda268c3d51098e6 3,268 1.00/1.00 vMB 3
882,989 882,989 00000000000000000001066e197d3d426fdfe0bc1af3d8aaca3ac16c44f049ac 155 1.00/1.00 vMB 1
882,988 882,988 000000000000000000024ab9a2dde9a01f60825cce68431f5d27fc0111e8b31f 1,322 1.00/1.00 vMB 2
882,987 882,987 00000000000000000001043478eb7d8c4dcc9f3a600c19cd0140f169c2de03ae 896 1.00/1.00 vMB 1
882,986 882,986 000000000000000000012e56365d543d319a7f2b64b20ca71e8c15e64c78a5a7 1,727 1.00/1.00 vMB 2
882,985 882,985 000000000000000000025e512a7f1a6d54c45cf7da0f8ce9a8e2d37da05532e8 1,381 1.00/1.00 vMB 1
882,984 882,984 000000000000000000022d6f2e98424af4956979d1a243d4fc1fcbc3d8619e91 1,844 1.00/1.00 vMB 2
882,983 882,983 0000000000000000000006c0cd1cf736346571f5cc6e6f38ef3b5104769716f6 1,111 1.00/1.00 vMB 1
882,982 882,982 000000000000000000028d546013e05532423206ddbdd191525430b3a88efe31 2,779 1.00/1.00 vMB 2
882,981 882,981 0000000000000000000174212d027f3c65f5889914745673acdec4bee67adde8 3,539 1.00/1.00 vMB 1
882,980 882,980 00000000000000000001f7e1868d337020250f3d854a1b688d713f6df33b16ab 3,258 1.00/1.00 vMB 2
882,979 882,979 00000000000000000000b1295b39b16f53d668a1d48ca3ecfa71dd4b9cba3fa6 2,489 1.00/1.00 vMB 3
882,978 882,978 00000000000000000001573fef16e3ee2267d49da282b9fde3e85361deea4cd7 3,490 1.00/1.00 vMB 2
882,977 882,977 00000000000000000001dc10449c9c7d5f24aab06685261899e8c9412095cbde 2,641 1.00/1.00 vMB 4
882,976 882,976 00000000000000000001327374b5f7ccc32ebd57381b17100ce146138e1d1dad 2,626 1.00/1.00 vMB 4
882,975 882,975 00000000000000000001732b8492f42b3dd02abddcbbc1637a2c4ca6bba2d224 4,536 1.00/1.00 vMB 2
882,974 882,974 00000000000000000001b5c5ced3219647065a2771350624ef9a908cd384d2c3 3,586 1.00/1.00 vMB 1
882,973 882,973 00000000000000000001f844e01599290d9df4b820d038a4b948a0e5c50a01d1 4,451 1.00/1.00 vMB 2
882,972 882,972 00000000000000000001c23bad3871770db28e6d2c998d06e03e0c993d83d04a 4,287 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.10 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: 728.30 GB
    • Received: 18.47 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.