Loading Tool

Explorer IconExplorer

Memory Pool

5,354 transactions (1.54 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 9.23/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,279 000000000000000000022b910000000000000000000000000000000000000000 3,816 0.04065000 BTC 1.00 vMB 3.02
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,278 (626,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,423 285,423 00000000000000002d9bf726d64a90f435e808152e5275d8418a3e8b485b7206 0.35 MB 298 27
285,422 285,422 00000000000000018b7b8816a87351205278291f961ed172fdd563e83fa862d9 0.06 MB 194 63
285,421 285,421 0000000000000000b7f71b8bc2438d7eda1f615d3500939bdca57ec0cb095324 0.14 MB 241 40
285,420 285,420 0000000000000000f9c9ce8d53bc866161397430af06962dad1fa6bf640e3e6b 0.39 MB 946 48
285,419 285,419 0000000000000001182134a3b571cf157119bdd127c1c9ddde2d57cbe6ae1a18 0.04 MB 85 45
285,418 285,418 0000000000000000038c0f043e3cf903b9174c8ee29dc274d3e1922d19abc294 0.03 MB 78 36
285,417 285,417 00000000000000019a52aee788c968e0a83cd15254a813d4dec8c2729c4d8099 0.15 MB 207 24
285,416 285,416 0000000000000000e3de5b81fa788db4109a9a22e850fab475c623056a004e47 0.35 MB 808 40
285,415 285,415 0000000000000000020c48a623cc11784dedf60a49d3713471d261bba3ecb8cb 0.35 MB 257 51
285,414 285,414 0000000000000000fa78a4ac96f7014ea6752249b57a4690386fc76cec2ece7e 0.06 MB 119 58
285,413 285,413 0000000000000000dce7a746380d1a8b2136ffdf7ea358bfc222d5f149f0d6c3 0.35 MB 198 60
285,412 285,412 0000000000000001742a1d5149eaba6048cda37a6c1926f9fbdb8abbb5165479 0.68 MB 427 33
285,411 285,411 00000000000000014f36aa3a397ace3d3615aee37611aa16b6a271ed4af0c7f6 0.10 MB 205 46
285,410 285,410 00000000000000017f1f644a75870132ccea433e31f334bd5c4493d2f612d49d 0.12 MB 279 37
285,409 285,409 0000000000000000eb77bc0236ec8554e61804a4f32c91d798a4fa5a996adccc 0.03 MB 68 34
285,408 285,408 00000000000000017852662b2b0cc2a348186ed35eec7191ca842fd313218020 0.08 MB 138 31
285,407 285,407 0000000000000001596a15f2d94b2aaaf9d3b415d229e9bc81efbd23ad416441 0.09 MB 198 46
285,406 285,406 0000000000000000cd90724061c35429632ef99f203b6fac3a54587f82f53a4c 0.10 MB 141 29
285,405 285,405 0000000000000001161067e01aed3a804120538202a076f346d1124acae172e2 0.09 MB 162 29
285,404 285,404 00000000000000011e181fd1e06b67984ba28fc28ec3813460685abe0e33143b 0.18 MB 109 39
285,403 285,403 0000000000000000f9f4c4e3e65c8e7c3cf6c5114bb3f9dd051365619fa72b8b 0.08 MB 171 30
Previous 10 blocks ↓
Total Size: 777.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,540.24 GB
    • Received: 136.33 GB
  • Uptime:

Notes

  • 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.