Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,399 transactions (2.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,431 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (13,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,334 898,334 00000000000000000000ac830b0bf8a7bb3010ff41202c721e92a18d6d88f0f1 1.58 MB 4,338 7
898,333 898,333 00000000000000000001ceffca171e6a7948b67c66972d6a3907fb550013a17e 1.59 MB 2,488 3
898,332 898,332 000000000000000000016da391f50ae10e52b99116aa862db9f0324dd70b1a84 1.69 MB 3,178 4
898,331 898,331 00000000000000000001f80907eb996033737111aabbb2b51697103362b22bb6 1.66 MB 2,925 3
898,330 898,330 00000000000000000001433a48e8538b82b2b5d084c0e4a449166701155f100d 1.55 MB 3,217 5
898,329 898,329 000000000000000000023063651ec9e4a103b3099ed2abcfaa84d8297c6ab122 1.61 MB 3,912 5
898,328 898,328 00000000000000000000c0f018d581fc989dfb1a9850bf14c1ca1d56c8f70465 1.61 MB 3,403 6
898,327 898,327 000000000000000000003719635a65e98d9dc8e761d6e061f661c5bc466249b0 1.80 MB 2,228 1
898,326 898,326 00000000000000000000ea2b63a4469e1c19314b41d4079736ec08f4e63ac278 1.74 MB 3,488 2
898,325 898,325 0000000000000000000057dbfcc5545f68c57562405a3348fba68c6deea08273 1.70 MB 3,583 3
898,324 898,324 0000000000000000000247fb1a73d47bcb66b786bf79340456b3ed72d7773331 1.75 MB 3,806 4
898,323 898,323 000000000000000000010bbe05ade3cc8514c335540d9cba9b07f2ead1ec2201 1.84 MB 3,315 3
898,322 898,322 0000000000000000000124d0d459d67cc7998b238d433b0cb4d2043c24a300cd 1.71 MB 4,672 4
898,321 898,321 00000000000000000000fa5c018777712a2021f2dc60d13dd81ffbac201c2f72 0.00 MB 1 0
898,320 898,320 0000000000000000000249f6ed909b7aed6a76112ab465b4d6db13af7d1b7f80 1.78 MB 4,856 3
898,319 898,319 0000000000000000000086475caaca35669c21649562bd2a2ea24f77f444e079 1.71 MB 4,009 4
898,318 898,318 0000000000000000000215dbb9d3267409fb6de20aaf993d64112f24e80b8735 1.74 MB 4,626 4
898,317 898,317 00000000000000000000c288f2d5543d88526a40264d317b142a9d17ecab502e 1.66 MB 4,576 5
898,316 898,316 00000000000000000001f7b16758dea16c5cde66eb7231282df365cb6381257f 1.58 MB 3,305 2
898,315 898,315 000000000000000000005aa8f4d92c7793b78159315175f0b4390a36ea85bbe0 1.44 MB 3,278 1
898,314 898,314 00000000000000000001df7bc703046cab95494a3cc3d82e0d183d6d478761f3 1.78 MB 3,098 1
Previous 10 blocks ↓
Total Size: 776.96 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,492.56 GB sent, 133.28 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.