Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

530 transactions (0.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,705 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (893,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,785 16,785 0000000051fc5e2fae782305f7adf6889c823ee5a13ede9f27d7aae091851b05 0.00 MB 1 0
16,784 16,784 00000000d448c20ece7c2b26d056f0ab561347f282b0292c8c1c3228f3672b2a 0.00 MB 1 0
16,783 16,783 00000000383100b508a6d3a65024afb0136351624b0fd950b5532269d48baf27 0.00 MB 1 0
16,782 16,782 0000000014cb53629cf7dfc463318754166d8ae01b913289a39425e148023fac 0.00 MB 1 0
16,781 16,781 000000000a77d69289be8126b5c1b3af147ce578f9552fa9636130293031f089 0.00 MB 1 0
16,780 16,780 00000000b018c76a351b80aa4a6321cb5f6e67c9549a237bfb163afe0ea38d83 0.00 MB 1 0
16,779 16,779 0000000091d8a7990e383e8e5a76b7ca0c22e9e2f9a082738e5437202d717191 0.00 MB 1 0
16,778 16,778 000000000e019c45a2ce8f10f24d4958fee22093a6b9276f66f613fb3e58d6dc 0.00 MB 1 0
16,777 16,777 00000000fe220ea9d878bba3909082fae3dcbdc3bceb690196d98fcb7ca7f222 0.00 MB 1 0
16,776 16,776 0000000085b6cfa9eb71fe54bdf4945771ef96091d8d9dcb56761c7c091161f5 0.00 MB 1 0
16,775 16,775 00000000578893d71cb0bc705c16942d8603e1a0894c7b9a99e2fed11f2c7faf 0.00 MB 1 0
16,774 16,774 00000000518df3c145a9b80228ba2e5adc5b5e44680bea04de2b377d51b226dd 0.00 MB 1 0
16,773 16,773 0000000037e31b48a410a06a2c27f59c862050d9c2b2ed57d5cf1157008eb9af 0.00 MB 1 0
16,772 16,772 000000005aa54c73c253c5a5dd8ca1dff3d092f8bbecc965f0eb3e72a83e2386 0.00 MB 1 0
16,771 16,771 000000003c09450845f78a6a7359fbee61352b2d88d56c9bbc647e52ad5e6caa 0.00 MB 1 0
16,770 16,770 00000000785f6ede50e85b8ab4f7a9cb37fa3a9095275b8b38bddf9456e53e3a 0.00 MB 1 0
16,769 16,769 00000000d9fa787e666e036b3747d9fffd5a0508d83267f97fc2a24e70c97e03 0.00 MB 1 0
16,768 16,768 00000000e249a7f30bfe53f8102ec687f96c678c15d03e191ffd017b61468e84 0.00 MB 1 0
16,767 16,767 000000003f51ad0457678170b38e6636dc10605384eb6799bde05c30eb1de405 0.00 MB 1 0
16,766 16,766 000000007d808130a9ae42e08c01f37aa0ecf64d93e56e862148ab529738df0d 0.00 MB 1 0
16,765 16,765 000000009626d6584dee42b70b1db1c9c6c1dd437da88dc5442b9ecda0d71ce8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,290.80 GB sent, 122.03 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.