Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,266 transactions (2.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,665 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (841,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,797 68,797 0000000001598f7a29a7365ad53e21607ffc621a2c8960c80da2ccb1629e9f84 0.00 MB 3 0
68,796 68,796 00000000002ff8d1e226ebb4b7cc15854228c7ec9eb257b1838db291dfbe885c 0.00 MB 3 0
68,795 68,795 00000000011ebf6dc3f016ec657125902b2cf69546270d0df5cec5cd74d1629e 0.00 MB 1 0
68,794 68,794 00000000007b47f77e22e80890733d7bf5a65645d720f3f19cdf40f63f07d4b2 0.00 MB 1 0
68,793 68,793 00000000010b63819b591660c3e8d4730910d755340b8958a23074f0e353a4b6 0.00 MB 3 2,079
68,792 68,792 00000000013354b5bf55d722e76ff57115c4caa716c8beb531470e8a345839c2 0.00 MB 1 0
68,791 68,791 0000000000b5b2d3793990c7fff3183e50c691b69c25052d82d41e9443f17361 0.00 MB 1 0
68,790 68,790 000000000161d9fe9073722176fdfedf460f1b3d5714b80c34743197c8ad64b8 0.00 MB 5 0
68,789 68,789 000000000160b0a356abbef3cbeee806f033056fb5a746852dc7b7b086a2372f 0.00 MB 6 0
68,788 68,788 000000000025141ffdedd444d0cf3f8379ed75642c24877c638fca9810691c11 0.00 MB 1 0
68,787 68,787 000000000090f86f9d7fb4ee3de1157fe0f89e75f7f82dbdd108678cfedaf965 0.00 MB 3 0
68,786 68,786 0000000000db5525304d99bdd05cf2a1d2a8ed2ecc75b979323e76d09a09d6af 0.00 MB 1 0
68,785 68,785 0000000000d301af08033d0cbea594900fe08faf91f5bda4b86b56bff2ca108a 0.00 MB 1 0
68,784 68,784 0000000000ca5863bd257f8cf98c70b2bdb3c5d619d81591fe8bf692c3be5bf9 0.00 MB 1 0
68,783 68,783 000000000133392b9a8789b58b0255d623235550070b63632ce6bb1c892ed1c6 0.00 MB 2 3,891
68,782 68,782 000000000101186bd2c4eb3df4e84be24d35a57242d373e920410ddaf11359da 0.00 MB 8 1,793
68,781 68,781 000000000035076ed274197bb665637aafcdf17ea67f4d95d01e5a07ef887ff6 0.00 MB 3 3,875
68,780 68,780 0000000000a0ad5a3e7c52bb4be52f7e82b44b8e5f076031292b73837420611a 0.01 MB 15 145
68,779 68,779 000000000047ba830925fec95bc85fa0b122e16033391a66ed881b463f8125af 0.00 MB 4 734
68,778 68,778 0000000000c86233978096fd2b16a38108847ff39b8b4608206346d32337b123 0.00 MB 1 0
68,777 68,777 000000000021a9922ce0672858330475bd0e54d9b8c82c26fabf403184ed499d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.69 GB sent, 121.71 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.