Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

691 transactions (0.20 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,764 000000000000000000022b910000000000000000000000000000000000000000 0.20 vMB 683 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,763 (657,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
253,838 253,838 00000000000000098a1fbbba6f7f3f4900fd83529208eb6f62f6ccbcf137e13b 0.24 MB 512 156
253,837 253,837 000000000000003076ab13f008866683c9d7617f4b7d1ebc383126884d694750 0.05 MB 100 60
253,836 253,836 0000000000000008d206961e788884664500c02346f1c45227eae110833d408d 0.21 MB 511 151
253,835 253,835 00000000000000182d0559b095c69c4c08ebde5bb5022ff5b3a086459531ec4c 0.02 MB 48 84
253,834 253,834 00000000000000142be22e5382a7b3a3e4f3438b4584e9482c5cc53ee06980da 0.13 MB 304 139
253,833 253,833 000000000000001f14e1bb7b5f2d91238c0846a8a0c494793653afc3bc0c34d1 0.14 MB 256 57
253,832 253,832 0000000000000015a681a4a82e76a20eabfc1fbd8fe5faa21e63bd8fe5b3e1da 0.17 MB 181 102
253,831 253,831 000000000000001264ac1bd572e8c5e5b4d1d27a96ac633c51cc4c4c1c270aeb 0.24 MB 397 93
253,830 253,830 0000000000000004d1f47a9e669c52e8d49d5b4fce735384305328a9fbe30c62 0.10 MB 256 82
253,829 253,829 0000000000000016c449feaa601a377626d8642d07efee8682ee63c1e0d0c334 0.02 MB 46 171
253,828 253,828 000000000000001abc62d3add7d285465d99f27504d26257c0cbde517c68227f 0.03 MB 67 146
253,827 253,827 0000000000000010e642c94d6ee3f05f15421bee798d36c45b253efe1507e023 0.16 MB 391 137
253,826 253,826 0000000000000009add623113b97b015909581fa9e166e647407fdde6fa6bdd2 0.01 MB 10 94
253,825 253,825 000000000000001accfaa936fc03c3296f3ae0446e95550f261e44827e942328 0.10 MB 223 122
253,824 253,824 000000000000003a904661c6785d8bfdb584eea42d9c565883b5df92b6ff1b67 0.20 MB 256 32
253,823 253,823 0000000000000028219a46da597e604f99abab7e8cfec740892cdf0f72dd7202 0.20 MB 478 118
253,822 253,822 000000000000004a1b8fd48d2d984519edcd01e7c409afe298b0c95077ee4bac 0.09 MB 230 136
253,821 253,821 000000000000002ac8c28e7e73d63e58ee09e46dcb700cf2639e4fb43b321d12 0.00 MB 12 160
253,820 253,820 000000000000004434c087e85b52ddd0bee43a3b0690449f382729fa54a088d0 0.05 MB 137 111
253,819 253,819 0000000000000046efe0b9689045543aba9fc685e20686621c657e5020fcffba 0.04 MB 55 15
253,818 253,818 000000000000002bbdfd7c7549a4004b19c813219679b1be9e943964aaadadd6 0.35 MB 537 50
Previous 10 blocks ↓
Total Size: 776.64 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,429.32 GB sent, 131.78 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.