Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

951 transactions (0.31 vMB)

Priority:

  • 1 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,924 000000000000000000022b910000000000000000000000000000000000000000 0.30 vMB 936 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,923 (141,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
770,403 770,403 00000000000000000001751ed74b6c8743bff301460621905b258b9182ab483d 1.81 MB 1,317 6
770,402 770,402 000000000000000000008485a4f99502f89ef4a34cc37be001f41ba6730074bd 1.71 MB 1,155 5
770,401 770,401 00000000000000000001efb1fa7dea83fa8621c369b4bd58c3ae01c43c30c9c5 1.49 MB 1,136 2
770,400 770,400 00000000000000000004f48a33b5da8bb2d017b8b642dbdd37832fbbade90bb0 1.68 MB 1,658 8
770,399 770,399 00000000000000000004ad2345097bc49b8cc16a6928f472ab9c6794ec282583 1.65 MB 2,914 7
770,398 770,398 000000000000000000081ac86cabb464c58106322773ea3ce63257821b553a2f 1.61 MB 3,420 10
770,397 770,397 00000000000000000006cd4dfb69d34b09d5656d1ecc8d1d1cb6f9e4516806cf 1.47 MB 2,607 10
770,396 770,396 00000000000000000004f88d8570fee69a19905a8c1043b60bf29a869e677ff3 1.24 MB 1,477 20
770,395 770,395 00000000000000000005e2e5a6741ca1e85a716d6961ebe6022889aa19e038c4 1.32 MB 1,340 15
770,394 770,394 0000000000000000000326c6c50ddd6687b5738d7ea58c93dc0a48d7145132e7 1.48 MB 2,660 13
770,393 770,393 0000000000000000000769b9dff85fe51a3d7ea72ab884f5ee68b6da46fab351 1.49 MB 3,066 21
770,392 770,392 00000000000000000001e6d78e30cd6c3e769a505e02050d05bfbb4a13a72dd3 1.60 MB 2,764 12
770,391 770,391 000000000000000000032607a5127d1d978c795366ac94ae3750f8dfdcbdff7a 1.53 MB 3,786 19
770,390 770,390 00000000000000000002225ce18aa874858c4e002270f6c420e8ad42714abbb3 1.49 MB 2,852 25
770,389 770,389 000000000000000000022d274a28258a2834cb291ae7a42686da5a396037be58 1.66 MB 1,246 5
770,388 770,388 000000000000000000061d4228c965c815538241ac058e72b41d9dff497610c9 1.59 MB 1,695 7
770,387 770,387 00000000000000000005a7b46bf54acd2ff9e0f8880feacfdec9067a310df0bf 1.43 MB 2,059 14
770,386 770,386 00000000000000000005ad93442b162e759571cbdf9b62c5786fd38b6912b8a1 1.79 MB 698 4
770,385 770,385 000000000000000000028c8d47dc75623c24c1d9101fab1707780eb3d5996719 1.65 MB 2,713 9
770,384 770,384 000000000000000000075647d6416878611f2e70ef76fbbc1b425f605496479a 1.69 MB 1,977 8
770,383 770,383 0000000000000000000526c807fce5adf7ad856a1e38e523cab55022b5b6fdb0 1.50 MB 2,486 8
Previous 10 blocks ↓
Total Size: 776.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,487.07 GB sent, 133.18 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.