Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,232 transactions (0.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,019 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.66 vMB 2,229 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,018 (841,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,670 69,670 0000000000a2e198e3f009f5aa569bd341dc2ee7b36ab9c8f22e45efc558c529 0.00 MB 1 0
69,669 69,669 00000000013f87b4cad9c3fe9a9335251d0e2099526d976320957dc32cb45f23 0.00 MB 1 0
69,668 69,668 00000000009ef893fdb01b8b5689b7eb5ce946cb7cd07c5a221be0ed8fb55dcc 0.00 MB 2 0
69,667 69,667 000000000124d0cc5843bc43875d93d5904f7367fd12a34012d2fe62b7188ba4 0.00 MB 3 0
69,666 69,666 000000000164486b93981e3654db2dfe3a268b396b4f98de7e52806631386a31 0.00 MB 1 0
69,665 69,665 000000000096536316ea1215429d941f7ee58354b70b0c8ef6aba9728fef2d85 0.00 MB 2 0
69,664 69,664 000000000067ef722bb86ea55d16f64bf1cde65c796f88f64c2a65836e5334d1 0.00 MB 2 0
69,663 69,663 00000000012b3d5bcdee55bdbc4be443b4686d23224a06083918ad8fa1f4bfe9 0.00 MB 1 0
69,662 69,662 00000000009544c77a522dcd1723d1d0cef8047ffe006924e8470b05cfe4d940 0.00 MB 3 0
69,661 69,661 00000000008f91d413a5214309d1bfea249679f73dd38c8f99474a6b44bb3b4e 0.00 MB 2 0
69,660 69,660 0000000000f3787b26890a454d29b21fe95efc6dad78036ceee9c4f2e2c8d63a 0.00 MB 3 0
69,659 69,659 0000000000802dc03d2a547a7b0fb6cb0448b2feca3092f9c1880c33c5c95877 0.00 MB 2 0
69,658 69,658 00000000008396ae4d3a09236394f671ac150209bc75a1517ed3d7865d91b56a 0.00 MB 3 0
69,657 69,657 0000000000adfe0a0ebcb45bfd31cdcba2b8bef6eadba2c596ed7c91f7718125 0.00 MB 6 0
69,656 69,656 00000000011012202565c6a0367cd8748b2901732482cd4948f0d404fe5de91f 0.00 MB 2 0
69,655 69,655 0000000000ce5f065ba60a9a509c2b0d2bed04d78c01b98c8e9d12d4b9c70fb2 0.00 MB 2 0
69,654 69,654 0000000000428d4c35e2e2cfd2a5bf79fba47ad365dba3d22847e1a4441d025c 0.00 MB 1 0
69,653 69,653 00000000015a3119f1bd3cdb3b8fc6736d5a144d376e4685be3c0c78ec403c83 0.00 MB 2 0
69,652 69,652 0000000000fd384017a8fba4ea43c6081ce52ab03cb24231cf2e0e0aebe84418 0.00 MB 1 0
69,651 69,651 0000000000bdf0be3dde40cb95ec63b5ccc492e29ac2cb9389e96492398fad11 0.00 MB 2 0
69,650 69,650 00000000015fc29a258010398e97094ebf35125bd4b641f34248c32ba3ce0f37 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.28 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,360.21 GB sent, 125.12 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.