Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,278 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 0.42 vMB 1,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (896,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,099 15,099 0000000042c0a57c8771ba1bb82cd68ef710fa337b96ec56f0a836bb32064bbb 0.00 MB 1 0
15,098 15,098 000000002c615a2ab709ff64c141975f6fc5991bb64f71772d0d07a0f501c3e5 0.00 MB 1 0
15,097 15,097 0000000079a69ea50cc95842da055f0e29970abcff6dc30c690dc281b78640e9 0.00 MB 1 0
15,096 15,096 00000000406edb7c0850cf8980515c5626c648651e2895c1b59e2006df5898ff 0.00 MB 1 0
15,095 15,095 00000000cb26ee398a92c2daf96cf9c8579d9836c6a85f27ade7a13fce679403 0.00 MB 1 0
15,094 15,094 000000005010d37ca544a5308270c8e549b3edac9b19e73b1ba4fac7f0a5e44f 0.00 MB 1 0
15,093 15,093 00000000ce6d6cac8904ae197c5a0a7cbff15e53ac143424af8d1e7662dd7251 0.00 MB 1 0
15,092 15,092 0000000069feaf6814dd8be03e48580c52a544011d28310100d167122b18d73a 0.00 MB 1 0
15,091 15,091 00000000c6ee4b6c447bb99e752f257a2e582eb9a569d33367ed873f940df8d1 0.00 MB 1 0
15,090 15,090 00000000780c617dfb29db3fb19d0a9a6c3f2f992f50c3f543548485161d927f 0.00 MB 1 0
15,089 15,089 00000000f9caa9f3c45a30de7acbccfba786eb30dbf02ef8da97e208b7c3f0a9 0.00 MB 1 0
15,088 15,088 00000000bb3847ab8d43fcf296a81ec879a92e343e6006446b1a0c866f9b2a22 0.00 MB 1 0
15,087 15,087 00000000b3f1f398c0b580e8524576855be2e22d7a54ec62a944a2473f5bc627 0.00 MB 1 0
15,086 15,086 0000000081ae09f414370869b08ebc7cb54e678f5a6776cd8510357dd2ddbab9 0.00 MB 1 0
15,085 15,085 00000000911a69df71529330466cb8c5c30d04324a6ec3e199b35ac4f66649c8 0.00 MB 1 0
15,084 15,084 00000000d3aa9a2b9d7af9709a5bfd383b42bf5033169fe689286aa5128d51ee 0.00 MB 1 0
15,083 15,083 00000000348d0bcaa39a10c679c9841750232dadb7e705a74f28dfc12295c0be 0.00 MB 1 0
15,082 15,082 000000002be3183832da24abeaa36e3cf392f2168e701bb6c74b3cd0ead5be79 0.00 MB 1 0
15,081 15,081 00000000cba011d6f82c03f915ff434e9d545c1762564ba11720a03bc5b60cc2 0.00 MB 1 0
15,080 15,080 0000000080b5d76aa5d6c396feb07115c9898abfbad25709bb83075f8c78d351 0.00 MB 1 0
15,079 15,079 00000000613849d966fed4759ab26dd8e0899c391664b86ae1091fcd159074e0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.92 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,401.73 GB sent, 128.43 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.