Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,781 transactions (0.90 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
909,451 000000000000000000022cb30000000000000000000000000000000000000000 0.89 vMB 2,749 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,450 (874,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,337 35,337 0000000099e09d8f0ab0da9307cbad777428533e598d40b7cf0b75f1963adffa 0.00 MB 1 0
35,336 35,336 0000000099bd74a43107372a76594b1c7edadaddeb78d32c3d8c6b51288a83ca 0.00 MB 1 0
35,335 35,335 0000000045bd3006bddf56124ce7c91a93881362f11e0c55b24557d6b9f4bb70 0.00 MB 1 0
35,334 35,334 000000008e2b81165ae5369ca3e7703c03f87714136525e2223ab29a652facc5 0.00 MB 1 0
35,333 35,333 000000004595efeb143208b7939729633b0029288d6d8a11bed99c2e6061f339 0.00 MB 1 0
35,332 35,332 00000000180dad016b96ed2cc0735c510e2dcf0f87fa13184d2c38a6f6cc8f2d 0.00 MB 1 0
35,331 35,331 00000000968a038c8b3aa226e08db3fcbb21eb58d73f699d30bfbd129f9987f6 0.00 MB 1 0
35,330 35,330 00000000943e741f9e06b907e056c1012d929a5fec547ec1db4ea79b8e9b8bc2 0.00 MB 1 0
35,329 35,329 0000000051559105b198e88953e3c622c8d088ac7acec7e3124931db26996eda 0.00 MB 1 0
35,328 35,328 00000000af63ed34da96b0511cbdb34dda3bd3fcb94f649e4566eaf0ec9cff3b 0.00 MB 1 0
35,327 35,327 000000008f5f752ced9d22d2e95a7957b364f9f454b45c90f6f5913cfa372105 0.00 MB 1 0
35,326 35,326 000000007c7e0c683703f61269f273a8470a046cb709e8d98cdb1287734dfb51 0.00 MB 1 0
35,325 35,325 00000000bddf30e96509fe5894ffbf45a9beebd353121023850dba3f870dca26 0.00 MB 1 0
35,324 35,324 000000004c7f9d6d02db485e7802399df8f1fb3a2aa1458dbdcdef5eea7e3933 0.00 MB 1 0
35,323 35,323 00000000836e9248afae78462ffb2f556276aafe927ee23b003b03de95198f0f 0.00 MB 1 0
35,322 35,322 000000004d26faae1c7597f27e0c4fe6af286fa3456489806f51597f102c47d8 0.00 MB 1 0
35,321 35,321 00000000273e97a46e902c6ac575996f2673202d02495eb157f5989f6c225d89 0.00 MB 1 0
35,320 35,320 0000000002c0887ba8a4e43679decab7d61401ac6c6fea5bd6f335199b3a8d38 0.00 MB 1 0
35,319 35,319 00000000238b6f5526c1267d4f6bcdd230bde51d64b19a052643cdbad8377db1 0.00 MB 1 0
35,318 35,318 0000000008291489a728df251f0d621c55e07cdf2ec8b356660915f69cf249ae 0.00 MB 1 0
35,317 35,317 000000006f52b1d5b328865cfd8817c5b64b37e225a62be88987b70827bedf67 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.38 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,077.85 GB sent, 110.09 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.