Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,765 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,205 000000000000000000022cb30000000000000000000000000000000000000000 0.86 vMB 1,762 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,204 (889,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,355 20,355 00000000549ce6eae52cbe10c12e53281ba6f1cb8b3c5780ec4ce466725ae89a 0.00 MB 1 0
20,354 20,354 000000000760eb62dc6282ed9c01a399a66863f19c925efbe690c9d5f5a78956 0.00 MB 2 0
20,353 20,353 000000002c90c450b30dcbbb1919b5f8af94810208f55e61d20e2b324211fc7a 0.00 MB 1 0
20,352 20,352 00000000eae92b43d76acce472fc7554179cfdb1f0705117741d0d3a6e5b64f8 0.00 MB 1 0
20,351 20,351 00000000a853c360b4b3919386630d296fbaf497c386476a8d2857c0c3de7df0 0.00 MB 1 0
20,350 20,350 00000000a29e26a773bb74bdf522b518b59ef810f02938f20bbbc0fca6d27e42 0.00 MB 1 0
20,349 20,349 00000000cc596cf48d3748cac4a09fd7f2fa3765a808de46441327e7b96b62db 0.00 MB 1 0
20,348 20,348 000000000f5e08031af59b262769481370b26dedfd38c24b27e39167c009846e 0.00 MB 1 0
20,347 20,347 0000000093b9ad0c06e777da08346050299b00473337f88e33621c8f4be7e132 0.00 MB 1 0
20,346 20,346 00000000cdaaad14441534513100827c6c5467df207b968f5374831ce1cbb2e7 0.00 MB 1 0
20,345 20,345 00000000c2aea21f4f46dd855b97936c986045545ad1fe7e1121e8bb5648f4a6 0.00 MB 1 0
20,344 20,344 00000000d5e5ab4d710ee96bb44eb0adc97b5eb643d3e7977980ba1cce1d6607 0.00 MB 1 0
20,343 20,343 000000006230c59ade37892bb71b40294f367c05f9b1407570ca047ad0b4aef0 0.00 MB 2 0
20,342 20,342 00000000d578beca7de110c13c5a0ca1ddb453f152cd05f993737b2b9ccc5782 0.00 MB 1 0
20,341 20,341 00000000db2c05f69670f270c7ba4fbad89b047df997192aeab069319c21b40f 0.00 MB 1 0
20,340 20,340 0000000076bd0b8162126a4ef3d0d8e88071128fa5d604bfe9a317ac46acab70 0.00 MB 1 0
20,339 20,339 00000000cf85342951613ebbe9abd018124026908f1221aca60d34124759141b 0.00 MB 1 0
20,338 20,338 000000006ff016a450230e2275c79e109751cb4a6efb02071d2c9cc1aafb6641 0.00 MB 1 0
20,337 20,337 000000008bd2de766d2ae0d7f9f874a063f100a2b9fddc010b360ae3e5ae108e 0.00 MB 1 0
20,336 20,336 000000008ca37571897de948593f2fe92f4302a0db465c4a26165f0075c12268 0.00 MB 1 0
20,335 20,335 000000009cfd37e546dd2ba1fe85adc66e5f57c912027d1e3715b759635525c9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,195.89 GB sent, 117.44 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.