Explorer IconExplorer

Memory Pool Memory Pool Refreshing

18,526 transactions (5.41 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (9 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (3 blocks)
  • 6 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,230 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,784 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,229 (844,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,598 64,598 0000000006a3887ea781ad0a97316367fd2bbf4d86d3cb6c0d931ac0ce5653dd 0.00 MB 1 0
64,597 64,597 0000000001fbd4381a266ef32fbd9c1b45c2cac60e9e9675d56f8edb02a3596e 0.00 MB 1 0
64,596 64,596 000000000a493ced1e90cc8679586f32cd0a11464fe545986f8ca269324ff683 0.00 MB 1 0
64,595 64,595 0000000009c3f7cf7704d343abf16328abd65b6ba7eb925949c1b4075a82392d 0.00 MB 1 0
64,594 64,594 0000000009237ea445fe3b097848026d6b6b813377a8a4a0050fee75ac875da7 0.00 MB 1 0
64,593 64,593 0000000000eb70e53f75ee54809d2d5969aca40c0446f1d143164065722fe65d 0.00 MB 2 0
64,592 64,592 000000000152fff099ddd3b1e2d18e31ae782d11632de180edc3803fdb37f2c7 0.00 MB 1 0
64,591 64,591 00000000020df2b12a65e81c7aa80d50fd14e655d6f603da2c6b975947263d1f 0.00 MB 1 0
64,590 64,590 0000000000acfc908cf61927c08707d7c9733b9efdcb197f3c428ddb74439885 0.00 MB 1 0
64,589 64,589 0000000001a16faa04117e45d3820113e83d1ad2897c45b7f2efdaf51970fe19 0.00 MB 1 0
64,588 64,588 00000000022f23e52add51d5f73955cf0ac5de5fa5370f9d8a8c872d7f14b264 0.00 MB 1 0
64,587 64,587 0000000006e16bcfe58d854b6cabfb3045131b088075640eef7fa36b23aa4461 0.00 MB 2 0
64,586 64,586 000000000861566bfc0a07a376c9e4550106e0d9dce92705caa4f9126b339295 0.00 MB 1 0
64,585 64,585 0000000004a16329ae5b521a25f78fb1c725de349516b76d2f6a9867f653b33a 0.00 MB 1 0
64,584 64,584 000000000aa9116546d234f3b9c464922742bf499f6280a9a2498559d9cc8952 0.00 MB 2 0
64,583 64,583 0000000005c6b20edc6e2bfc2421230d591fce35694615696ab67617ddd33b64 0.00 MB 1 0
64,582 64,582 0000000000d459cf45216015fb9426085659903eaf1c49019ba7a8aa10418010 0.00 MB 1 0
64,581 64,581 000000000517a63a47b1c27c1c14eb3a72a610a75dc8244b93cf41deff43c7ce 0.00 MB 2 0
64,580 64,580 00000000085e41638fc563dd6071e0255136442cc2a725c21694a449d9f68887 0.00 MB 1 0
64,579 64,579 0000000008fa496ebc1af30750d9459dd8a90b8d4440c89577af5e036449d5e7 0.00 MB 1 0
64,578 64,578 0000000004c1ff33084b3e88754407242e0a1751e40276da051a988721216a0d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.96 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,012.76 GB sent, 107.75 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.