Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

630 transactions (0.22 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,748 000000000000000000022b910000000000000000000000000000000000000000 0.22 vMB 626 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,747 (880,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,994 30,994 00000000be457dc4121635052b9dcf82320b1617eaabc3da38a91dd5a1449365 0.00 MB 1 0
30,993 30,993 00000000394d994235aa8ca38d652af692db7b401403fa99fa8af0134411a9c5 0.00 MB 1 0
30,992 30,992 000000001a57907423a57687e8f5b43fdf8896b6295c05b46567e6cb0f764d55 0.00 MB 1 0
30,991 30,991 00000000b2d9226d8f3ba65bdda4966300e312e86680928554c327f58293b0b4 0.00 MB 1 0
30,990 30,990 00000000a8725d382e20a8420171a44ef5594a8faf7d71af05010048ec8339ce 0.00 MB 1 0
30,989 30,989 000000002c5ec52cbe1e34847e2a8b4ea42399f783ec14aa576b272392352bb7 0.00 MB 1 0
30,988 30,988 000000008162eae39a22574a64c614086fa88a2d0e7e55bc6c9b61b4eb9acdc6 0.00 MB 1 0
30,987 30,987 00000000bb396c51fe86a6ea2cd4bdc32f71b8f01e4b24be7dfc7d5f07d6ddd8 0.00 MB 1 0
30,986 30,986 0000000043b19365afc49924c0d0503fb8b530df903cd95a0fe0395195a958e4 0.00 MB 1 0
30,985 30,985 000000005e730a18471d39a4ba74c50562440f2d08391398fe8fedb127033924 0.00 MB 1 0
30,984 30,984 0000000095fb2df78fd36b566f3966c22e0753af8941e874695b9c6f6de0b1b0 0.00 MB 1 0
30,983 30,983 00000000e6e440582dfab7a43be9d583b951843e016958cfef7bf8d2fc2d2d8e 0.00 MB 1 0
30,982 30,982 00000000716fd43c9e308c8780f1f63e23065121fc108d2efe85c3445048b986 0.00 MB 1 0
30,981 30,981 00000000a5ef8627df128a4e6dc7b4e1baba459d9dac5efe93357aefeca7a153 0.00 MB 1 0
30,980 30,980 00000000c0fdb45f9f5f8f54803395e41adb1b15528c4585814cf889385e7a09 0.00 MB 1 0
30,979 30,979 000000005fe6439d4298ac0d8151f2bf06594cfd28fe7808eac61baa29837a27 0.00 MB 1 0
30,978 30,978 00000000fdd2882c8ab3ce584576a8e8dad58cf3fb6a871ebb6a8cb27d681dd7 0.00 MB 1 0
30,977 30,977 000000005c525274d44df45a77760d1ca2de42c15ec95bcddeef27b0fe843e1e 0.00 MB 1 0
30,976 30,976 00000000558f63d030502019c6c607fded65584daed4af994d69fb8e3e04bd70 0.00 MB 1 0
30,975 30,975 000000008917f5ba005fb55ce52bf16105e50ee65a2283bb3dcd44f3deeabbc8 0.00 MB 1 0
30,974 30,974 000000009c586420c600b340fc519ea2d49328dc24bac230d9dc7110c6e1318c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.62 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,428.75 GB sent, 131.67 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.