Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,397 transactions (1.68 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,598 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,481 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,597 (850,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,967 58,967 000000000674a3f814709a37641b7579cc5aa8d10b7e70a04e36fc5d05ea8e8f 0.00 MB 1 0
58,966 58,966 0000000003baab984d530ad509b38a7f2374c5d7943becc4073ea50c446196ad 0.00 MB 1 0
58,965 58,965 000000000d79dcc30c0a2079ce127f685efb448350921cd0f81f3434772660f0 0.00 MB 1 0
58,964 58,964 000000000ed12e698d1c8736a5b4dfdf13f2865f2ea2f6bcd5035489a1a4b560 0.00 MB 1 0
58,963 58,963 00000000055c8a746aa56768659125cd9afd87db5eddf65897b965d342c65998 0.00 MB 1 0
58,962 58,962 000000000e8aa30a0a0bc2576dcac0f7018e3f8a90fc31dc5f835131401f5a1f 0.00 MB 1 0
58,961 58,961 000000000db5cfb5c72409b58d9ef2f08b709e629630c3b83cd682a59d49ea0d 0.00 MB 1 0
58,960 58,960 000000000a33c33d89948db9aad69c499a19c222c0c8aa3d95d4db9935cfedfd 0.00 MB 2 0
58,959 58,959 000000000867d8f712627b6b7c0c44fdfed7fe82bab262968716bb8e1e113ce7 0.00 MB 1 0
58,958 58,958 0000000001f4f06c6dbe4083fac9102ece5670bc7ee62f7775a2881037114ba1 0.00 MB 1 0
58,957 58,957 000000000bc383718a35bbc985c168e36bf91fa22155bd05d30ff1866a7c63c0 0.00 MB 1 0
58,956 58,956 0000000002e0aa488c8618bb90604b7bb381903df70810d3998ab90c76859ed4 0.00 MB 1 0
58,955 58,955 00000000041950b07d1f1fe23fc236472aa031758465e8559b1cc207a794eef6 0.00 MB 1 0
58,954 58,954 000000000eade81be640e88b7a9b8b0eb41d164010e289b5e67a70197e5e6dd2 0.00 MB 1 0
58,953 58,953 0000000001d721e167302f0a2be4772e2e46aedd961320400ba84d2ba8de6ef9 0.00 MB 2 0
58,952 58,952 0000000008a54451fb4baa7f9298f508e35622dba92ddad34f877b53373560ed 0.00 MB 1 0
58,951 58,951 000000000d6b26be5cc9c0e729dd48743630af0181599f6cfd661c18a7d766c9 0.00 MB 1 0
58,950 58,950 0000000006c9f13960eed6ca5e90fd90052ddeced2ef3e419788a885afc25d03 0.00 MB 1 0
58,949 58,949 000000000996226b9efc9c08142ae9f5f4a62875376bf7bcbc22ce44cd695c0f 0.00 MB 2 0
58,948 58,948 000000000a7f4ae83032017feadfbf058dc7457941e4a302d2de3a50ac8429d8 0.00 MB 1 0
58,947 58,947 000000000bf1a99db9237e737bf414d0d0e96629d8949fa2bf5fcd139979f6e2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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,098.44 GB sent, 111.63 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.