Memory Pool Memory Pool Refreshing

28,461 transactions (8.07 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 49/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,211 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,461 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,210 (856,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,205 53,205 000000001198ee83f09859122779535eff01c2fbf8c8f4a4cb7f482c0425652c 0.00 MB 1 0
53,204 53,204 00000000103b64146220248cd3b11b001da1d50604acb4fb51c45297c83bfb63 0.00 MB 1 0
53,203 53,203 0000000008e8ac83eb49ff0056da698a13f1023ffe7378c113b46fab5a7c6066 0.00 MB 1 0
53,202 53,202 00000000092ee1ec9bc9cbfb8db24a06ef972b3b450dcb862b9712011993dc09 0.00 MB 1 0
53,201 53,201 00000000038f7d015d2cf73d8aad649bcf788a133b80d3cdcc17b296ce1c98fa 0.00 MB 1 0
53,200 53,200 000000000bf154261376e1b7ae975307e15244c9ff6879f8239508d2ed4af3fc 0.00 MB 1 0
53,199 53,199 000000000241934cdb3321b6e12e6afa944cf94d33d15d5f7ddffb69d76b153e 0.00 MB 1 0
53,198 53,198 0000000009a324f0e1f32b992d70d906c42950b471c35cd028b3760900add753 0.00 MB 1 0
53,197 53,197 000000000c7bf2115161f3ccf4ae68493019f86cece497a1c1d5fab54c9ad34b 0.00 MB 1 0
53,196 53,196 0000000005cc5f89c5ba861da060810bc6a301af475b364245499704fcf5a2e0 0.00 MB 1 0
53,195 53,195 000000001510f742029ebc98773861ace716765d32641794147bbe0357f8033d 0.00 MB 1 0
53,194 53,194 00000000055048d9ea53fb92f11fc0bf0c053f5b32c6fa82fc057d3ce4f1a35b 0.00 MB 1 0
53,193 53,193 00000000054071cea14d383076ec5a11625e4abe5e6d72489c27cad3a01e33a4 0.00 MB 1 0
53,192 53,192 0000000012a08a451c70b8a75d860e38e7ee084284cf8edfc0f3c4c561d7f7b5 0.00 MB 1 0
53,191 53,191 0000000005de8a134f938fd56fc5b1dd430f62c8eeb140965c0e6e7a1b210928 0.00 MB 1 0
53,190 53,190 000000001014d336f0242395195af95c018f0d7d019a878fe888bfac9946a84f 0.00 MB 1 0
53,189 53,189 000000000a0c0712cd1d28f375d4282f19d9d3c0c69da3148b2f9051a7db3ab0 0.00 MB 1 0
53,188 53,188 000000000804634a208f98ff39ad34d38ea4eba55d1e5d9debf5263759b76e33 0.00 MB 5 0
53,187 53,187 0000000002f4e6d6f59b8ab56529dee7b6a1935c506f132e0d49a62f4b9829ed 0.00 MB 1 0
53,186 53,186 000000000d5c424f8b8b94ba0a4dba5093a7e58a6e5244a9d359fee9375cd1c1 0.00 MB 2 0
53,185 53,185 00000000080f3d8c02f9f2ce9c7736a07150b61b78f0956f7c4c8ff06285faa2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,006.14 GB sent, 107.55 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.