Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,000 transactions (0.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 995 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (870,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,754 40,754 0000000050e448f2736805cbc0dfd518b36b553bc3c41026b5ae9cde55e48d6e 0.00 MB 1 0
40,753 40,753 000000001f0fc3d7510423318892743dd78aef2e46ba2b8759a5cf24c376aebf 0.00 MB 1 0
40,752 40,752 0000000026fcedb6304ec806d035fe5719dc92a7d43eb83cadd0cc37fea5c350 0.00 MB 1 0
40,751 40,751 0000000039d456bb7c095f4ab0ee66c5ea80dd5e249764dd01ef77c5f35e5e71 0.00 MB 1 0
40,750 40,750 0000000043aabcf3033719eb1c7fe1ce65207063d58d2a268791de66be74f772 0.00 MB 1 0
40,749 40,749 000000000a67ef55ecb194074815bc846c939317660449a08f8c6210233af6fc 0.00 MB 1 0
40,748 40,748 0000000060c5ef82e72c672e82fec0e9f1f1e88da1fbda88ae67047bd171296f 0.00 MB 1 0
40,747 40,747 000000001350d6b26bcd466d3bac5ed64713005514d0daeb385bfe40df713ff7 0.00 MB 1 0
40,746 40,746 000000002c273790749fd2b456c5bc66715a1c963e41822c7425c392dd5127fd 0.00 MB 1 0
40,745 40,745 0000000039488202f2406f2fa269db57832aea69b51e1fd319556f598f31807d 0.00 MB 1 0
40,744 40,744 000000003ff8c1b0186a3cb290bf2d51a8d181ffbde8de334e8e7e5cec99c61e 0.00 MB 1 0
40,743 40,743 000000005c1dfe6cb9d4b4f477bc74057fa775b95916124a30d5eee8515bbdf7 0.00 MB 1 0
40,742 40,742 0000000059648a9eb510531e267fdcac0ea35a3a919bd793e08534a7af2fd3e8 0.00 MB 1 0
40,741 40,741 0000000001f91f091539c45ae30aba4c030d045c291c329a7ffc85791ce16a67 0.00 MB 1 0
40,740 40,740 0000000025ff0092be0a8a271b92e3f2f4d4b10e489818f242874bd4a711d0c9 0.00 MB 1 0
40,739 40,739 00000000073e6a4b7ae8a0d985d60eaaf1393ccccd57ada6a12e33ef975387c1 0.00 MB 1 0
40,738 40,738 000000001f24924b2286611ff4d6a714f84f358965034c6887d2f63d70aafba1 0.00 MB 1 0
40,737 40,737 000000003d4ab6f03f5fab6949255e36524b92a2ccada5f46c4bcd977c46c782 0.00 MB 1 0
40,736 40,736 0000000000bfcbec8644bbf04003c73aa04f8345f12f6a00601220ff0385acae 0.00 MB 1 0
40,735 40,735 00000000583c1ef7874423ab9f17ee166b52bff2ef62cf9245814fbcdc3a04f9 0.00 MB 1 0
40,734 40,734 0000000047dd98efe0f9faa9425fa889d7a3de1887001bb932ed0a0807bb2529 0.00 MB 1 0
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.73 GB sent, 124.83 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.