Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,079 transactions (1.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,206 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,904 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,205 (878,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,743 31,743 000000000f0282b1bb5e0270d741cf245d1c5b1910c94aba2d9891f3606c673c 0.00 MB 1 0
31,742 31,742 000000003504df5a1e3c3bdec910b5a209e8b49cc05df218c9588357b1bb1273 0.00 MB 1 0
31,741 31,741 00000000d736e119fe3f830e14552d75f56c553ebe41ef1cd7b24ff47a75274b 0.00 MB 1 0
31,740 31,740 00000000563f1233756ff45b1618c06c26761f280fefc9e4c0fd14a5d9f4f274 0.00 MB 1 0
31,739 31,739 000000001e43e6bb52e75fdb28494c8afc0add9b5bf679ce249d22cb2033171e 0.00 MB 1 0
31,738 31,738 0000000001b26ded722b421a1eeacf8e222abc5453d60941bce26d4e0a128915 0.00 MB 1 0
31,737 31,737 00000000ffe17801335b03ff320346cdfa86609158fd1e39d8e91d77a5f2f519 0.00 MB 1 0
31,736 31,736 00000000f877e8d669912097c2eafd9b12c72e0addecb0c208bd4b711a75d326 0.00 MB 1 0
31,735 31,735 000000000a18a8094f5bd7fbb0979ff9459af6466e9e93494b4f364e26159ce1 0.00 MB 1 0
31,734 31,734 000000000ffa3be6e3eedb47e22fbb1d0e817279b8e683a87626b90012761b33 0.00 MB 1 0
31,733 31,733 00000000c2226f8ed00563ec6dd0bc5243b16f65a5d43095882285b16a34004f 0.00 MB 1 0
31,732 31,732 00000000da8e8f36d69f47283975162028163125109a07eae0ac8dca7c264139 0.00 MB 1 0
31,731 31,731 0000000048c61ebea9ee9681a7136d3059bfeba09a6862a1d88a9688e3868e29 0.00 MB 1 0
31,730 31,730 000000003728bc0995b45c8802e63910379f12006b05e1c483b8168b0ad0a3fd 0.00 MB 1 0
31,729 31,729 00000000a3e4986170388ff43f58db5ba804a7d6cc27aebd99320897430d8423 0.00 MB 1 0
31,728 31,728 00000000b867e515209cb2f9ecfb00b8ab79d3ebcc17a94c11f56485de14b357 0.00 MB 1 0
31,727 31,727 00000000dff92453ef27a8bc4f50451c691f9910e5b8774fd96d64ec0158ffbe 0.00 MB 1 0
31,726 31,726 000000006f667e49c53f8e3fe96d60d8b128263c6704019aa108425e0f4df41d 0.00 MB 1 0
31,725 31,725 000000004bed00a759e0de318ef7a60b39bdcd15f29cb9b90d53a022cef72db9 0.00 MB 1 0
31,724 31,724 000000004a54d59e4fd16e49d645b798b9299d60625da8fb99ed6a968235c608 0.00 MB 1 0
31,723 31,723 0000000047b18bdaa579656238017689816c899959447825c4feee2d6d4f3b4e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,195.92 GB sent, 117.46 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.