Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,989 transactions (2.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,168 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,988 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,167 (849,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,288 61,288 0000000004105cd24e5d395f42d37e53d6b8d80f47579b83c4b668216017e68a 0.00 MB 1 0
61,287 61,287 000000000294681f96bd460b044f7aa55a06443966c8cb61c99dfea1e407b5e1 0.00 MB 1 0
61,286 61,286 000000000c3c6ea7e615f4d9f2d1eac84f8c244e737588a6b4a0d853b587a2eb 0.00 MB 1 0
61,285 61,285 000000000bbdc6b6e13dc2d20be3f89b6f490f042f9c8c1fe8d4301770a89b79 0.00 MB 2 0
61,284 61,284 000000000cf33791c165f91ea11b95a17f821205c7e7eba31afc7762ba756764 0.00 MB 2 0
61,283 61,283 00000000076c3659d151a27c22fec3618fd6e17f6aa44983c2caf038b988a7c4 0.00 MB 1 0
61,282 61,282 000000000e958b193834a37437ea73ce225428a276fc825718269d6ed4508c25 0.00 MB 2 0
61,281 61,281 00000000029b5270e3a644e9b6d41511be98ce94b283584a8e554e0019af1f35 0.00 MB 2 0
61,280 61,280 000000000267d21d6f6f37837a4de2f61609220dd4fb0316ca2f065bd190beb9 0.00 MB 1 0
61,279 61,279 000000000a6b2f0e933ec749818ae05385bc58198577cf2c257e92699ee72ea6 0.00 MB 1 0
61,278 61,278 000000000d5227d29f20c00ad8224c73651c56269372778912af2e043efe5b3b 0.00 MB 1 0
61,277 61,277 0000000001b7c475119c66a4c366f9245b6b458a88cfe6db16d53557b1b53007 0.00 MB 1 0
61,276 61,276 0000000004b15d4a370db2bc3c0499fe1820d37aa07c057e3d0166cb374a80fa 0.00 MB 3 0
61,275 61,275 000000000571385bed4f6a5c6612dd04d4a4361e49da7229d5639a607fdb1b93 0.00 MB 1 0
61,274 61,274 000000000e45b6d4206c28e2e755d4d9cc2adc1d4305faeafb99d770ed08c2a1 0.00 MB 2 0
61,273 61,273 000000000bdf4c3c449c9c129cbc375ebeaa56c24e89a024772ff7b2c1108e6f 0.00 MB 2 0
61,272 61,272 0000000005afcce29201c49554f4987711453efe6cf635292f9bc2b53ddeda7f 0.00 MB 2 0
61,271 61,271 0000000008597d9d4a4a64c518f82f138888226237be5e3116ab177c4fa14ff6 0.00 MB 2 0
61,270 61,270 000000000ead70c90ef77b47c446b318b1bb41b9fdb2fa9555c17c8ba3a9a54f 0.00 MB 1 0
61,269 61,269 000000000ce8b0fd425af8b4ab700975e67ced7872917d23c07142778553103e 0.00 MB 1 0
61,268 61,268 00000000075988bda10db1c62f75c451a7b1585f26aff67dbd344737da013a20 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.56 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,375.05 GB sent, 126.56 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.