Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,637 transactions (1.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,192 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,149 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,191 (840,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,576 69,576 00000000013f19576a2d623621d3cf249db801fcc2b740e92ee0639ee333f3ba 0.00 MB 1 0
69,575 69,575 00000000011ab88bcd21c6e27c5a3ad2091746f26bf0c69fc46b2c27b21cedb4 0.00 MB 1 0
69,574 69,574 0000000000c14a632b398c02ce258fac9533221fee095c0c8d26b14ce0c570df 0.00 MB 2 0
69,573 69,573 00000000006cad480015d288098dd17637e88635360515997c10aec030837a48 0.00 MB 1 0
69,572 69,572 00000000004e230e8072debdf241fc5a287af508191f6c4c96e67c0fcacbe651 0.00 MB 1 0
69,571 69,571 0000000000601f041105944247bee8141bb3bef1cb62a2c7eb09a9c8172e6be6 0.00 MB 4 0
69,570 69,570 000000000054ee62fbd77dc93907168137451740b669b7c03ecf3bc096a00cb6 0.00 MB 1 0
69,569 69,569 0000000000f68d15d5f198b36e8c74680888f259a6766d670c7968ec803f4bfd 0.00 MB 1 0
69,568 69,568 0000000000e39b968a35f090a36ee40ec2a0bde97c2a21290bb9a0822a1dbb8c 0.00 MB 4 0
69,567 69,567 0000000000bf2e497181ecfe42cd14290df43bad3eeac2a00550bf072f4620a3 0.00 MB 2 0
69,566 69,566 0000000000cacad5ee6fc91b2717eabaf47a6e1bd180da4eedd2f00820275611 0.00 MB 3 0
69,565 69,565 0000000000797f7d392dfb33fa8a639c969d85e075478296887e1a2018cfb6bc 0.00 MB 1 0
69,564 69,564 00000000002c56ad580ba5465cd35480602bbd47ecbf8e5023e4a3d011677394 0.00 MB 2 0
69,563 69,563 000000000144b34bca79e2b7ef7c4d854b02af26b54d0d20f87225acfe85adc0 0.00 MB 1 0
69,562 69,562 0000000000f4bc2c55ef6dd2eabd4ef1d55b13efcebbd5c4eba471bb5ce28c5c 0.00 MB 2 0
69,561 69,561 0000000000f947346e5a05b48191c04c82d215ff70113cf38035612669962041 0.00 MB 4 0
69,560 69,560 000000000052dc8a049b811e04d91e4877aac4ba3d9d84be97b747f41980c831 0.00 MB 2 0
69,559 69,559 00000000005422de4b3e45e6ce0f6c53ba3d9a38cdf289b17215277594dac224 0.00 MB 3 0
69,558 69,558 0000000000d179cc8c626f3eb59f36b4fac36dc93d993e15f39f6ed4d6de8253 0.00 MB 2 0
69,557 69,557 00000000010d7762b399cd665ebe538f5213fed07f069c41c9cc7e51f5ec44bb 0.00 MB 3 0
69,556 69,556 00000000007699e75ad069fb38d12a6b399ede7a0544ceff81e58f79c6fbd187 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.75 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,195.10 GB sent, 117.31 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.