Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,022 transactions (1.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,171 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,861 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,170 (840,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
69,555 69,555 00000000014cc56f6e8033fd725cc776dfb8625ed2702ff066a34e92a806f3f8 0.00 MB 1 0
69,554 69,554 000000000108f5d915c3bcd5db234a2b7b52cd70f982ea4398b1505c8902fd37 0.00 MB 3 0
69,553 69,553 00000000010dad85ebedd69939960454e155cb53da592afa6e6c64cfd69fb66e 0.00 MB 2 0
69,552 69,552 000000000129597e42f8d92a9738c16a3be186fc6d3879c7373fc18737e16b42 0.00 MB 1 0
69,551 69,551 0000000000076b18614a1ce9178e8825ab843ed1f0897bd6e1bfb7d11b27533d 0.00 MB 5 0
69,550 69,550 000000000162abdd9e9ce756ddf1f0ebf23303ee356f717840cbf44f2cbaad10 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.71 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,194.06 GB sent, 117.08 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.