Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,961 transactions (2.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,644 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,542 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,643 (678,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,872 232,872 00000000000000ae26c166236d365dbc81cbfe24c6f354dd7e2a95403054ad54 0.25 MB 630 192
232,871 232,871 000000000000003958a8b1846667b97bd203bdfb0548968d1af5728a27de8775 0.24 MB 505 169
232,870 232,870 00000000000000f23351c4652e557471f4f060d177a11249604134048df09ed1 0.22 MB 528 221
232,869 232,869 00000000000000806cf1bca2e894d4c84fc17f61941ea23ee7fbc9816a7a57b5 0.15 MB 300 184
232,868 232,868 00000000000000635ac06645bf48d37becd9817ab937896a5a89719f93e43d35 0.46 MB 745 156
232,867 232,867 00000000000001707a4c81c00f461394a3957a748f6a42a7632db51c409bac2b 0.25 MB 628 230
232,866 232,866 00000000000001b6add7388b9cdac360d773e4b015586138942aedecac554daf 0.24 MB 387 165
232,865 232,865 000000000000016ba3c3adfaee58b789991e7645c53f7b2fd9adf26beae43cd3 0.35 MB 608 157
232,864 232,864 000000000000005f5ac88f77a39ae5bb72c7b494b33b84cfa6bad45d5654e8be 0.25 MB 421 136
232,863 232,863 00000000000001c4a67afedac0d24a5dba6f8723421bb80d2d99852f5f70c49a 0.12 MB 252 178
232,862 232,862 00000000000000e56fa673977a01dc5c494b4ce7d81fdd7c40d02ef0bcf01177 0.18 MB 445 245
232,861 232,861 000000000000007a2458fdd69a8f66bc000fa1406a72f0e13b4e52199aa96b4d 0.06 MB 147 178
232,860 232,860 00000000000000db80656be611b6c410a332024a6e89dc6b2c0fade82f75aee2 0.24 MB 406 142
232,859 232,859 00000000000000fef114694dfa7ebc6ed7c518ae2944308190b2903434480220 0.28 MB 453 157
232,858 232,858 00000000000001158ceac79ff02c76ba34b22b17410b2c90c4c41be4a4ef8907 0.11 MB 256 261
232,857 232,857 00000000000001a8025a4bd7afff0b685131e2240e3e090dc8ae3c2061e16a48 0.25 MB 318 82
232,856 232,856 00000000000001805ada7acc5e3d4e1cf98213ffb2ff4d495ad29829327f884a 0.25 MB 440 173
232,855 232,855 000000000000017af992a155920a7260da13d37fc0b4485a9fd849a47db10625 0.28 MB 350 139
232,854 232,854 00000000000001046666bbf19df72ad950b0c4e0c65b6c5547b7ae26b572c3da 0.28 MB 590 207
232,853 232,853 0000000000000079b1ef0b15331ab057529bbd4b6894563934cba126377c35c4 0.06 MB 28 79
232,852 232,852 000000000000019d93d2402dba0249ab878a4d2cf5e594de810f61e8d323efb6 0.46 MB 528 91
Previous 10 blocks ↓
Total Size: 776.43 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,423.47 GB sent, 130.79 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.