Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,147 transactions (0.65 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
911,496 000000000000000000022b910000000000000000000000000000000000000000 0.65 vMB 2,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,495 (820,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,303 91,303 00000000000161bba845cd7f9ea0f66921302e475e86a421b24b85e5608aaacd 0.00 MB 4 0
91,302 91,302 00000000000762c8f3c91695866c5420e9d4eb26f100e769265d7d2a51d90fec 0.00 MB 2 0
91,301 91,301 00000000000996b82b6ba92b457733424fecf0f2a9310826d1ed3c0bffdabc7d 0.00 MB 1 0
91,300 91,300 000000000007d143a6710b3cc9f2acac27ec4a1fec2948e461688263b3b51a27 0.00 MB 2 0
91,299 91,299 000000000006ee9a0b184f62799b140b27f36593c4ef0739b1340819215dbfd8 0.00 MB 1 0
91,298 91,298 00000000000db638b68a49b54ad0cc2c922a76cb21abae9d367339c876b4b387 0.00 MB 2 0
91,297 91,297 000000000004161b1f36fd1877b302ed6642628db3da9be1b1e76f80128d9c49 0.00 MB 1 0
91,296 91,296 000000000001d18faea61d365b0de6b13f0663b8dd1b93062fbf10d5340adc07 0.00 MB 2 0
91,295 91,295 000000000004af43bac93c3b294832df3d2fe162d8b5fa82f88d815c74321993 0.00 MB 1 0
91,294 91,294 00000000000d1dcaca1131a5dc8dedb0feb0ab17b74a4052c6b3160d8c85d16d 0.00 MB 1 0
91,293 91,293 00000000000a54a8e9e50a8a748b864af0124b9b14c29ed4b3eb2793080c5fbd 0.00 MB 3 0
91,292 91,292 00000000000918640cdbd913ab199df4d91bbfdc748fe7605fb0212ce56853d8 0.00 MB 1 0
91,291 91,291 000000000000bec3ba5f7faa05345cd7a3dd126c63127ee511f3a62594cc6dca 0.00 MB 1 0
91,290 91,290 000000000003d56f223e57ddfb02a07f2ded6f9ec7bbfc21113e7b48f4613076 0.00 MB 4 0
91,289 91,289 000000000004c2a725161660a99d148417a86fd7b0d55d5c0d7b45213c1568d4 0.00 MB 3 0
91,288 91,288 00000000000e5209772dabf4afe0d7e721512f020b722348583a033f42b74251 0.00 MB 1 0
91,287 91,287 00000000000a9798dd6cbabd0ea6cf09b7c8d3c1f9e82ad5de7fd061b3ab51f1 0.00 MB 2 0
91,286 91,286 0000000000081f14d0b12b0cb45cada8b8ba861b98d769ca663e6f39770eb882 0.00 MB 1 0
91,285 91,285 00000000000ae92ea60d71715f7d62675ef9840e55f9208eaad3ce252a14f9f5 0.00 MB 1 0
91,284 91,284 00000000000001e38e03a2b8fc28147a0ac1086f982c4a5a02ba1ce7f8fe644d 0.00 MB 2 0
91,283 91,283 000000000002b948bda1e007002a304007a5f5d3f75cdbd296c3ab6917629141 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.15 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,411.97 GB sent, 129.48 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.