Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,104 transactions (2.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,625 (818,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,575 91,575 000000000003b7c6236f0cfdbbe050788339ca503936c930a9e584b9b1f0d5fa 0.00 MB 1 0
91,574 91,574 000000000003d784f6b7e094d69bee33fa0b5c54f1ba131a3735a8def87b5e3b 0.00 MB 1 0
91,573 91,573 000000000006fe8cb7613d8f1dea61f33a085c67cf23d4996f3083283a8f968e 0.00 MB 1 0
91,572 91,572 0000000000069023d228e5273629953262510c7d93d2d288bf8aeaab25cf7f36 0.00 MB 1 0
91,571 91,571 0000000000039c3a8b23df04242033cebab386d4a2ea78556300a85874301732 0.00 MB 1 0
91,570 91,570 00000000000c279c478cf7c5256cecdd87ce380719bebe4a810fb43a7f66b79f 0.00 MB 3 0
91,569 91,569 00000000000df98fdb975709b870daf6833f6c713d292295868181c1a930c321 0.00 MB 2 0
91,568 91,568 0000000000078668b9ab5c0e0ec94c5956bb04d51f64838e5a79fc8322f22674 0.00 MB 2 0
91,567 91,567 00000000000710e3f786d8c301df8b751e8cf098327992b205dca8671ce94918 0.00 MB 1 0
91,566 91,566 000000000004e621f4ea609c613fc5453ca9a094308b45dfce4efc9dc31d6cf1 0.00 MB 1 0
91,565 91,565 000000000005904573d3027ae54b918fcf8412131e65e6d053597b0eca440387 0.00 MB 1 0
91,564 91,564 000000000001466b1f66cd416748ed20ad0afabe1b6084a07f6e30be0b7cf519 0.00 MB 2 0
91,563 91,563 00000000000e144489bee379ce4881ceb9ffa62283f74599ec35263e4726d735 0.00 MB 2 0
91,562 91,562 000000000008c8ecc1a79f9e53c18ed8da34d7bb3d8fad9b008c4bd09024a6e9 0.00 MB 1 0
91,561 91,561 0000000000070ee47f70dff80bc02bdbbfc0008d4dad55cf346213ea9c4383a2 0.00 MB 1 0
91,560 91,560 00000000000252f2d70a5643b4ca025c8a98cf06cdb7426a21de1ee872780660 0.00 MB 1 0
91,559 91,559 000000000008512dbc485d7f34ee459dde39ef9ede344b00a2a21bfc66892600 0.00 MB 1 0
91,558 91,558 000000000006d0b2bba5de1f206c5767f9865274fb7777e0dd0e35969dc27238 0.00 MB 1 0
91,557 91,557 00000000000c0b1b2a09879beab3213498d27cfad869d563352de0b34a93e0c5 0.00 MB 1 0
91,556 91,556 000000000002aaf87e8f057a5527c924daa88f423f1ea58144cdc35918bafe9d 0.00 MB 1 0
91,555 91,555 000000000002c1edd1f5313a32fc3d9a303ab4c0a47fe989092d676e50c728d7 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.72 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,107.07 GB sent, 111.89 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.