Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

962 transactions (0.39 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
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 952 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,850 910,850 00000000000000000000950400adb54031c3a9b2ed8882604e21f16f44b8a978 0.31 MB 812 3
910,849 910,849 000000000000000000021e0eedb3f1ea0fea6456142c84e8881afc55548b508b 1.59 MB 3,668 3
910,848 910,848 000000000000000000004b6ba37dcb4592fd3e00dae938848c3aaf746de8338a 1.72 MB 3,822 1
910,847 910,847 0000000000000000000117426e53291338e0de2bf9564d82b5635870ec86192d 0.71 MB 1,600 2
910,846 910,846 00000000000000000001e5875270fa895ae3d7ba61a80d8ef296d7034f4d2948 1.72 MB 3,949 1
910,845 910,845 0000000000000000000215c6060ccf377f20359579428fe61aed94021d492c0c 1.72 MB 3,945 1
910,844 910,844 0000000000000000000020a266eb4a6d314e4a81dcd33aa6da71d7db857c29ae 1.75 MB 2,678 2
910,843 910,843 0000000000000000000155e2c2ec866217e50474105999e5408eecc6b4a32742 2.06 MB 3,994 0
910,842 910,842 000000000000000000019974ffa9bceedcf32326e7f3131e88a2d766e22342b7 0.31 MB 767 1
910,841 910,841 0000000000000000000005525a2fd5eb3c593b305804a38cb6f5e91349daac05 1.53 MB 2,678 3
910,840 910,840 00000000000000000001181c5eb0213d2694f353433b5d7b19e9009d036d4d79 1.57 MB 4,195 2
910,839 910,839 0000000000000000000024ef55df89da73aff17bd550a940ceac263a61c11120 1.81 MB 724 3
910,838 910,838 000000000000000000002cb8c8a6d41bf4e65821df85b2354544953b84693c54 1.71 MB 4,328 0
910,837 910,837 000000000000000000016b81947866b6ceb99d68eb952bca4281538632402cfd 0.09 MB 259 3
910,836 910,836 000000000000000000005124bc45f2e061a179575e068cdbf68836922fc3c998 0.10 MB 267 2
910,835 910,835 00000000000000000000b48ffc8b993bc96ac7b67279c2a5726d57f435d45e99 1.85 MB 4,622 0
910,834 910,834 000000000000000000003c876a353ba0b2866e15ce74bbca264586ecf785e1fe 1.73 MB 4,461 0
910,833 910,833 0000000000000000000064d69363f32866d707747a6f1d3d568f26de0de8f463 1.60 MB 2,431 2
910,832 910,832 00000000000000000000877ae510a9fba3f1fbd66b7ee03a34bc9853509443a6 1.77 MB 2,524 1
910,831 910,831 00000000000000000001080b6e8a63999d485bda135187a04af48168ea35d628 2.18 MB 1,163 1
910,830 910,830 000000000000000000014fee6e61ce50eb187905b4739710ebf9cfee96de96d0 2.21 MB 955 1
Previous 10 blocks ↓
Total Size: 775.22 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,359.73 GB sent, 124.83 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.