Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,055 transactions (1.39 vMB)

Priority:

  • 1 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,993 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 1,839 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,992 (304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,688 910,688 000000000000000000010da6e3954307da302d49cd681178acbd591002e7d289 1.93 MB 2,738 0
910,687 910,687 000000000000000000012e4f8afd24436d97588ea7807619da588d8fd6d2279c 2.34 MB 304 1
910,686 910,686 00000000000000000000b1c7acaa72cc0f82ddb094c86327d2506a879ccc2b67 1.60 MB 2,264 2
910,685 910,685 00000000000000000000fe67987924bf033f371f350f2d0d8e603d7d747c5394 1.85 MB 2,111 2
910,684 910,684 00000000000000000000b25293139979600e3ccdefc3aec0f2388c60829937f1 1.62 MB 3,192 1
910,683 910,683 000000000000000000007484bf64f39b71b8029dd1839c021e8f48acabe965e6 1.81 MB 3,683 1
910,682 910,682 000000000000000000006454453f6216535abe5bcb9091018f7bb644f127802c 1.71 MB 4,182 0
910,681 910,681 000000000000000000008739f0370bbf9642809afb745f2c82bd3b435de7036f 1.72 MB 2,735 2
910,680 910,680 000000000000000000002dcdc324e9087de1e540c4ca7d061409854e219f41d3 2.36 MB 2,280 2
910,679 910,679 0000000000000000000049e6a3556fe005bfd4c77833eb03bc9d047fb6c1d45f 1.77 MB 2,441 2
910,678 910,678 0000000000000000000035abad25367d5405de3a7b0cae8fdf0a1710b322d41a 1.58 MB 3,922 3
910,677 910,677 00000000000000000000d510971cf4f97d8e90e39ac8386ad3c3808384c2bcb6 1.69 MB 4,276 0
910,676 910,676 000000000000000000000b098469a14a563033a9644923d35872b7db710c4659 1.63 MB 3,710 2
910,675 910,675 00000000000000000001b81f56d31035924d2fdf7df249ee50be76472f3b6d1e 1.68 MB 4,539 0
910,674 910,674 000000000000000000016d3a81946855878299f6eae3fe571ea4df76d83cee86 2.27 MB 2,606 1
910,673 910,673 000000000000000000005a371693dbb21a937ea5343d6a39e9f66daff5924f77 2.55 MB 2,915 0
910,672 910,672 000000000000000000021bce86341eb4feabdeb4dc99d1542062ca8d7bdc2964 0.00 MB 1 0
910,671 910,671 00000000000000000000e45498e022b8eaf3f6ff51b370043bc852234e55cff5 1.70 MB 2,823 2
910,670 910,670 000000000000000000021eab98eaa322d99a88f85624201bb494a4bcf01eec17 1.59 MB 3,570 3
910,669 910,669 0000000000000000000171044338bbaa09c95b61dda435dc5dc494e6542273cd 1.73 MB 4,922 5
910,668 910,668 00000000000000000001b044ed283b39fde76e9b7b411c8af4158cadf4c80c35 1.80 MB 4,924 3
Previous 10 blocks ↓
Total Size: 775.22 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,359.76 GB sent, 124.85 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.