Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,821 transactions (1.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,205 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,414 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,204 (889,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,359 20,359 0000000040fbbf7a5f3f11d0a3b45742709974813e8d7626ba7bcb148d618801 0.00 MB 1 0
20,358 20,358 0000000080655db07823c817e9cea3b6c859a0945bde399a815a29d1aea6dcc0 0.00 MB 1 0
20,357 20,357 00000000ea57beb87fa040cfbc88ac2631d0bbbd6a6b01621bdc00403854c2d8 0.00 MB 1 0
20,356 20,356 000000009107a805852bc47a728d3c4e66e0563feee4460f9874d638d95361d7 0.00 MB 1 0
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
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.45 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.