Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,317 transactions (0.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,615 000000000000000000022cb30000000000000000000000000000000000000000 0.95 vMB 2,249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,614 (822,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,257 88,257 00000000000f31032960f14bbad25b5229bfdd9d9d64026f76894c9163e59732 0.00 MB 1 0
88,256 88,256 000000000012716fc92395890041727f4b206c963400504d5492192292275d75 0.00 MB 7 0
88,255 88,255 000000000017476656c25857177a2f37d41eb87e7fb0ed983c19c3826995be24 0.00 MB 1 0
88,254 88,254 000000000019e7d1abd09c126d7fb58b84a6c201ce4a80bed3d198e57f7b79da 0.00 MB 1 0
88,253 88,253 000000000017bc9ccf47e329ed2764d1d18bb11a5ab905883014dcab22cd0fcd 0.00 MB 1 0
88,252 88,252 000000000006e2377bf449cd19a4b25eb1f6bcaeb3d85798d5ffefa3efa33e74 0.00 MB 1 0
88,251 88,251 0000000000026884b7670cafa243f380711e36fa04302df78a3e97b7f166ea72 0.00 MB 6 0
88,250 88,250 00000000001258ee906edf161d5aaf060a08f11070706f1fa672a6a80b664409 0.00 MB 1 0
88,249 88,249 000000000009fdb0519f54e5bd425ffd2190a4b24cbb32b47d63d2a006345d14 0.00 MB 1 0
88,248 88,248 0000000000173f04b1f2e9707d6dc61d8ad27d81906ff4f9ba70952ddb81a629 0.00 MB 2 0
88,247 88,247 00000000000de3f8501d58b14a6d92cfdd4e38f65336162a287e33b7f67b6ffd 0.00 MB 3 0
88,246 88,246 00000000000ba754a3bb41fb21ca85528bfe7c00088078671e63497669322284 0.00 MB 2 0
88,245 88,245 000000000001760f995552af2b0ca2742187c05e62f23824c1207f463e3c136e 0.00 MB 2 0
88,244 88,244 000000000013b0e371b26aeddb7e145949b511141b4ff064ef62fad65befcc7a 0.00 MB 1 0
88,243 88,243 00000000001233e67ab6e736bf6e29e9f48a4ff7f01e697d0848cd57cb3240c4 0.00 MB 1 0
88,242 88,242 0000000000179781da27ee01764c6fe96493b2f1db8f0cb930cc3e681f22d1ea 0.00 MB 1 0
88,241 88,241 00000000001ab97ce2c63f0e4bc54c19f86b1f3db191d5ee82a9b064c585f10b 0.00 MB 1 0
88,240 88,240 000000000006886dd7ba614c179559993661c9ec3b3a4498ce70345d4f5a1f3a 0.00 MB 5 0
88,239 88,239 00000000001e06a8bd3c76acf57b71284873cda53423dcc316bf8a5c7115a3eb 0.00 MB 9 0
88,238 88,238 00000000000ece1fe9fce69de05a42be25006f4e64996488a9b720caf70a2005 0.00 MB 1 0
88,237 88,237 00000000001b9cbff7ff67cc4799e21240279a8a1ebc5f11c04e103016bb5ddf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.51 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,257.75 GB sent, 121.09 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.