Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,196 transactions (1.24 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,591 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,404 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,590 (865,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,005 44,005 0000000019578f07ca088f9a509acee78e5f13d928e5407187fd899c00d048dc 0.00 MB 1 0
44,004 44,004 0000000024ce5f5e4194586e635dcccc97e568329d0f7aa1a210179c8d3583b8 0.00 MB 1 0
44,003 44,003 0000000030591f74b9898cb9f026cd9f5a2d57318e4facbd7672d51995310169 0.00 MB 1 0
44,002 44,002 0000000018926a857663ae6ece8a3ed1abd9e60dd0fa5157284faca7361ed89a 0.00 MB 1 0
44,001 44,001 000000001611e0eb1961d279254766d3581143cb9144464df1d709805fb555bf 0.00 MB 1 0
44,000 44,000 000000000122898b31073a770a97cf599c00672fc8d6ae15652235862f8b76d8 0.00 MB 1 0
43,999 43,999 000000001adba552454bbcd27075b13e6561d13d919fc894dc00fde190b19717 0.00 MB 1 0
43,998 43,998 0000000041c75e70ed431d0942141fbda20cd2d13cd48db3eac6a90fc24d9c96 0.00 MB 2 0
43,997 43,997 000000002bf30d7c16223f9c1d4b71ab4d9122bace42927bd3f9ff3124718cc5 0.00 MB 1 0
43,996 43,996 000000003dacdedf60b7f98493848b036e4fd6e31cedfd8aa65cb30f8ad6fb2a 0.00 MB 1 0
43,995 43,995 0000000028994297e4c291374222553aa95e649bef92bfddf577b03d7c03f993 0.00 MB 1 0
43,994 43,994 000000003bc68f6f95a028c38e5eeb476ef256a8ba9dad6f5a8c16eecb1ec797 0.00 MB 1 0
43,993 43,993 000000001cb1ae96da6e6d932109c77ff4b5148bc4db6a3a9760f73dfae5056a 0.00 MB 1 0
43,992 43,992 000000003d1f7e55fac0ae394e8ef70d3fc60cc41787cd50d55463fe97834457 0.00 MB 1 0
43,991 43,991 0000000020fe40dbd3f0f20cdd652d844a1bfc0c3a2b94980a50ae8db3846d96 0.00 MB 1 0
43,990 43,990 00000000181c346fd83a75ef2002c10d3ee0ad8fb3850a0435ebfeafcb8c7049 0.00 MB 1 0
43,989 43,989 000000004020736efcf80f0e763d1b828e828db83351221032b036b5e87ac7b8 0.00 MB 1 0
43,988 43,988 0000000014641728040f27acbd993ff733c1130e9b597b7dc274cf371f9b1ebd 0.00 MB 1 0
43,987 43,987 000000004167968d94d8da17bf8a3a24dcb28244402310f6dd1b0e917a8c2b92 0.00 MB 1 0
43,986 43,986 000000001fecbd698c2a791a599e086893246c29faf4c49bb2a18562215a9ab1 0.00 MB 1 0
43,985 43,985 000000000af40b2c9c3dd68aebf82256d3e0b189f5645773c0c6cba7fcb3e792 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 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,095.63 GB sent, 111.55 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.