Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,369 transactions (1.43 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
911,237 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,514 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,236 (849,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,312 61,312 000000000218349a0151f005e1950345c082cffdd2d29f2d84c169d5e729cd74 0.00 MB 1 0
61,311 61,311 000000000bf68ec657eaf4c696b9c0077be80d024b94c1e91c4bcc537451edd3 0.00 MB 1 0
61,310 61,310 0000000009c2a72b1d6235a33d01193fd65537a7fcd27334f6ccf5ff24dd2481 0.00 MB 1 0
61,309 61,309 000000000cf245ea457424f34313f427df760e7b8528bad07b4afb5af91235c0 0.00 MB 1 0
61,308 61,308 000000000c13b73fefe30b9471efaa28f6ba03f3f01487394b658411666a906a 0.00 MB 1 0
61,307 61,307 00000000076ba4f960ef2618528e43b79157e8644dabc411046a374cb403c2a9 0.00 MB 1 0
61,306 61,306 0000000000ea8b52461f4c01657d54021032b28735312ee0f647847ce37504ee 0.00 MB 1 0
61,305 61,305 00000000091b5d3af3e66f7eb34821a6fec26d60351babc16e0c0b495b5c1853 0.00 MB 1 0
61,304 61,304 000000000af9162b8035e5023553b042be6a434fe1ae5d6904e730e69c645740 0.00 MB 1 0
61,303 61,303 000000000a6b48a3a4b31482dc293404c0d981467f00e3cdc387bf7a24868347 0.00 MB 1 0
61,302 61,302 000000000de5397e128aeec549d68ce6490a1b06eed4f49893e93d557aff34e7 0.00 MB 1 0
61,301 61,301 000000000405b2385657ac404631b2913c29b72dac7fe6d0e284c74f0cac8bad 0.00 MB 2 0
61,300 61,300 0000000005ccf672f8aed3ebbfdfe6255b8d71235d0a3d6c66460dd291f09908 0.00 MB 1 0
61,299 61,299 000000000e439371d562176731e598818c0154d9cb081f7865277db5be128df0 0.00 MB 1 0
61,298 61,298 000000000835968dd9b0a541ccfd5a794e3289d79349727f859d2b24c3e0d0b6 0.00 MB 1 0
61,297 61,297 000000000c1785fde371a80f575a92bff72b2d4722f50db427b5f1c551b284be 0.00 MB 2 0
61,296 61,296 00000000073922362e9f2b5352d560ea1dc28d4c0071af01064404564ea259c3 0.00 MB 1 0
61,295 61,295 00000000058acb389b8bd1bad52c5c34466775a7e3ce7631735d7174461f33e2 0.00 MB 1 0
61,294 61,294 00000000075cc1b97033218834b66dbe46ba350625558397f53563aefaf0dc42 0.00 MB 1 0
61,293 61,293 0000000007a0922a2083b8a4eb3775eb77b748f2e6008fab441ae7d1dd0893b2 0.00 MB 1 0
61,292 61,292 000000000c1e613e9338e928e792d7a13b0b2f230c4a041d87730569280b5a56 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 775.68 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,381.09 GB sent, 127.25 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.