Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,635 transactions (1.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,898 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,986 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,897 (365,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
546,062 546,062 0000000000000000002254babdc72330cbcb15fe8c47f1f03acb32b9f2a9e5c4 0.24 MB 420 26
546,061 546,061 0000000000000000001b83839d9ae8184719c27bfd58163554c258fa2e401c66 0.32 MB 621 10
546,060 546,060 0000000000000000000dda67c310f67d1a5dccc6defc19ca9c8f91bcfa278f57 1.40 MB 1,095 5
546,059 546,059 0000000000000000001a16df4667aa97a0cc372512e062e11e57a462d6bbaae3 1.41 MB 992 9
546,058 546,058 00000000000000000024959f725c16bce44488c7bb5f2725c47608ba52719fa9 1.12 MB 1,621 11
546,057 546,057 0000000000000000000486052b16f0a9ba5ca91d6498febe5c812c7a13ff43de 1.04 MB 532 2
546,056 546,056 00000000000000000016114095d5b9f0cecd617c094440519a1c34b663e189e0 1.22 MB 1,932 2
546,055 546,055 0000000000000000001e87eb71d363f1e3c35b8ecb7dba29b3db9af1f6431e98 0.00 MB 1 0
546,054 546,054 00000000000000000008b8da3d49ce14892cca6cf05d2e555e840b37105dbeaf 1.25 MB 2,654 20
546,053 546,053 0000000000000000001ace1e1147467d7382e25b83c0d039e6fbad8c6e1b3e2a 1.40 MB 1,493 4
546,052 546,052 000000000000000000178433ae91d4a7c397fbc0f8cb2b433f8054862a70af3c 1.19 MB 2,184 16
546,051 546,051 0000000000000000000331f1b6ab333505099d35900d403f5bd37057b96a87c4 1.21 MB 1,689 6
546,050 546,050 00000000000000000015dee67b580b62a57299c9fff84b84ed200d3c62b86fd5 1.43 MB 1,525 6
546,049 546,049 00000000000000000016cc7918e049b5132bcfacbfc6cbdf07b1c0039526506a 1.25 MB 2,924 15
546,048 546,048 00000000000000000014ae062b5fffd48b6d18adf1eb2412826b6dfb55bd88ac 0.63 MB 1,202 19
546,047 546,047 0000000000000000001d49bdee50022e36b28a8835245e4c87327f96ad7f0097 1.29 MB 2,376 16
546,046 546,046 000000000000000000214d2339c92dd90169b1ff4eec114295e4180c9a804aa7 1.19 MB 1,977 9
546,045 546,045 0000000000000000000d85af4da51291c42c352b7e48f26d2980f5dd700c0eca 1.22 MB 2,114 15
546,044 546,044 00000000000000000019c487cadd3939c2a2fb8e085bee305d8192ce9b954631 1.26 MB 2,335 18
546,043 546,043 00000000000000000013dbc84125e52112766bb5677099dbdece862cb41e66d7 1.18 MB 2,231 14
546,042 546,042 0000000000000000001123050c52de499ec92868a9276af0843c92ca085b63fa 1.17 MB 2,689 9
Previous 10 blocks ↓
Total Size: 776.90 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,478.67 GB sent, 132.95 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.