Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,254 transactions (1.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,076 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (886,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,469 24,469 0000000094fa936fe23c7b627609170fb0c7b796d94bbaf89c4c91470bf8d4e6 0.00 MB 1 0
24,468 24,468 00000000b58adc622f6c3e8304eb7e3a5c63ac015b58f36c764357ea05441096 0.00 MB 1 0
24,467 24,467 000000004bc71aeac69884aac5d1ce16192392c30c42e9de055c08bcacf0a426 0.00 MB 1 0
24,466 24,466 000000000ff007698efcf059806ecaaaa6ff7686b683c39c60534e4884c254b8 0.00 MB 1 0
24,465 24,465 000000007fdbbd07765e2187f91b18425a0f08b8e52015b7ea7067983191c179 0.00 MB 1 0
24,464 24,464 000000008eafd6de90ef296f23dab35255b689093ade39aa39920b9879b525ee 0.00 MB 1 0
24,463 24,463 0000000021503b870e7b9b0dcbd6c3a3eb47a56ec85900f9e791a63eb33a6e22 0.00 MB 1 0
24,462 24,462 000000001dc7febedd93c41b0027b6bedcc6f78a7d0649b3d579066634b4535f 0.00 MB 1 0
24,461 24,461 00000000e605f63012d357851dc4d4da4c9c83c0ec57ea7c289261bb5d2be21d 0.00 MB 1 0
24,460 24,460 000000005359588cbdd58d3e3da57d709b4e14667ba3af736a5b5a2415966e3e 0.00 MB 1 0
24,459 24,459 0000000083e65446b9496a2707ed07b2d8c16af754ce1612d9d304d1d99d0bee 0.00 MB 1 0
24,458 24,458 000000007785b13ab685fbfdb6ca0fc8b874e4b625101d183cf208351aa77e8a 0.00 MB 1 0
24,457 24,457 00000000bf12c578a7d212492dddf5fe855355bb65d194d20d8736c8ee573507 0.00 MB 1 0
24,456 24,456 000000000043da641f2d4167379b5445eb8f951f111688e9733165d9bf379d4d 0.00 MB 1 0
24,455 24,455 000000002d61383943c7b037c197d1079aef2dc78ddd58f4ed92dff1a8b560e4 0.00 MB 1 0
24,454 24,454 00000000fb433f886f794d31ec3df44bd160601656eeb75be0e72ba4288f5620 0.00 MB 1 0
24,453 24,453 00000000984826f9370d25ffd02d48d75b56fba2acb695f949eb2e1ded592bd2 0.00 MB 1 0
24,452 24,452 000000000e936e4e042a19ded2577449ccf7dd55bec388e4fa11367de1d0766c 0.00 MB 1 0
24,451 24,451 0000000066e37820758c1d8292325d841ca681b11d48f4a08fc40af5fb515163 0.00 MB 1 0
24,450 24,450 000000005e84e90cf3b160b708762a4bf43b576b54f0ce44ab919508fe6551de 0.00 MB 1 0
24,449 24,449 000000000ce13b1ad4f54ef72eb3ecd1fd28cc5540487ae40c846da96481e815 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 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,281.20 GB sent, 121.57 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.