Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,236 transactions (0.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,853 000000000000000000022cb30000000000000000000000000000000000000000 0.66 vMB 2,224 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,852 (862,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,631 47,631 000000001848c48a243a6c049c3005ebf6baf443dd0962f2ae56aabf1cbd467e 0.00 MB 1 0
47,630 47,630 0000000017c4f88a203ee42f2778596ab069aa268dbc40f68212480ff743dfb0 0.00 MB 1 0
47,629 47,629 000000002c4d5b2c12a71d7f886cad1a55f07ab15e3c3a60b22ee3f98a236686 0.00 MB 1 0
47,628 47,628 000000001df8edc7652a5da0cabfc11ddf44ce5e154431257a1a56da492a89e3 0.00 MB 1 0
47,627 47,627 000000002ab484f445dd5f717b5900847bf09f62582a88af10574e7cd46e9f44 0.00 MB 1 0
47,626 47,626 0000000012080797003adb72194771275066d87e2746451bbb0f1b94ff459080 0.00 MB 1 0
47,625 47,625 00000000348c0c09e7297e65b2180b3edab9d7413e041a246b53490f9b4013b9 0.00 MB 1 0
47,624 47,624 0000000016d929676e56d9f0232b48f3f1150ac38f278679fed12fb14499bfcb 0.00 MB 1 0
47,623 47,623 000000001220c342c34a1d318cc9166b575ff79b056a8616705fb604a703407a 0.00 MB 1 0
47,622 47,622 0000000011b10336bd074aa4b460e273c525302e4729708fa381def83aa1bff6 0.00 MB 1 0
47,621 47,621 00000000063e38b44ba53c13bccab58e9e82893d6452064d43aa055224cf2168 0.00 MB 1 0
47,620 47,620 00000000052dace201bee9af4368b02fcb1fdc0b8c4843b640f856a06b187fa3 0.00 MB 1 0
47,619 47,619 000000002d41c384f086552eded0f20ff11e3dbc7020b922f106e5c9d5de42eb 0.00 MB 1 0
47,618 47,618 000000002cbeda1be7415cc1b4f0a06400bd3bcb600fb0933a11ec74ca2f0097 0.00 MB 1 0
47,617 47,617 0000000020e42718dbb1b0165a03ebcaef1e0121ef544b004e372db39296c10e 0.00 MB 1 0
47,616 47,616 0000000002059ffb3f7450e8196a26b3a2e57b5239e19b16ef5998f5763e9d04 0.00 MB 1 0
47,615 47,615 000000001e1b33fef9713406816c62bb537a6fa22f49100f0c8d89990a378ac6 0.00 MB 1 0
47,614 47,614 000000000cde20035c67a43dcfcfc0c8cfe108e15f103ea6b4770ce6363884ee 0.00 MB 1 0
47,613 47,613 000000001bf279a0ac610379e0daae8d6ada5e8bca63b4b7cbd5b03b78f2c41d 0.00 MB 1 0
47,612 47,612 0000000023d1e4793c623bee9621fd3813eed1356a5a9248be7793614b15e009 0.00 MB 1 0
47,611 47,611 0000000032554577c605cc5766120edd35d45fa979c73baae551c07b1a414fed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.12 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,167.07 GB sent, 113.90 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.