Explorer IconExplorer

Memory Pool Memory Pool Refreshing

925 transactions (0.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,479 000000000000000000022cb30000000000000000000000000000000000000000 0.38 vMB 913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,478 (841,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,337 68,337 00000000004eb25a26aeb8c8d7a7883d8638629029736a62052a394c05be7d97 0.00 MB 2 0
68,336 68,336 0000000004d32537e0d40dad6bdbc462393d2a92b2265859162dc24cf8b6c924 0.00 MB 1 0
68,335 68,335 000000000158e8e7b75d452523d9ab1629bf483b3d0b3e2c42d8f10ad2a8107f 0.00 MB 1 0
68,334 68,334 0000000001491b10937cbe36154e4eb4fb0fa2c0ab6caaf72a2ac7affadb9605 0.00 MB 1 0
68,333 68,333 0000000002885c7a6e8069152cce7d41307e934226b796736b67b9b524bfee1b 0.00 MB 1 0
68,332 68,332 00000000049a97d0f5d89665e5d7ddb2da45c51e42ea44632e536b105364ef77 0.00 MB 6 0
68,331 68,331 0000000002beb50b4cf9fc4ee77673c905c0e890171341fba06af7ddf5cdf34d 0.00 MB 1 0
68,330 68,330 0000000000430ef66f38840d65cb17d980e443b49446b1ee8f9a20de41f3b362 0.00 MB 1 0
68,329 68,329 0000000003b4e616137c6f698ca4996ffdae639f183e812ad8e90ca257cdda5b 0.00 MB 1 0
68,328 68,328 0000000003023ebf4c1c45343adf368b15fc8abe37c8052b4ef5db8fd904e273 0.00 MB 4 0
68,327 68,327 000000000044d7c49e4d55c83cc79cd04206fb91f02b2c8cbd2d9b7210b99b28 0.00 MB 1 0
68,326 68,326 00000000050f26885b2c208008f81bbbf9fd31300ad9140a37310751e1b03143 0.00 MB 3 0
68,325 68,325 000000000361a0c8eccf8426cc2ce51306f00f18c9edea2fe18fbc972e4a3f9d 0.00 MB 1 0
68,324 68,324 0000000002d0739ab199161282360ce9e9928ba06772fa293d1dfe2e71671260 0.00 MB 4 0
68,323 68,323 00000000056aba024035cf5d592ddb5e09b2dc13dae8d5579d3849321183e5f2 0.00 MB 1 0
68,322 68,322 0000000002381628c7e50767f60cb639156f91c9e64c5c0a06a2bad36677aaa4 0.00 MB 2 0
68,321 68,321 000000000333833c2fdd37d0f90821e39d8836dc89d8eb8afb6b501f7146359b 0.00 MB 2 0
68,320 68,320 0000000002fdd7df510b7c73ccc045a0df7808c3d228cd804b6418da891783b7 0.00 MB 2 0
68,319 68,319 0000000003d6c2732775ddabe42e15d9274b5f2c33163f1b54df951715fa72e3 0.00 MB 1 0
68,318 68,318 00000000044220f8742bd8417babcc3ec1603293420779ea46e2c1b26eb281c0 0.00 MB 2 0
68,317 68,317 00000000045f822d37f88a1ad8a531ffc3176c8d4a69bc301da2d1bc7b7343a3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.44 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,080.55 GB sent, 110.40 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.