Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,647 transactions (2.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,651 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,152 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,650 (818,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
91,554 91,554 0000000000093729d8e500f6da444fa98551d44212a8eb8e0f010b6b8a51b299 0.00 MB 1 0
91,553 91,553 00000000000cbf6207ea16af7a4896bae33e85a803dab3d09370a37be08d1e10 0.00 MB 1 0
91,552 91,552 00000000000305a14923915a3a6cb9ff26c9dc611e8c44deffba8bf65beb2fe3 0.00 MB 1 0
91,551 91,551 000000000005d929f5c4094f27afd73710ef40f2e2b8a69fc41d573426cdf29f 0.00 MB 1 0
91,550 91,550 0000000000077d4febb64785b9e276c21e3239468b5e25eb8d3e1122a5a1a49f 0.00 MB 2 0
91,549 91,549 0000000000099d7f01b62252d4b4f89c265fa10d867b203fcd30bf40c4a6dcc7 0.00 MB 1 0
91,548 91,548 000000000002ac5136faa816866dd5fc3af6cd50561248475615607e7d0ef8e1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,126.36 GB sent, 112.14 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.