Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,360 transactions (0.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,562 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.79 vMB 2,360 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,561 (868,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,115 42,115 000000001d958d66ac24f2d8cd7d389011c11c0f16faeea3bc301bfa5a2d56a6 0.00 MB 1 0
42,114 42,114 000000002337a5077940ce68df8b745e1d3ae05930841a9ed206b4dada7dd5c4 0.00 MB 1 0
42,113 42,113 000000000cca2f1c4d00a15a5ef5208097e9df0d421416e8943fe7543bd1217e 0.00 MB 1 0
42,112 42,112 000000005ae81d2456849b2fb2c9a4de1f1090aa07dfa67a153d204f53ec1484 0.00 MB 1 0
42,111 42,111 000000000f19f7e8005ebf01a94d85e96332795585b67d0e2b33c61f7f9b02d9 0.00 MB 1 0
42,110 42,110 000000003f4bbdd7224db6c351b1e2831be9f5294524a1c3ca88c827bafc1420 0.00 MB 1 0
42,109 42,109 000000005125cf1a6d142685493f8b6d90e530e58bd39e17139a834694abc3d6 0.00 MB 1 0
42,108 42,108 00000000553f920b7dcb9456606bee1d82aa1d1a66a1c2b3f7797da71283f0f0 0.00 MB 1 0
42,107 42,107 0000000006f30af80d88b2f65303dd905d823f671709c57a65991292473ffe0f 0.00 MB 1 0
42,106 42,106 000000005349ced9cc1d88b9926e25f226775e64adb0494c2adf9224e76acfc5 0.00 MB 1 0
42,105 42,105 000000004c250bebdce84377bf45287ccbef22171453c9005aa192e7ebe78002 0.00 MB 1 0
42,104 42,104 0000000000b4d7c61724d5d0fe2079fda3d07e9f1ddfdd2316fbcc493e91bc43 0.00 MB 1 0
42,103 42,103 000000005ad10beeb9e44e0a0387e156649b927539c826fe2368ce2ee36ab2eb 0.00 MB 1 0
42,102 42,102 000000002d24e332fefb3e86d7c8c5e933ddbb944d66eac9ec7cae196e063460 0.00 MB 1 0
42,101 42,101 00000000608253b57890efec5995c1fbc8e9859d11d5e04d9bc0563641d5fdbb 0.00 MB 1 0
42,100 42,100 00000000324c4890ea4b8967f5ad909e4a82887ef1454952c456510110c3c177 0.00 MB 1 0
42,099 42,099 0000000054a123defeaf4209ce861f4f58afb0d4236a7077f083475b062c8704 0.00 MB 1 0
42,098 42,098 000000005d38bd0f8cdfa6d1fab4416ab8faca118dc54c7e1c8ec4bf62a6dd46 0.00 MB 1 0
42,097 42,097 000000002b0684d074a9108e85e1fa0c2e4d79cc8eb3b56886e50b2cd5b2b136 0.00 MB 1 0
42,096 42,096 00000000062931a902519509ee80554c04e4a4a3af4b630ab3fa955c74845f5a 0.00 MB 1 0
42,095 42,095 000000002f5769749797e3ebf7ca5b9c1cad3314143617ead6962b1f69379eed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.42 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,252.55 GB sent, 120.63 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.