Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,466 transactions (3.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,864 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,590 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,863 (837,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,999 72,999 000000000078447ce24c863e71cfca4843631e842551a20c25329dd66fde5c83 0.00 MB 2 0
72,998 72,998 0000000000790a76fa6a632ce61ee667e55a8df0e101deb7eafa9e12cba8cc14 0.00 MB 2 0
72,997 72,997 00000000006a0a6bc1562ae8ea433c540c65ed92bd01b7286c36833bb1ffe19e 0.00 MB 1 0
72,996 72,996 0000000000734a78ad2eaed5a1bbdf103060b60a63da16dea994490bb1e38748 0.00 MB 1 0
72,995 72,995 00000000002a8a17445c0fcf4ac02918b052bed08ff2ca4da782f2d119b53631 0.00 MB 1 0
72,994 72,994 00000000009e6eef5f54edbbec9b172a3c95eedca40b3ff59a3f7480af2c29a1 0.00 MB 3 0
72,993 72,993 00000000006bdb239b629c70dcd5125e6d32344b9f321a66cadcf4730aec8db0 0.00 MB 1 0
72,992 72,992 00000000009e20a3236c15221ae740f2066b47b9a8f3eec9bb1c36cdabf5cc36 0.00 MB 1 0
72,991 72,991 0000000000a8c4cb080496e77eaa89c64cb62b67508083ed8df80d4aa70cd212 0.00 MB 1 0
72,990 72,990 0000000000125d5e7e54bd53e5cacd4163c6939e684ef0b9befe631c47325681 0.00 MB 1 0
72,989 72,989 0000000000a0b5b0bb0f614f0d9f53231e8d74d35c7edc03b2e822aead65b735 0.00 MB 1 0
72,988 72,988 0000000000a6ab76f712ab21c9e67875cf38dc80e36e0f77a01bd940d38ed747 0.00 MB 4 0
72,987 72,987 0000000000a71918573827358aba5a96391e7e40edf80c726c9d45c3793fea55 0.00 MB 4 0
72,986 72,986 0000000000a5013dbd8b834ab84f0c9c8b391e077dd9db0442e4fb6680e9d04f 0.00 MB 1 0
72,985 72,985 000000000015a36ec5f9f45a314647eeba69288999d4893bb319d8ed7b4cfb90 0.00 MB 1 0
72,984 72,984 0000000000932a4c814d8b2bbd43a5204f7476363d99fd8508d88b66c81b69d5 0.00 MB 3 0
72,983 72,983 00000000008e39481d86a238fece26ce0b9a402e9bc1e91b7b219da68dce2b72 0.00 MB 1 0
72,982 72,982 00000000009e657725ead468a9681c1a899293765beae3e451a9c0b220aefa1c 0.00 MB 1 0
72,981 72,981 00000000004e03394f816b9a3f6385283f78bf3fb785ba38fb71b27a115b6fdc 0.00 MB 1 0
72,980 72,980 0000000000413d42abdb0ecb3e27b1bd0eaa92d63c2a4ca142db5ebae0eb3f78 0.00 MB 1 0
72,979 72,979 000000000087c932866e37d046e70601d2f545744f185803b82dc2dce59b846c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.99 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,342.72 GB sent, 123.67 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.