Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

849 transactions (0.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,851 000000000000000000022b910000000000000000000000000000000000000000 0.25 vMB 842 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,850 (672,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,848 239,848 000000000000015ce081c0b3ede86f9aadd8b5e327eaaaca1cb18f63f4b300b4 0.11 MB 233 162
239,847 239,847 0000000000000124cb2f4032048b8bf65628b9d7c2ea46321c673eec38fcabeb 0.15 MB 329 154
239,846 239,846 0000000000000013e39b3ed310fc76fb83ab3025389694f5805b631d9d0d2bd3 0.01 MB 27 125
239,845 239,845 000000000000008a21ca6f978ffd912595dc0d568253010e997e122b65c77b65 0.11 MB 239 171
239,844 239,844 000000000000005b68baad14a7d58ec3293818a37bdb4d754e5fdc1300a27e89 0.03 MB 77 161
239,843 239,843 00000000000000732afbca9e1a795232373d40bd694b749c992c431731ac803a 0.22 MB 536 186
239,842 239,842 00000000000000a90317fc8e8949abb53acb7facd33ac60d5b9b64a46113f33d 0.08 MB 163 125
239,841 239,841 0000000000000109f9d44d2c6736e34cc6224a48547a0c26ee638b47046aecc8 0.08 MB 162 169
239,840 239,840 00000000000000412787232dcad793b7fcc4fe5b3b3664bbe61d9afb20efb5bb 0.15 MB 347 159
239,839 239,839 00000000000000ec96b8d53b8505c7ba065be0f1cae494d8e38efdde57f13b9a 0.18 MB 422 160
239,838 239,838 00000000000000629671915e3d0c823eaad2c4a4704b723f24f2c2b8cd09dd98 0.13 MB 305 159
239,837 239,837 00000000000000ee8933324f244e55d77c8cdd9c28a200484f3aef079cf47481 0.11 MB 197 140
239,836 239,836 00000000000000e63c8d3b1165c7c57db45e8229a2e23b98ba3b57396640572c 0.07 MB 152 162
239,835 239,835 0000000000000006d28e7d720dc01cc3c4e5fc45416bb54608f3b2a0bacc88ec 0.18 MB 420 191
239,834 239,834 000000000000004add3074a16f28152ef7d18db2bed34889b61929dbbdfff85f 0.04 MB 108 158
239,833 239,833 000000000000005c89b067186909657d580b6f66278d0867d2209b4512b682af 0.08 MB 181 170
239,832 239,832 0000000000000042640bd5defa679061e7d4946856542c85fe55aa256d65db8e 0.06 MB 163 178
239,831 239,831 000000000000008df7e23c5d7200fce66a434fa45cccfcbadf6555880fc3a457 0.02 MB 38 189
239,830 239,830 00000000000000600a3d714c481fd00e441078b978dbaee2b48da720316eee5d 0.09 MB 173 115
239,829 239,829 00000000000000c771111b5090a4d04c9fffc85708fcb752ca94fbe105b8bf3f 0.23 MB 509 153
239,828 239,828 0000000000000005fea6ddb8be4619f18cd8a4a95e3d49e4b772d8e211103645 0.04 MB 74 41
Previous 10 blocks ↓
Total Size: 776.82 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,469.04 GB sent, 132.60 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.