Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

791 transactions (0.37 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,743 000000000000000000022cb30000000000000000000000000000000000000000 0.37 vMB 786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,742 (836,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,341 74,341 0000000000a3f21eb642bf3ba5c8017af4c84e7e5836615d51370cb6fdcb4da1 0.00 MB 1 0
74,340 74,340 000000000032f6231b9ee8494c7a3bcc1203fc38560162ae57ddad62e381269d 0.00 MB 1 0
74,339 74,339 000000000079f7283dab9d6b0c93a84fa38d5e1316e121f158b896c080b45316 0.00 MB 1 0
74,338 74,338 00000000007f8998a61cea80e3787ff6896448ddf651efc07c83740ac743e601 0.00 MB 1 0
74,337 74,337 000000000029d9574509bda8fe62fef24e7b7da27b52fcc951101bcda8ae06ba 0.00 MB 1 0
74,336 74,336 00000000007a8e5854a6a63bf0a5cd8b94b75b6269ac8ebc0643ade96b6b31fe 0.00 MB 4 0
74,335 74,335 0000000000b47882e3208ab6fd4cccc429b915c8b5a4ecbf9ff9eb1020797c35 0.00 MB 1 0
74,334 74,334 00000000002deba5f2143f2eaa49cd7e5934da15cb0f85de09110bc6c6cd5de5 0.00 MB 1 0
74,333 74,333 0000000000a3eda975d3006a7cf77c0577174bde3b8cf20330c3030fa50ed050 0.00 MB 2 0
74,332 74,332 000000000083f33a8c9a7f42175bbd3d725a768ce68148642c03aa8b9049db4a 0.00 MB 1 0
74,331 74,331 00000000001c56cc39c83d6ac011d07b4a80096be997f7b2056bedd4503c527c 0.00 MB 1 0
74,330 74,330 00000000005adeda28c1cf2b05459930b49958fbe11ff7e8e7b3c343ee18a5f3 0.00 MB 1 0
74,329 74,329 000000000058cac41d9d0f3a7a2a1c29c2bcc3e340f0b3d1fe83ae8745b8587c 0.00 MB 1 0
74,328 74,328 000000000026df5f2af6ce3133ee0175b4737c0fbd0d5a48b7d1a755f756eb36 0.00 MB 1 0
74,327 74,327 00000000006e5148af0a26fd64ffd0a157c486af80677ee5c84a2c32c034b336 0.00 MB 1 0
74,326 74,326 0000000000ab5ff6a482ee296e6e146dbb1efa060b1bc7e2ba0fe24cba48666e 0.00 MB 2 0
74,325 74,325 000000000074f7b9db4c24cc247d4ad6b696e543cdaea99e6644512eff594716 0.00 MB 1 0
74,324 74,324 0000000000144273d909a46c78047e9ba28be4ed6c1324ed2f61d304bc24e81b 0.00 MB 1 0
74,323 74,323 00000000009ccc311cf957658043ec1a0d3f89742cec7a71bc5e82ecbbd046c6 0.00 MB 1 0
74,322 74,322 000000000003afac5bea59d233be6cb0d663abf59908cc3dbd813faf64f16d4c 0.00 MB 1 0
74,321 74,321 000000000023267c3c89da046c211664f54a2fa331a2395bac9c26767d1c4c37 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,293.34 GB sent, 122.38 GB received

Notes

  • This page updates every 5 seconds.
  • 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.