Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,092 transactions (1.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,703 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,702 (885,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,331 25,331 000000003ec7fe9c77c4565cc2a1106f800b18641b402bcad5c3ceff89767db0 0.00 MB 1 0
25,330 25,330 00000000030faa44aa370e1be0c4383a117f470c1e8093da509a26ad8baf0835 0.00 MB 1 0
25,329 25,329 00000000b3931745bc63a358f8371b778b7a4c52cc3361a0789f51595d9884a9 0.00 MB 1 0
25,328 25,328 00000000111a0ec2c073dc73f442c110b8eae465ce34f3c144ee4351de33722a 0.00 MB 1 0
25,327 25,327 00000000d1c3f05cb4b5903eb1ae34ea3e9f653ad37defe505d0bb2b9dd41602 0.00 MB 1 0
25,326 25,326 00000000b084d7b77cccd0fa804bef120d83bbcbe1ea711253733b35953ebd17 0.00 MB 1 0
25,325 25,325 00000000f28a6325e64d5ffb4261c1725f66acf1884e8212b7eab228cbcd73f7 0.00 MB 1 0
25,324 25,324 0000000030a927f4e6377adb6297f95167015be787111e8bfbda1d0dccfa1e2c 0.00 MB 1 0
25,323 25,323 0000000038d93a26eefb2fb53d49b28cf07cee03bf90143eda6f65df80156654 0.00 MB 1 0
25,322 25,322 0000000019f040f64778110bcb4aac4c95a85d7e3cd2002a23aa7ff0ed00caab 0.00 MB 1 0
25,321 25,321 00000000c4f1686d95d4c149eeace923349268aee60d5c918f3e20a9fb277d12 0.00 MB 1 0
25,320 25,320 00000000d96e63a1ef27be84f4e046ed21b5892b29f27920fb1600340d3e584d 0.00 MB 1 0
25,319 25,319 00000000ff60a3ea70db38b8c0f4d0114988a0faef8f73ae1d8e3b79710288fb 0.00 MB 1 0
25,318 25,318 0000000061f7aca17300d3c5a30b8642b4ac6afd1c91523ef483b673d44cd1aa 0.00 MB 1 0
25,317 25,317 00000000af8957f50ab760b1a526872791cf20698a3867c38b495e0d39a157ee 0.00 MB 1 0
25,316 25,316 00000000b3283f421957fa679e8b09eddbf29484452430c2e72557fc01ff46b4 0.00 MB 1 0
25,315 25,315 000000006ccfd8536db5f8a08402612abcf256c6727b455444003dfa7539d416 0.00 MB 1 0
25,314 25,314 000000006f510f1ac205408e342f612c7d0f01f042f7b1595a52189d5536bac7 0.00 MB 1 0
25,313 25,313 00000000884b64e5b47e8935ddca0e1f2aad9edbec26c2a16e49ebe09f1f2eb7 0.00 MB 1 0
25,312 25,312 0000000004656be78b3682b9981aade530820e948ef29a3b5326bc247b1fc02a 0.00 MB 1 0
25,311 25,311 00000000ccbdc1f87153891508435b4b0a3c14e408f35d1319e010109edeab65 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,290.51 GB sent, 122.03 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.