Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

686 transactions (0.32 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,522 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 665 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,521 (602,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,661 308,661 000000000000000015eb11c7335c3048c23019ee513b18f919c063419b631e6a 0.35 MB 666 26
308,660 308,660 00000000000000002748de2c4e9a7eac5936825d6ae52101176e5befc95d446e 0.74 MB 1,074 25
308,659 308,659 00000000000000001e3101b1ef9c062ec4cf0042788647e1faab48069a275077 0.75 MB 726 20
308,658 308,658 00000000000000000e2918b4093c82273463ad895923eb0f05f52e597e156412 0.50 MB 759 29
308,657 308,657 000000000000000014997d3290af5967d0dc88fb43aeed6f5d03283fb30f6506 0.50 MB 1,429 49
308,656 308,656 0000000000000000381ff45439c5ebc640d682bf209b0dc7380f70c27dadef2c 0.03 MB 81 25
308,655 308,655 0000000000000000303a9f670160a2bcc73f20cf8ad8bedcc0b393b45d808050 0.81 MB 1,363 28
308,654 308,654 00000000000000000c135b0dfd6ff8ec599a04557f10c5a03255033310d83fd1 0.08 MB 146 20
308,653 308,653 0000000000000000056efa8ca8b3851ac7c44f3e72ec54b4d1352a1a39097937 0.19 MB 417 35
308,652 308,652 0000000000000000089113b064e6997a615e1445a5dc7d0bec6716be0d616795 0.75 MB 1,405 27
308,651 308,651 0000000000000000395379540da9e6e5d3419ec6bca69427ca325901f9c788b6 0.03 MB 78 25
308,650 308,650 000000000000000019ce04eac4567334e88b176957903fed168328a05e7a52eb 0.22 MB 358 19
308,649 308,649 00000000000000000a4b4abc2492685015aeb5661f33958a910b5174a92d7a5a 0.32 MB 620 28
308,648 308,648 00000000000000002375abedd1475782ad7533f291bfd82ea782b13802ed7185 0.24 MB 343 24
308,647 308,647 00000000000000001a23b1575f6a8ae505173a348c400e7ea2bc21779e3e4c4a 0.13 MB 258 29
308,646 308,646 00000000000000001122e170c210b6bd8b4955a9a0433ffddabab27f5e393f12 0.21 MB 292 26
308,645 308,645 00000000000000000a641b00fd31182f061ae5b2beeb4d171d508fe0406a4f48 0.43 MB 724 32
308,644 308,644 00000000000000001aa5eff90ca2c055ff28a0e95fe3b3f2db398d142e04ff08 0.08 MB 127 28
308,643 308,643 00000000000000002eb65c7df237d2ce5ebbdfcbd1dd33447c15f42c4212b5c7 0.11 MB 232 24
308,642 308,642 00000000000000000af3d93c872da61c1be9d6cd78781219330cc8df3d3222b6 0.35 MB 449 20
308,641 308,641 00000000000000000f8dd862afbf16e7b2069e00a768ab93d66963c7c7b802b9 0.65 MB 1,110 30
Previous 10 blocks ↓
Total Size: 776.20 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,412.90 GB sent, 129.71 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.