Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

396 transactions (0.08 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,105 000000000000000000022cb30000000000000000000000000000000000000000 0.07 vMB 382 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,104 (879,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,925 31,925 0000000025198110561758153390910b781475279206ab3b80facf5944b31ee4 0.00 MB 1 0
31,924 31,924 00000000c141f0c89ca4e1a94c48879351c70e325f5afe0573adb3c5833b18b3 0.00 MB 1 0
31,923 31,923 000000000e69fbd0ce29a235799b534c8231fb5d9943fc0f56229e9bf61a2913 0.00 MB 1 0
31,922 31,922 00000000cbf047c5b79445c70e1bd6c55f56e3d19bde4027182265aff28f1907 0.00 MB 1 0
31,921 31,921 00000000d3a20b0a18dda9f35b1240c2d761fd21fe2795c26e76e2e8424ebb97 0.00 MB 1 0
31,920 31,920 00000000d6a95868e1d9e25c6aca45a4489df04abe8d9d2b81f1b7603c30eb12 0.00 MB 1 0
31,919 31,919 00000000a4490a47efdf95ca13c41d6729c83beff3c4ce25d5deedcb1a2ad229 0.00 MB 1 0
31,918 31,918 00000000b471a2bfda4f30a98f7be05f4a2416dc08c0f01d145edcc07d983c37 0.00 MB 1 0
31,917 31,917 00000000341371cebf77ad35acb9ada112d8673b1bb1878f6e674c6d8ec6a11a 0.00 MB 1 0
31,916 31,916 00000000ad80c273f9b2c6c21f1e8bbaf1492d0a3fae24332704beb3a37a6592 0.00 MB 1 0
31,915 31,915 000000000c076147976c8e103e35e0881c30f7da9e1bb9590dcaa4ff94aaccd7 0.00 MB 1 0
31,914 31,914 0000000010bb29675b522847decef4fbf23548271cba5f480c645fa444e8205e 0.00 MB 1 0
31,913 31,913 00000000344994ec095ce551e2a1007019e99f5faafde132b83bbe76461a7063 0.00 MB 1 0
31,912 31,912 00000000c6f75881284acd5e8986c39378724e815ff4ab3e1a39cc3921fe4585 0.00 MB 1 0
31,911 31,911 000000000c234231f3b4a741bb435827db2523360deae913716be4ca78ff0d92 0.00 MB 1 0
31,910 31,910 00000000c7e53d8cedad426cfe68b2415763edf24c278d62292afce922b1a9d7 0.00 MB 1 0
31,909 31,909 00000000d611fd517dca089b3f7260b8a3f950f6644dee337f1a9bc52b31ff23 0.00 MB 1 0
31,908 31,908 00000000ba71e2bad1ba0900511fecd70c30f568f08d88624b817bb8ea10926a 0.00 MB 1 0
31,907 31,907 00000000ce4bcb6196ff2cd6633e0c88dc7c347b6a362cff933f47c0617c7ce9 0.00 MB 1 0
31,906 31,906 00000000aa52ddbe2c3035eaed34caadf0c0dfe485f7aa7b875fa51f94004385 0.00 MB 1 0
31,905 31,905 00000000e09b0df69d31e69b6d0bc8ca57ad6f8bba8d6737f0de510216bb02f3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.43 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,369.64 GB sent, 125.94 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.