Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,103 transactions (1.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,460 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,645 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,459 (718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,741 909,741 00000000000000000000463956f220f93725f41058c626b2a28035d128011a69 1.55 MB 3,456 5
909,740 909,740 0000000000000000000056bb51cd6a2df5796e7e0b0c91388af9b7cf1963aa03 1.85 MB 981 0
909,739 909,739 000000000000000000019aa38b9d3d10c6db52ee185b8f7863ee4cb286912b2b 1.83 MB 1,906 2
909,738 909,738 00000000000000000000c95b8e02fbee7b329316ad07b9b99eb2543523157dfb 0.84 MB 1,192 2
909,737 909,737 00000000000000000000b644c235b51c5a9cc4e1d53a6203729d761cdc8e93f8 1.68 MB 3,483 3
909,736 909,736 0000000000000000000187c0409911aca381706bd0a95af73dbd04b420b3d344 1.60 MB 2,714 3
909,735 909,735 00000000000000000002195cc24e24d51ef7f57ef92f20c0b1781ee4c513e165 1.85 MB 1,232 1
909,734 909,734 0000000000000000000211b58ad41f7afc1a85294bb3b9dab2c406c3073a0588 1.62 MB 3,239 4
909,733 909,733 00000000000000000000b23eb60571b3fd287c44edf0b3e4782ed592ef566560 1.96 MB 734 0
909,732 909,732 0000000000000000000217b9ad98f1d89fcbf445da4d9ec810f440d37bbdf686 1.71 MB 2,683 2
909,731 909,731 00000000000000000001db3536b5cf05a70e65faec55df5c5824819a3d9c9819 2.02 MB 3,148 1
909,730 909,730 000000000000000000015f8d47d366b0eb49afa1dc5bdd867e9029df8cc1da7f 1.83 MB 2,187 2
909,729 909,729 0000000000000000000204b7d88aa955349ec217476c99e3d76f0ab06760cff8 1.72 MB 1,845 2
909,728 909,728 000000000000000000021c167ea500727e70399fe20ddd43860da4c6046af185 1.59 MB 3,289 3
909,727 909,727 00000000000000000000f6912b399d5c798022046101db0e5813f4124030e49d 1.58 MB 3,651 5
909,726 909,726 00000000000000000000639e3c71b88c65a88be62735e7b7377750b04de0df09 1.58 MB 4,206 6
909,725 909,725 00000000000000000001ed5fb0fd51ae8fbe50b9e40435a7be01f03024bddc18 0.38 MB 915 2
909,724 909,724 00000000000000000001d8c01153f7df2798f50c264b5ed385f4ea60e02bf108 1.68 MB 2,674 3
909,723 909,723 000000000000000000011a5ca9efd3c763ae2e35d91b6abb5939ec4d8a58e1ae 1.81 MB 3,001 4
909,722 909,722 0000000000000000000192112fbabc81d31f756f723dc17d00b4d68c841c9a8d 1.74 MB 2,626 3
909,721 909,721 000000000000000000019e2e3e89820896d99b28e09728700701193b7942424a 1.97 MB 2,257 1
Previous 10 blocks ↓
Total Size: 774.24 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,240.75 GB sent, 119.74 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.