Loading Tool

Explorer IconExplorer

Memory Pool

32,547 transactions (5.82 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 45.79/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,625 000000000000000000022b910000000000000000000000000000000000000000 3,397 0.07127822 BTC 1.00 vMB 2.30
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,624 (697,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,238 215,238 00000000000001fbbfb245f54067c662ca33a995841084dbd7cb8b324d3ca27e 0.05 MB 95 99
215,237 215,237 00000000000000d69bbc1c1ad19f2a900482b2686f3a95b3279e88937777eac9 0.01 MB 25 271
215,236 215,236 000000000000010172b9508ce08371cded0d4e6f13ec2dfa716eb620d4b82bd4 0.06 MB 125 168
215,235 215,235 0000000000000142164ff00371ffe1e1f2ced6734a15ce05021e788e9d9457ff 0.05 MB 149 189
215,234 215,234 00000000000004df074667dbc4ba7fda6a70377c3d92730ca2f574f6df63a3af 0.06 MB 143 202
215,233 215,233 00000000000003611e4d65f19113c156fc5e7d657d461ea499221d55e1b5ab96 0.02 MB 42 163
215,232 215,232 0000000000000145ebb14c7c6e4b3ac2fc565eeb8bfd21b61381d8198bc6b29c 0.00 MB 1 0
215,231 215,231 00000000000002a336d4c7b0663515e1c15d908564db63e20c0a69908111e99a 0.13 MB 242 24
215,230 215,230 000000000000052b5c35052b0913d2bcc2bf0e747fe37f25366d8dc4f6e26af4 0.05 MB 128 124
215,229 215,229 0000000000000461dfdbeebda98db7459dd3e85c6d276cb17b3a5272180aec92 0.00 MB 8 170
215,228 215,228 000000000000020726b7498b758e1d90ab91a61a39f09c4586f9e121d9ef88ae 0.16 MB 301 115
215,227 215,227 000000000000044a95188b9fa1819913c44eebdcfbe654a084acfa4024e836cd 0.20 MB 399 615
215,226 215,226 0000000000000407fa2187fc4cfb19fdec5e11bdaea1170e78db0ad192aa7817 0.00 MB 10 5
215,225 215,225 00000000000004bef79455fc3c0c89e47559ac7d4269f6b84385ada09a8537c8 0.23 MB 697 323
215,224 215,224 00000000000003fd22aba8da396d0d3a0edebe0ee52a717c8b86cca25c069be4 0.02 MB 57 166
215,223 215,223 00000000000003da68cee6b2b33e5b1344e3165f4e529bb0d49e3b4019b66631 0.04 MB 95 188
215,222 215,222 00000000000002b2a8b853a5ac5e8d73e3886b5fa9bd7a9035ce1ac2ac272173 0.08 MB 240 87
215,221 215,221 000000000000055717ebaa3e14401c07309654d4c76e237d0f9d48da7baf69f5 0.25 MB 213 122
215,220 215,220 000000000000043f35801327ce9ca39fe376c55f02ec0a0b534fb51e9aebc165 0.15 MB 398 204
215,219 215,219 000000000000000efe6907445514584ced154fa382646646eeec16528398ac90 0.04 MB 102 164
215,218 215,218 00000000000000ecb4d7e0151c33af7139f5035ecaca7582d1bd46ab7640e07f 0.03 MB 31 69
Previous 10 blocks ↓
Total Size: 778.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 62
    • Outgoing: 10
  • Data Transfer:
    • Sent: 56.54 GB
    • Received: 0.54 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.