Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,497 transactions (1.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,633 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,495 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,632 (837,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,392 72,392 00000000007ebd10245ee00cd51febde4ca54927b96ffe7ee91ec443dd0cc3e2 0.00 MB 2 0
72,391 72,391 00000000006b98d915f896c8abf765f7f0e2510c9b51443eb79eaf8c80052be7 0.00 MB 1 0
72,390 72,390 0000000000b8285b46f0de7881afea4af9f309e94f5f4168fbaf4ea3964055a6 0.00 MB 1 0
72,389 72,389 0000000000945ced7a66c1a12e6bb42a63b9fd3b804449f64eec16a6a2a338e7 0.00 MB 1 0
72,388 72,388 00000000000c39828c4a2fdb956f2819b23f0d60e8101498adc6b688533067bd 0.00 MB 2 0
72,387 72,387 0000000000fdcfd68eb84cd21d415781ad2062e2a9851f0abc0fde1f5d07472d 0.00 MB 2 0
72,386 72,386 00000000000b23d5f0bd1b3b3ebd1ef83d2906d65eeb41a72541b7365867a193 0.00 MB 1 0
72,385 72,385 0000000000f7c908c370b8af82d8accfccf6c723d43de165118dde1c33574170 0.00 MB 1 0
72,384 72,384 0000000000edfb3dd3ae229d53e4e64858c806524ccd26e0c65fb988c79b3952 0.00 MB 2 0
72,383 72,383 00000000004dbedafdd2c7d54ebb8b8fe7971784021faa2eb7305fb5d406e548 0.00 MB 1 0
72,382 72,382 0000000000590f3ef80903fc29299b8d2c19ce8ee1dccdd7831afffe7b735399 0.00 MB 1 0
72,381 72,381 000000000052c84bee8fb169790e53958b909e3b23a1376704a2d02bb70b00fc 0.00 MB 2 0
72,380 72,380 000000000092b8c8b6520ad2a1afb96b8c81932792e3f4448ae1d48c64667354 0.00 MB 1 0
72,379 72,379 0000000000d1e508f69e0c597e1643a085a93b3a05bd1e368e0c5394618d8816 0.00 MB 1 0
72,378 72,378 00000000000da8a835a16f2028c6380ab49d0ee2ee875a896985a9bf954d96fd 0.00 MB 1 0
72,377 72,377 0000000000bd4f86cb95a0b8c3cf97241a2f5c3282e91ede13c421fef18faca5 0.00 MB 2 0
72,376 72,376 0000000000154999ff952f6bfd662cdbc69a92eac4e77882bc9c525b7192015c 0.00 MB 1 0
72,375 72,375 0000000000f5206c4cc0ef149765c6400cd1fc7fbcc2e38a310d2ae805da0cef 0.00 MB 2 0
72,374 72,374 00000000008778682c3c0e8c35057afcfba5ddfd22d38f4fadea18b9049c4167 0.00 MB 1 0
72,373 72,373 0000000000f02d8bffb15bb38653e4d18fe233cfe4dbbc143fa3bca29756126b 0.00 MB 1 0
72,372 72,372 0000000000fdac2bbb52cd58e2bcde69d46530508ea97312e9bed6826bf8285e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,113.41 GB sent, 111.97 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.