Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,936 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,221 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,758 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,220 (840,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,583 69,583 0000000001527bdb47bd8f45c3465ac32afbe5576059b2b65755b610564ff30f 0.00 MB 1 0
69,582 69,582 00000000012c8d1a01d70afada4474f59ad857ae542d25c532f206823d032254 0.00 MB 2 0
69,581 69,581 00000000011fcdcb4915353e7c10396e5d6e7c66fec1b5725110623672bc6208 0.00 MB 1 0
69,580 69,580 00000000002ec75f3cd845ae080b8765b7c726923d670fbc60b86ba1abd42ad9 0.00 MB 1 0
69,579 69,579 0000000000beb159f563cffe50cc3a093e736bc3ce291e00694945867aadb11c 0.00 MB 5 0
69,578 69,578 00000000004bfee2d4691fc911fc33eae171959427dfb331f8f4d1774306eb1a 0.00 MB 1 0
69,577 69,577 00000000001d918906f2f1f1d519727966e3594f2bca27ed3c75d423b1c882e9 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.80 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,200.17 GB sent, 117.63 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.