Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,047 transactions (2.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,796 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 4,006 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,795 (249,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
661,917 661,917 0000000000000000000e05f50da6e53f79d1eeedd87e67c9186b2168cfa849de 1.30 MB 2,697 145
661,916 661,916 00000000000000000007565bfc9b6b8e81341f4b009340370b8ca5c879f47e5d 1.24 MB 2,891 148
661,915 661,915 000000000000000000024ec2ba006f3c136153bd7d605d3bec865766941622a4 1.36 MB 2,589 154
661,914 661,914 00000000000000000006d162282947b89ccc3d2a9071e183d03518fc30bcbd6b 1.40 MB 2,814 146
661,913 661,913 0000000000000000000a7df4a6c3e83015f22b2e700bd501d50d1c727f7d97b2 1.25 MB 3,189 170
661,912 661,912 00000000000000000007e08fd6db4fb7d8b8a01c7865e08f6a9f92271d3c6c40 1.36 MB 2,396 152
661,911 661,911 0000000000000000000141d6ca92d693e943f577419bf9ca45eaa52655a9b6b7 1.11 MB 1,582 137
661,910 661,910 00000000000000000008e8c8a75a0ca992f038d04fb8c8934af58ce23a75fdad 1.42 MB 2,542 155
661,909 661,909 000000000000000000019f7cfd519e595eeac52fef169f5f37bf0074b26d2a36 1.18 MB 1,548 135
661,908 661,908 00000000000000000009b796d8c273ef8bb15da96ba2d8fcf4c9489caa34ce07 1.18 MB 2,926 143
661,907 661,907 00000000000000000008f700355c818927bf1fc58e70a48d03260ac5715a2ad1 1.33 MB 2,255 139
661,906 661,906 00000000000000000008d22b55b8faed6dbdf0da034bb081dad306cc4a212ede 1.40 MB 2,059 140
661,905 661,905 000000000000000000076282353a05768e524b6c410ae9fce2ee8519ced29430 1.22 MB 3,160 180
661,904 661,904 000000000000000000028ad3d7c3019a1478d56d1ffbe1d3fbb2a026584851ce 1.23 MB 2,700 169
661,903 661,903 000000000000000000040cc5a79073955ea2aa6cd5e2f8188f7f5d7ef478aa11 1.25 MB 2,194 89
661,902 661,902 0000000000000000000359dc77c7079aac544357f131d08e87459b12aec3ada3 1.19 MB 1,882 82
661,901 661,901 00000000000000000005d7c6210733257ae6ff436ffc3cb14ee7dcf4726a8af2 1.24 MB 2,355 114
661,900 661,900 0000000000000000000d5822499ddebf1dbc232dce065e159836b29d05548b0c 1.32 MB 2,536 115
661,899 661,899 00000000000000000003eb50e228fda14903d31488e19815643e12886d3115f5 1.26 MB 2,243 132
661,898 661,898 00000000000000000002f5b024a42826be6b113f262c81a088493771c403d3b9 1.19 MB 1,987 131
661,897 661,897 0000000000000000000468d272b21590f7f56cfe15b7c17ddd5587b9599b9a74 1.39 MB 2,246 144
Previous 10 blocks ↓
Total Size: 776.71 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,444.95 GB sent, 132.12 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.