Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,592 transactions (0.40 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
911,014 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 1,578 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,013 (849,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,233 61,233 00000000055e7e447295c3e09a2a5016971f2631ddbffb5f77295312baeecbb0 0.00 MB 2 0
61,232 61,232 00000000031dc5894f3a6ce339579af1b67a0b2d513f3abb1df1ccd0643fa548 0.00 MB 1 0
61,231 61,231 000000000ac24c6196d89d8180c25d08ec85ecee1c21e0eb4a3115f231a9a173 0.00 MB 1 0
61,230 61,230 000000000b65b89bf4e539ebb107e4fb34099a84be25f464a98478369e55130c 0.00 MB 1 0
61,229 61,229 00000000052fe9b72dbf0e6c347c91de2570f7bccb819ebbfc105a2024530c3c 0.00 MB 3 0
61,228 61,228 0000000005f63b50a2ec9910bf57a26ebd267c55678eae8dc6a601a77bc965bb 0.00 MB 1 0
61,227 61,227 00000000046ee10df820da93f2cc53005d696e42b46ed759f7cba37aaca34c68 0.00 MB 1 0
61,226 61,226 000000000141405312b4042fb509d7a611af926959721f10628480d8927474df 0.00 MB 1 0
61,225 61,225 0000000002f153ec0781f540c80aa7742ead3c6b4759b6effd1b60ebcf4c4f4a 0.00 MB 1 0
61,224 61,224 0000000004739926cd27886ee70b2a52b1abd09cc6e049f09a76376344bb3b66 0.00 MB 1 0
61,223 61,223 0000000009a7fcf4402635dc0572423916a9130c44fef4f86fbf1947ffe19633 0.00 MB 2 0
61,222 61,222 0000000001c0ad8086e7b1bf3794ba494fb018d88b63f1bbddcc9029867f2a87 0.00 MB 2 0
61,221 61,221 000000000cc913e2c82fab0942b85633f378169b6761c2d792253f24679e6199 0.00 MB 2 0
61,220 61,220 0000000003035af99e2cea3a2b67755c7c28c15290e0dbfc83a84ecf503f07d1 0.00 MB 1 0
61,219 61,219 0000000007f058a6c8c2134a2ffc52c75faf691f1587e487f319ed79d823237d 0.00 MB 1 0
61,218 61,218 00000000065e3b0a91fd0b7624c4dc116f8603e968418fff992b68197ca8d00e 0.00 MB 1 0
61,217 61,217 0000000006db9177c942a402493ef57aaec9fb7b2bca5c6b5fed33cbddaed61e 0.00 MB 1 0
61,216 61,216 0000000002c8994a1630ffe7962a823cd78395826c897750387b8b340de35dda 0.00 MB 8 0
61,215 61,215 00000000053fdf04bfe37804a4573d84d849a9524cfe861e716317cf9f1cd471 0.00 MB 1 0
61,214 61,214 0000000002eb017158caa60a075001cb02b8e2478bad0ffca465354d05d7a681 0.00 MB 1 0
61,213 61,213 000000000b6661efb410c2430f7b675ef81a89cdf4245b6999303ebb315a366f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.27 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,360.11 GB sent, 125.05 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.