Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,015 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,815 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 993 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,814 (143,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
768,393 768,393 00000000000000000003e63fddda8ec84003523e4250070dfb584db6aff869d3 0.87 MB 1,495 14
768,392 768,392 000000000000000000049e32ddffe1482717d67776f9c2a7c4a923dd22bab718 0.09 MB 181 20
768,391 768,391 0000000000000000000651664f2fe445857fbe25abeb852e79e9f24039bb00cb 0.80 MB 1,159 10
768,390 768,390 00000000000000000006ae7e2e2fe2ce47228572a6f62ea693d7e5012ec3db5b 1.67 MB 1,923 10
768,389 768,389 0000000000000000000654f2e11e3b0feb3d86653747b1ad29370942c7af8b3f 1.70 MB 2,110 5
768,388 768,388 0000000000000000000598270ab02a5e727dd87b0cb50affb57fd12aeedfe24a 1.55 MB 2,852 17
768,387 768,387 0000000000000000000080c78193eba70b69f527126e2f9c5ae05858f2041e6f 1.25 MB 1,319 17
768,386 768,386 0000000000000000000231fd64fea7ffb2fce9e7c7137474bcba8978e41b038c 1.26 MB 1,927 18
768,385 768,385 000000000000000000034e912e163ab4bfa4aae309205bdd80b98c63f3c3a380 1.57 MB 2,393 3
768,384 768,384 00000000000000000001aee9e4c9f20a9875f6e13fb1e5691f8bf9fee8469b70 1.71 MB 2,663 22
768,383 768,383 000000000000000000056ee3331bc1881d82f336d7d125280f653b7418bc7e69 1.63 MB 2,171 7
768,382 768,382 00000000000000000007f19f7ae0a870fb22d9d27863f451da823b349133e79d 1.70 MB 2,990 14
768,381 768,381 000000000000000000003fb0097e422563cd7f15df3c5dc4ef77a6ef9d5729fd 1.59 MB 3,068 12
768,380 768,380 00000000000000000002807308019dab7b02734a6db88adf394948a94a71efa1 1.54 MB 3,362 17
768,379 768,379 0000000000000000000421547d7c043b902657b43c80fccb6131bc4845320d88 1.55 MB 3,336 16
768,378 768,378 0000000000000000000734eebb7b9d8249cfe5e9e446b4abde05f0f313247dc9 1.38 MB 2,831 29
768,377 768,377 00000000000000000000915a867751489d8d67c7cd28fe2fd2a1cb2ea6d2b5ec 1.40 MB 2,967 22
768,376 768,376 000000000000000000046c59ca7ec947dbb0008151e6d3aa1a065c5638305040 1.38 MB 2,326 14
768,375 768,375 0000000000000000000754dd25d91b78d55d46ba9b4c0231ac84beb1b398341e 1.46 MB 2,452 11
768,374 768,374 0000000000000000000468264aade5cb8828daa9e9d0c2352b2f9dd4d1c9dcd4 1.56 MB 3,400 20
768,373 768,373 00000000000000000003179ac32719d8dc131bdc1b97d197334fc6947f56a48a 0.15 MB 375 16
Previous 10 blocks ↓
Total Size: 776.75 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,460.49 GB sent, 132.29 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.