Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

166 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,890 000000000000000000022cb30000000000000000000000000000000000000000 0.04 vMB 165 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,889 (1,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,845 908,845 0000000000000000000184e91729232505f0f536e350d259734b86462440f542 1.56 MB 3,175 2
908,844 908,844 00000000000000000000248bf88e6a2d8b28eac43f8cb59000fef3deb3ce9177 1.80 MB 4,968 0
908,843 908,843 00000000000000000000a131a5fe9dfb3f6f1ea632a49d2a098577a570841d62 1.74 MB 3,500 0
908,842 908,842 0000000000000000000012b651d80be9603ac6bad41047cbae134b05473bf96c 1.64 MB 3,024 2
908,841 908,841 000000000000000000004be73d2ea5effd4c8cd9bb203f69f0d1c15104721881 1.56 MB 3,898 2
908,840 908,840 000000000000000000000b2c80c75cba1bada02aef0bd551d0baf6ee8b24d434 1.57 MB 3,689 2
908,839 908,839 000000000000000000011e5a07dddd295fc76bd068230721dd96a577f29c62b9 1.61 MB 2,960 3
908,838 908,838 000000000000000000006da63b5951e9a5b6c7513684f71d6547083f8ca78902 1.51 MB 3,756 3
908,837 908,837 0000000000000000000059f9e0148fe068f8c0136aa7344654f30886aa3ab990 1.40 MB 2,971 1
908,836 908,836 000000000000000000001948fb660da16c67348756b3298e9748e4dcaeb9ad8d 1.57 MB 3,809 3
908,835 908,835 00000000000000000000bad7e90dd7b91740eb8c58b01fbfdc694626c00fee92 1.50 MB 3,458 3
908,834 908,834 00000000000000000000811aa89a5e727db1be6ea8a4a5c5065e369cb5402a04 1.53 MB 4,639 5
908,833 908,833 0000000000000000000148ae6edc8785fac48536bd4f5a96dfc0c58559398a1b 1.54 MB 2,894 3
908,832 908,832 00000000000000000001a0da9e0ee0b5f62878aa4421e53c1f09e1f471ef88a9 1.76 MB 4,748 0
908,831 908,831 00000000000000000000dd552e69f3964bd5e6410810ff3cfc44b3d964e71976 0.24 MB 549 3
908,830 908,830 00000000000000000000ec0ce986d7f34dc1c7b9efe138684664573e1efb2025 1.69 MB 3,834 1
908,829 908,829 000000000000000000014add767134399e764e3d9e223c9a0fcd509d0fb8b550 1.80 MB 4,609 0
908,828 908,828 000000000000000000004a11a235b41ae037218d1bd31a4738ce1c7f57624fea 0.01 MB 30 1
908,827 908,827 000000000000000000007dd15d791524ebfc8b1ba1701b5d97b22cc019e65ee5 1.78 MB 4,939 0
908,826 908,826 00000000000000000001f555c80e1bc0d58e26376a4d1601334b16b8b2659739 1.73 MB 4,689 0
908,825 908,825 00000000000000000001bee152bed392fd824569babc7be31c6dff394ab36676 0.94 MB 1,940 2
Previous 10 blocks ↓
Total Size: 773.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,171.14 GB sent, 114.32 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.