Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,998 transactions (2.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,931 (211,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
700,638 700,638 00000000000000000003218c59c6674b4ea877fd096f9fdf934091f698d4683c 1.38 MB 1,864 9
700,637 700,637 000000000000000000029faf31ccf7ac127d9958554d63702dd3b53364c60660 1.59 MB 2,459 2
700,636 700,636 0000000000000000000030390effb3e88b369c75cff56777177caacb6e84dafa 1.34 MB 2,477 6
700,635 700,635 00000000000000000006cf408f2cf5ec7356d16d220648214d5847394f7e63fe 1.50 MB 3,156 18
700,634 700,634 0000000000000000000c66a66e41d04c1e26b387dcfae748dc9e4d9b18c3bfe4 1.42 MB 3,136 21
700,633 700,633 00000000000000000009bfcd30306af88069212e5a375b50a955cc8ed1f71363 1.27 MB 1,905 6
700,632 700,632 0000000000000000000336ed85ad6852b46b26357c060d9043595175ad09475f 1.32 MB 1,640 12
700,631 700,631 00000000000000000003f5fde603d6a57d21b4dc906db05952847918f91725e7 1.38 MB 2,564 15
700,630 700,630 0000000000000000000147a8f05366942d560cdcb8d8c4e527c855c4bd37f211 1.39 MB 2,657 2
700,629 700,629 0000000000000000000b891dcf6ce0ebde57f3826f8e7ab81a605780556fdf43 0.00 MB 1 0
700,628 700,628 0000000000000000000ea40df996369a945e8ff13c9becf410cad9d5a88d1828 1.39 MB 2,130 8
700,627 700,627 0000000000000000000e489133b299810c0506bb39af2a48aedfa03785519a25 1.50 MB 3,051 13
700,626 700,626 0000000000000000000cc02c9a74fb60b96f1c9407e9242aa6f9b1f34938cf3e 1.39 MB 2,953 24
700,625 700,625 0000000000000000000ece74caa83fef338104f9630b53cac1f9d8020cae1238 1.35 MB 2,201 8
700,624 700,624 00000000000000000005c0bff32080baac12ee28425a4225558feb6febf25749 1.32 MB 2,138 15
700,623 700,623 00000000000000000003afc84f7580c91f45dcfb58cce86fff1daa0e8db4ca0e 0.80 MB 573 8
700,622 700,622 0000000000000000000eb19d3a6be91ae074af2227a398f12c061130528400ce 0.90 MB 1,141 4
700,621 700,621 0000000000000000000ae47049def0549fa414db6c0fb22c375cd8043684d04a 1.31 MB 1,936 13
700,620 700,620 0000000000000000000a05c2787c286467ec37e7c927f78f2c8c9cafe957f982 0.74 MB 1,311 5
700,619 700,619 0000000000000000000deb14cbe1c3aba4521036396e4aca12437bada0c8f8cd 1.43 MB 2,281 16
700,618 700,618 0000000000000000000e67bf3f23f659799241f43bd1732372c928c81fa15572 0.49 MB 705 10
Previous 10 blocks ↓
Total Size: 776.96 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,492.54 GB sent, 133.27 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.