Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,696 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,031 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,030 (849,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,240 61,240 0000000001a83ba7ca88c5d3e2f72ce3c2b53d4dbaa5f760a092334b7ccb6f67 0.00 MB 2 0
61,239 61,239 0000000008e64c575128e74e4196a7def118d065516cde2f7d06dce58f71e247 0.00 MB 1 0
61,238 61,238 000000000d206b378c909fd40907f5572943b83bd3d399f8e9f18bcca53a2550 0.00 MB 1 0
61,237 61,237 000000000804d8d6bcd149df180db273418f936638685dc27b86a3d9f2906f0b 0.00 MB 1 0
61,236 61,236 000000000df8a3e26a59698e544516aecb5dfc339940ebeeabd1d38f48221c55 0.00 MB 1 0
61,235 61,235 00000000036f70655e1da8695269dbd1c0418638f0da66d663de683a03b4a560 0.00 MB 1 0
61,234 61,234 000000000bf0032fafa9771feb7d686671e4eef88c5ee8c19c8bbea5b65918b5 0.00 MB 4 0
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
Previous 10 blocks ↓
Total Size: 775.30 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,361.67 GB sent, 125.26 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.