Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,539 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,935 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,532 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,934 (837,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,009 73,009 00000000005aef682322cd5a45e732a0fde2e3e261815bcc2768b8ac8017f90e 0.00 MB 2 0
73,008 73,008 0000000000b884e29830e0f8c42fc7f375686dd23119fbe385acbb48ebabc1fc 0.00 MB 3 0
73,007 73,007 00000000007476a7eaddc8af7d92228f538faa92cb8f3921d0f3439ba0d9c615 0.00 MB 1 0
73,006 73,006 000000000034bfae242f6f53e877117dd9bab5c9a995b7c178f480c258669f47 0.00 MB 3 0
73,005 73,005 00000000003b0793d6d648f9465be9eea42ae426b693ac62ae133ec8f9e05bb3 0.00 MB 2 0
73,004 73,004 000000000063834f949273c7dc497686db0eef2bc240c5a3ed8d218c1007751c 0.00 MB 1 0
73,003 73,003 00000000001d21bb2d8b185a63fadd2859f04ffb7b664c780514c838e58f29bf 0.00 MB 2 0
73,002 73,002 000000000014e007e990faabaaf252a6ff161aa008dd644221da570850a8d4b7 0.00 MB 4 0
73,001 73,001 00000000008f8792aeb1dd4eaebda850d96d45c199c1c183760d6614acd89f44 0.00 MB 1 0
73,000 73,000 00000000005936a8d5637765967ad4da3599596adf19879f5e65d6940da7fa64 0.00 MB 3 0
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
Previous 10 blocks ↓
Total Size: 775.12 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,347.03 GB sent, 124.30 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.