Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,970 transactions (4.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,123 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (841,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,362 67,362 00000000001a337f1df20c79e0abc19b324da383248018b8d088df5e0ae78e93 0.00 MB 1 0
67,361 67,361 0000000000872284cc2c0c121590cb29c0bfc59270aefdce9540dc6cdbb04fa9 0.00 MB 2 0
67,360 67,360 0000000000b088d73c76bce13d1fc32e26a3d4c58ca4fb8583c3d2f1c9d7c101 0.00 MB 4 0
67,359 67,359 0000000002df6c35fa6b15d175a2fffd2d90b2d9fcad30b99995126431addf60 0.00 MB 1 0
67,358 67,358 0000000004c5806be099557e4afd263d2a336aa2735ef0425312a1a54cf4a2b0 0.00 MB 6 0
67,357 67,357 0000000000260c8ac873bea2e3fd0c82fa81082a54eb848612480286c773ff88 0.00 MB 3 0
67,356 67,356 0000000000d00cd035d2a8ee89e50c84dbd2edec1622620aa99b8eec5c685517 0.00 MB 1 0
67,355 67,355 0000000001922390a9d699dc43994864dbbfb31cc9740cff7a1e8269720cfab6 0.00 MB 2 0
67,354 67,354 0000000000a51bcd685f42fc4ca18352c0eff393975da97508dfa098995f9566 0.00 MB 1 0
67,353 67,353 0000000004758f9efc6a19fdcb6b475bea5f0de151747079eb4af5e48bc82b00 0.00 MB 1 0
67,352 67,352 0000000003938ea4c9e1227524056c32105d8709723eeff79e160bc0cd8ab9c1 0.00 MB 1 0
67,351 67,351 00000000000776e12153644b3b50fbf91c6b2468db55a4e045be9eb87bdd28aa 0.00 MB 6 0
67,350 67,350 0000000002cb34f250cb7cc5947070e24cf7c9862d428ecbc2259afd63a756d7 0.00 MB 1 0
67,349 67,349 00000000044204abbb1eb04147551b333fd954d55ff9ce968a57b00a121e9746 0.00 MB 1 0
67,348 67,348 000000000336bc5dadf2f7d61a571863690e26f0692728549b7ceef15ad23fa0 0.00 MB 4 0
67,347 67,347 0000000001a0d0be979c3c5007c1bbbdcbfe59dd81d314e97a1c5419ec1a50d0 0.00 MB 1 0
67,346 67,346 00000000053a2bfca527e7477e35a1ff936869c6d4994ed81a95d0739ce712b1 0.00 MB 7 0
67,345 67,345 00000000056d41d328e3cc443c95d99fd868bff9f38e8a6ce7242d9e3af64ffb 0.00 MB 1 0
67,344 67,344 0000000001a7e21b6b9e545c7844e9364159283241ba922458ae774c8e6c2377 0.00 MB 6 0
67,343 67,343 0000000002134833f7df7227ed5ec6712eca55ac1fb7bd1f34bf3099570249d6 0.00 MB 1 0
67,342 67,342 0000000002474262be635eb11b643cd224d34bc06517c0a1669226e66d7b3de8 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.34 GB sent, 108.31 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.