Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

738 transactions (0.18 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,378 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,377 (221,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,262 690,262 0000000000000000000d9dfc1012ea31af9178556f230c2906e412a359062d73 1.23 MB 1,851 27
690,261 690,261 000000000000000000047244546018b7fb45b6bae1657957861a58c73f9d4562 0.67 MB 1,180 24
690,260 690,260 000000000000000000081b919bc8294f34413373d483d5d953e1e865fb57635d 0.11 MB 141 21
690,259 690,259 00000000000000000010056d2e41d347ed2c76a5332f2cf257cc4b6904946ca0 1.37 MB 2,606 24
690,258 690,258 00000000000000000006ce20d492f9e12efc3cf2a51285959190008892ae34c8 0.37 MB 460 24
690,257 690,257 000000000000000000002353920af2036fdcfb5275dd650f5683561faf5b27e6 0.63 MB 868 22
690,256 690,256 00000000000000000006760ed80c71f59a6533f0f8d5bebbcbf990d1870753a9 1.10 MB 1,785 10
690,255 690,255 00000000000000000003a11e7675531f99ab16f1b27607cc3f7c849612d30fde 1.26 MB 1,356 37
690,254 690,254 000000000000000000039a238675eab102624091cd99e554ef8bf20331bf07fd 1.29 MB 1,875 22
690,253 690,253 0000000000000000000488104824997403dcd98f5ecae858156f9f9bd1176ff3 0.02 MB 74 29
690,252 690,252 000000000000000000006f750cc7b891ecb13a7ec5ca9e488c4937c5a675c1cc 1.17 MB 2,066 8
690,251 690,251 0000000000000000000159251e1a8fa621654626109467184a27dea54fb77594 1.50 MB 2,730 42
690,250 690,250 00000000000000000011ef43bd972659cb751dbcc3e838a7c00adc4a7e39b379 0.92 MB 1,372 25
690,249 690,249 0000000000000000000d0066982ad980b7a2d02a6be816639432d11cc05e2f44 0.23 MB 446 29
690,248 690,248 00000000000000000004bb6e7c37cee53f8cb621de385e00b1d187333154119a 0.95 MB 1,027 15
690,247 690,247 0000000000000000000b39770ffa1aab81d11db22b02ffaea09bbe825269c797 1.05 MB 416 12
690,246 690,246 00000000000000000007470682929eaf1485ec1c8e1f3d82ed94edf9393d1517 0.08 MB 213 33
690,245 690,245 0000000000000000000d8b9f0bd498dac64754103f708cb4a07b42ae328b8145 0.13 MB 267 35
690,244 690,244 00000000000000000012602bf17e86a179f2632fbd14ba55c107f6e98106a2f8 0.88 MB 1,322 32
690,243 690,243 000000000000000000015a6964cfe1e11a9ba42945b40a98623141b3d4bbf6e9 0.45 MB 841 8
690,242 690,242 00000000000000000000d35fc8288d08af51bffedbc829c1d3d672404cbcc73c 1.24 MB 1,650 33
Previous 10 blocks ↓
Total Size: 775.94 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,402.42 GB sent, 128.52 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.