Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,649 transactions (1.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,004 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (830,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,327 80,327 0000000000128ab9f336e4cca77d8ab4a17269a1c98a690de6a324f9dfe4257f 0.00 MB 4 0
80,326 80,326 0000000000122ca87d635aae10c44ddb098e1f1ed6b8efc9a7c893ecafb58772 0.00 MB 1 0
80,325 80,325 00000000003002598fdf265486ad0871a7e59e5584e4f0d7be464b4ef7ae9774 0.00 MB 1 0
80,324 80,324 00000000004fe70d9ede13081872b07fccdf2ee7edd0c22b2ad403bbad16ad54 0.00 MB 1 0
80,323 80,323 00000000002020d5f5f2ce4c20f26f2bd3b0151e07c5c33d5da2d5e5cc7ab188 0.00 MB 1 0
80,322 80,322 000000000038328936ae02074a9e74fd693a568d4f82ff4393c23ca1e570187a 0.00 MB 2 0
80,321 80,321 00000000004c389c0750d76fddeed5811dc3dc0cbd48da2bfd93030e6dd5173a 0.00 MB 1 0
80,320 80,320 00000000005aa88632b6459c43cb663ace6e6d15d14871094ce574a5431fe612 0.00 MB 2 0
80,319 80,319 0000000000451cf2c6297ba9f5c6dcfeaa5151b93f23bf47ab44159927f17a34 0.00 MB 1 0
80,318 80,318 00000000001e17a9540de2ae4da19cb1ef897f7e81125255434dceb45342c676 0.00 MB 1 0
80,317 80,317 0000000000150f3382b78d95f59446f70cc94e74b6883fde900cfbe48447834d 0.00 MB 2 0
80,316 80,316 000000000038851f7b6174aabf04f2051410e37ba75c869fe91b8937bc137055 0.00 MB 3 0
80,315 80,315 00000000004ed40138b84a57f141a98f18e1b25075313e6cf6336b8820bbeba4 0.00 MB 2 0
80,314 80,314 0000000000283a2993abfecef8adb0e5aec7e3f909a108e870cbfd3350c6b1fe 0.00 MB 4 0
80,313 80,313 00000000002167b25698c63efd7a5fbfdbb248bd2abf09b6387831fef30f1ac3 0.00 MB 1 0
80,312 80,312 00000000000da62cb7ac4ada22b6f53d5b54aed71fbb0c22bb5abcbe11c20776 0.00 MB 1 0
80,311 80,311 0000000000442d963f197a75e096e889c8f686434b2a0d33b5c7166390f826bc 0.00 MB 8 0
80,310 80,310 0000000000007861caebcd89c2e72fcc395b7ddff561a91d46e32fca7cf83fe7 0.00 MB 1 0
80,309 80,309 00000000001c725c2cfc821b59df2148c155053750dd095863cba7bbdf2a8e1b 0.00 MB 1 0
80,308 80,308 000000000003d9b7ec28e005585d54a6f44a92d7594975d720fb445cb3a481a7 0.00 MB 1 0
80,307 80,307 00000000002255c8b12608dcb46794d618c7b06a3d71739c999c32c3fb8ad58c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.59 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,281.30 GB sent, 121.58 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.