Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,096 transactions (4.00 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,714 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,609 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,713 (884,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,416 25,416 00000000cb72f34e8afead174ce1fe193cbf3393d936dd0867297a8cd2b14865 0.00 MB 1 0
25,415 25,415 000000001516903216ef36ec8f7896414d751f25462486ed45e2fa585f52ae8a 0.00 MB 1 0
25,414 25,414 00000000cb912b051110698ac8455301204cc2d284deccd7b529dcba0db9adff 0.00 MB 1 0
25,413 25,413 000000003acf08722b35e91f557010f263345f800b3a6dff4d82068e2f742c5e 0.00 MB 1 0
25,412 25,412 00000000d66f4fe5481de55d7b2bedfa5dba01c57852d40642962b1d40eb66cf 0.00 MB 1 0
25,411 25,411 000000002b46215a919e2560041c111d1cbb3f317053eef662de2fb9f4289101 0.00 MB 1 0
25,410 25,410 000000004c99905cb7e897bb6fcfbf926583e21f4601c76bbdcb573e8f9b8818 0.00 MB 1 0
25,409 25,409 00000000f850062abd78c611035f72db1bcc6d57af4bf4c0b6e27447e0730ad8 0.00 MB 1 0
25,408 25,408 00000000dfecefc75c8cb3d2df5c2f827b846f3c553da7ebe24ce0a9e248d1fd 0.00 MB 1 0
25,407 25,407 00000000406eb82ee69cf2f282f69db58233e6d3e4026f845a8f54b35dc85420 0.00 MB 1 0
25,406 25,406 0000000031403c41128bb30b67362de021979e6cd34da0e38d7fd448e9bcbda0 0.00 MB 1 0
25,405 25,405 000000001fc58da650e780329c1226a896993e95e528d9470d12cf20e8a584f2 0.00 MB 1 0
25,404 25,404 0000000019a44678f1b253bf7237cdea1e640f6d75daf2de9c7b28a70115d7f0 0.00 MB 1 0
25,403 25,403 000000009cc9e04625f76fd14bf03eb1e049928fc1dbe65a468c29fa582ee1f7 0.00 MB 1 0
25,402 25,402 0000000059a79eeb67039e1a7cc645d40154e531497e10e919727b2d307c59ef 0.00 MB 1 0
25,401 25,401 0000000053fbadd9d400b4b7e3f1452f8492e39f11c8b19d58f4fa5684fa5019 0.00 MB 1 0
25,400 25,400 000000002f219f104ea3f9e407c2801649a20f2d7c995a07ea799fde2bec5c0f 0.00 MB 1 0
25,399 25,399 0000000091b76d7015c9d96c120b2ecda5526592a04a530dbf8b5b483a989493 0.00 MB 1 0
25,398 25,398 000000008f1ccc862527c600528cc67a6128424a8d0f2eb6406ab29d23a840dc 0.00 MB 1 0
25,397 25,397 000000002fe8867443cbfeee03469555d9d6dadd4bfb7d0888845a213167e041 0.00 MB 1 0
25,396 25,396 00000000c11b6618f835a9fba22dae83631d62ee111645a3ab0427bb78eb158b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,157.50 GB sent, 112.79 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.