Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

556 transactions (0.16 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
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,110 910,110 000000000000000000007534fc1a3acb7b16563ca0b42bc71cf93596d6a5afbb 1.67 MB 3,753 2
910,109 910,109 000000000000000000006f63413e02c7dcd4010c06d138f327b1197c15eee72f 1.40 MB 2,715 3
910,108 910,108 00000000000000000001cc607ecb97bcdc52f7992fd7255dcb1054b94fd07b3e 1.13 MB 1,860 2
910,107 910,107 00000000000000000001f7d3924b3b008c059b1dcdbb543d1907bfdbb6e473e7 0.95 MB 1,704 1
910,106 910,106 00000000000000000001cefbd596b73692a00ce48475c2babc6add132e215782 1.72 MB 2,085 2
910,105 910,105 00000000000000000001d8d7d3cc4d8544e4d7e3022253adbe6b121500cf4129 1.63 MB 3,266 4
910,104 910,104 000000000000000000010e921bd9747cecd20b137e18994e650cdde8e8f3751e 1.55 MB 3,834 4
910,103 910,103 00000000000000000001600142f8aea1dd5041ba645352341674265a08bda046 1.67 MB 2,572 2
910,102 910,102 000000000000000000006b916cdc6347bf1dbaeb112eac621baa04349d14d6ae 1.51 MB 3,781 5
910,101 910,101 000000000000000000002ea3e4972aa473be0580d696fe28e69d5b4be76209e9 0.12 MB 251 2
910,100 910,100 00000000000000000000a92fdddc293688efd18a6833111d408793051245316a 1.79 MB 4,800 0
910,099 910,099 00000000000000000000db9664d4b5981f7847188f362e2da23b7924585172cc 0.94 MB 1,633 2
910,098 910,098 000000000000000000019780e3696bcfdf04b6bd9ab7c71b93ddaaa920cdf1bf 1.75 MB 3,170 1
910,097 910,097 00000000000000000001c6d771f3917227721e1b57f67f8f249a882047864fe8 1.74 MB 2,726 1
910,096 910,096 00000000000000000001d2217aa8414d25c67ce29efd471c0d5f47dbaba6a10e 1.52 MB 3,198 3
910,095 910,095 00000000000000000000d01104256dcf54720ed8610ca8cc4fe2fa2626c764b4 1.25 MB 1,941 2
910,094 910,094 0000000000000000000182865c81024a9f77599b0ca9b4c25a06520c5670b080 1.70 MB 6,831 0
910,093 910,093 00000000000000000000c12bdbae44191a84ac2475dc6bab0368a3aef31d9389 1.79 MB 4,592 0
910,092 910,092 0000000000000000000079daad0d62af9466d52f1be27b434d18f8c5654b38b2 1.91 MB 2,672 0
910,091 910,091 00000000000000000000b4358cd534cb1dcc0d73890f167f9e9e9be30403cace 1.85 MB 3,202 1
910,090 910,090 000000000000000000008549fcbfe7867544fe8c2eef9efd66692a63677c800a 1.97 MB 2,932 2
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.