Loading Tool

Explorer IconExplorer

Memory Pool

76,817 transactions
29.85 vMB
0.06924424 BTC
Random Selection Loading Transactions
Max Size: 180.73/200 MB

Candidate Block

Mining Attempt 520f9bd52412f2c78e4b1e6cf68d7d3e17fe871dad18199689c48fc6ef9c1cb6
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 224cbf0647fcf6c73a40e6c0f0fa2bdd79e6fba3e508de212ecd63b2876cb1f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,035
Size: 1.00 vMB
Total Fees: 0.00608456 BTC
Feerates: 49.16 > 0.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (107,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,223 807,223 00000000000000000002a3994fb3fb63cd5f11916008caa0a4b0454756b574d2 1,829 1.00/1.00 vMB 23
807,222 807,222 000000000000000000043a2ba78e5f1d8db51d6403578dd1ca9dd6f182d54f92 2,033 1.00/1.00 vMB 20
807,221 807,221 00000000000000000000d34b5122eaa6e6189561a74b917594a1c79a575c3b97 1,007 1.00/1.00 vMB 23
807,220 807,220 000000000000000000052f9ffc3077774ab99ff13849b089179e1d3cf2600d2a 1,700 1.00/1.00 vMB 22
807,219 807,219 0000000000000000000526248a299c27aa44d9d121988b210f3cfdbe5a61176b 3,171 1.00/1.00 vMB 33
807,218 807,218 00000000000000000001871000c36373d28618303886e58a2f3717e1ab03d9ed 2,157 1.00/1.00 vMB 19
807,217 807,217 00000000000000000002a62dcb4c47b28af706770b0d4a984f22a83b28df70c7 2,397 1.00/1.00 vMB 23
807,216 807,216 00000000000000000001ca206cab1360b672d341d515e8f160ab05802ce7fb25 3,004 1.00/1.00 vMB 22
807,215 807,215 00000000000000000004e785f6c9682f53d8c17b1eee6fe1c8683d289348fe30 1,415 1.00/1.00 vMB 24
807,214 807,214 00000000000000000004b6f6995d83e530260f4ce7ac0e72ccdd563cd28f5e26 447 1.00/1.00 vMB 22
807,213 807,213 0000000000000000000360971cb66c19bc2124b37176156020df4adeb37af38b 1,419 1.00/1.00 vMB 23
807,212 807,212 000000000000000000043dc61cd1650e0df6d01c56470c133beabdb3d1912b6f 1,979 1.00/1.00 vMB 25
807,211 807,211 0000000000000000000055d5f868e6ac986c0a3af8969ece6fa6d93432b976ea 1,979 1.00/1.00 vMB 24
807,210 807,210 0000000000000000000030dfc242b55eeeaa3da6cb9094baa427249e3b6263b7 1,025 1.00/1.00 vMB 22
807,209 807,209 00000000000000000001b4659fefbfe5748cb202645e6de3007e3178c023e5b7 1,056 1.00/1.00 vMB 22
807,208 807,208 00000000000000000003cada5960569fac7b1200a63c4faef531a2c4642ac95d 3,286 1.00/1.00 vMB 30
807,207 807,207 00000000000000000003cb4305dd9a1585a498b09159250187c090c94cea1e03 1,214 1.00/1.00 vMB 23
807,206 807,206 0000000000000000000521f33f6af8106dbc93cf0560cebc3c9ec708c2ce05f5 1,280 1.00/1.00 vMB 24
807,205 807,205 000000000000000000046e9713411a8f7bba9052be13a766f76feecef89335e8 3,459 1.00/1.00 vMB 28
807,204 807,204 00000000000000000004810458f88892836fb862589b19fbc26de3d9834983d9 2,237 1.00/1.00 vMB 22
807,203 807,203 00000000000000000001ba68eab3d76a0ed8e2688c2391522686cad9292d076a 3,490 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.71 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: 698.02 GB
    • Received: 16.59 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.