Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

839 transactions (0.29 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,557 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 838 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,556 (855,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,374 55,374 000000001399fb11d5ce51861ed0fbd382bfd7f72b0cbd2ccbcac31d36747e06 0.00 MB 1 0
55,373 55,373 0000000009b9e9b846bc10d27a5a8dff2acbbbfd7ef2aefa09522b472b173cf7 0.00 MB 1 0
55,372 55,372 000000000dc94ceb556b779c63c2f40a3356584a1baafb16d8cbd969345948cf 0.00 MB 1 0
55,371 55,371 0000000012e67bfef8c95a8192be50215053b6b1f9f405c08bbb795d131533b2 0.00 MB 1 0
55,370 55,370 0000000000a9ea7c8d69941c0671e2302ace3f13958ca67b0f78a81cc5d33bbd 0.00 MB 1 0
55,369 55,369 000000000e07c533680882443f009be61095329043f628c6e0a2b636f2db92a1 0.00 MB 1 0
55,368 55,368 000000000683579ca19df0fa0172a644ee55b83b85f911bfc8f5ecd5304de0f0 0.00 MB 1 0
55,367 55,367 0000000012a2b0b27a23fedc3df1f6b6d5c1e5cb084f3e4de9279befe2bff225 0.00 MB 1 0
55,366 55,366 000000000e068dd1d197c42002a85a5da08e21303fcbdbf632b2d70bbc9a5573 0.00 MB 1 0
55,365 55,365 0000000003ae8f388ea59cbd137e4faa5c7214d34952ad6a8e6b848911c9d0f9 0.00 MB 1 0
55,364 55,364 00000000134523db8577d8482a9332a4da53f5b6a2a1fbedcbb8896dc46111b1 0.00 MB 1 0
55,363 55,363 000000000c8409c0c3961f161f4609f6f6dcf1e3bfe3d2c34cfb21210395a7c2 0.00 MB 1 0
55,362 55,362 0000000012026bc7add8ce4044cf893b20b9d9217c66bf20e221c7cdf35c38fc 0.00 MB 1 0
55,361 55,361 00000000135a6d1407f1ca313b6551a55329eb9c5c5fd9f144c38694e2a835ab 0.00 MB 1 0
55,360 55,360 000000000e7f8cc958ce70c4c3d74b59ce8db0d673d681e695c87e13b58702e2 0.00 MB 1 0
55,359 55,359 000000000c6f9c00b84105e13d662eb5ccb2a324b663f2eb0c092ccea7ae37c7 0.00 MB 1 0
55,358 55,358 000000000812fb16a26335ec5f05996859ff11574596f33dc02150edfa3a080b 0.00 MB 1 0
55,357 55,357 00000000026cc7c258d93d3581f95ef0c8190befc6df39deb9b550eb67f42930 0.00 MB 1 0
55,356 55,356 000000000de481c93f3ba9f7efa5aed06d3ff65346764c2d30a32224dd6c5c78 0.00 MB 1 0
55,355 55,355 000000001106fe2d245156f6ae3e3ef6faac4ba7d12463c429593738c2e4033d 0.00 MB 1 0
55,354 55,354 000000001348f29591e89d8f3a0ed6e01f3ceaf7551340fefcd206ddda60bb2f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.41 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,252.27 GB sent, 120.58 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.