Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,544 transactions (4.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,574 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,746 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,573 (831,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,693 77,693 00000000003dda4865795b38a60d80d09682191407f8bfbc20e95db3e5ea4a37 0.00 MB 3 0
77,692 77,692 000000000030c4af1956ee6baf5f74ff97cbf41b8fc4f812cf0f6abe9601f2fc 0.00 MB 2 0
77,691 77,691 00000000002817f368344553327695f3c3aeecd9b059547581beab5fd6793789 0.00 MB 1 0
77,690 77,690 000000000048905c01422cfd090385307ad929a75b8e076a060587945261dab5 0.00 MB 2 0
77,689 77,689 00000000002ad1745d54ec4dab2518b84875095f98d6b1ee9dbace82f3bf8f72 0.00 MB 1 0
77,688 77,688 00000000005040d85228d2543934a5fbfdf09a89809c498582900f1c2c1ca908 0.00 MB 1 0
77,687 77,687 000000000038c608a16ca332f18937088e1775d7d288802899241ad5725294bf 0.00 MB 1 0
77,686 77,686 00000000004014891f09b6104f5d3f190c6fedd4ab0e074489f2f9a561c12986 0.00 MB 2 0
77,685 77,685 00000000004529e84e83355d33f53c281680f767e5e0e3a478474a790a7a067e 0.00 MB 4 0
77,684 77,684 00000000000ef204589802a065ae70723f844bc7176d2984a82e8d4e2f2effdc 0.00 MB 1 0
77,683 77,683 0000000000307e824256e0932d144d4b35f3e5339799039dc0d0563dc7401112 0.00 MB 1 0
77,682 77,682 0000000000681e92548e5e6dbdc7533135d1504e12c5a0ff78e7a136e4eb386b 0.00 MB 2 0
77,681 77,681 00000000003b46b3ea23a422fe8b15ce5a2629a9e99b3e199834d808b2c5bae5 0.00 MB 1 0
77,680 77,680 00000000001143b058c66e5209ffc80bcd8a78c38021626d5f4f77b3db3cd7c5 0.00 MB 3 0
77,679 77,679 00000000000e4320b9fb89e0c6cdd1533a3e4d22289b63c15c901cc8b49ac9a4 0.00 MB 1 0
77,678 77,678 000000000059c346d7da944c6355d55b0ffdf33cec83a508ddcca3be52e4c077 0.00 MB 3 0
77,677 77,677 00000000000de5ca7df2fe630d7a31bbd48ef73800e9c465bda93bf64f3ad3e8 0.00 MB 3 0
77,676 77,676 000000000015867251743b9af831e27524ea95d0b6e17cf0c3223017a8e7cb5b 0.00 MB 1 0
77,675 77,675 0000000000154ff7463ad3c29ca0086055c7f76ee685c909f2b1909699dd1d2e 0.00 MB 3 0
77,674 77,674 000000000007de29ed3f65fe4cd9b14660f442535fdc0d5760ae7d48f643d38a 0.00 MB 4 0
77,673 77,673 000000000052682f7b6bb824647465f1b64e5d41533a32b155df3d379e5b7726 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.61 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,091.80 GB sent, 111.38 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.