Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,768 transactions (2.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,137 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (819,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,309 90,309 00000000000e412ebb49329ff6a729fb2e3dc7f10062e0a4d6609d15763ecee8 0.00 MB 2 0
90,308 90,308 000000000011c63905b12067ca79aae796a4e4109f41a11329aeade9040c0675 0.00 MB 1 0
90,307 90,307 0000000000064f4a5abb43fb32a457f6bdcf7c95aca9f201818380ffabe61bc3 0.00 MB 4 0
90,306 90,306 0000000000001d9235dcae3be04a0575918209439da993fd34e86a4f1096ad8e 0.00 MB 21 0
90,305 90,305 00000000000566bad3a621f1b44b6028cedbf65b63eb66063848af958714392c 0.00 MB 1 0
90,304 90,304 000000000009e59b30700e19dce3ddb77494d8fac18cf611596ee3f60280f8b5 0.00 MB 1 0
90,303 90,303 000000000000ebf2ccb614a10ca80999257589b329e64e6384699b7d6cd6bdc2 0.00 MB 1 0
90,302 90,302 0000000000012a212e1a41a6bf0838e765184cbb6efd0987be77c52bc6beaeab 0.00 MB 1 0
90,301 90,301 00000000000cf1f603522436690f531f24072c98c28513664bf2722583517d20 0.00 MB 3 0
90,300 90,300 000000000008f437ce399371e305b02c82603b5b2261db22ec4c1148c2d803e3 0.00 MB 1 0
90,299 90,299 00000000000272f31d1923364841514cf38c2f5dbe99f27fd72148da56597dd2 0.00 MB 1 0
90,298 90,298 000000000009a4eb220a6f69a3068bd7fefe03b026b239f69032789298f9a59f 0.00 MB 1 0
90,297 90,297 000000000012ff6278329284133455aaca7a2f95bb162319e019438021e647a8 0.00 MB 4 0
90,296 90,296 0000000000058e184373135517931a49df5821fe5848d1acf8c3d1017de7ed57 0.00 MB 2 0
90,295 90,295 00000000000aecb759d74a55d4a1b7c1a8b2a0f962537b1e0fada79ebbe137b6 0.00 MB 1 0
90,294 90,294 000000000002eec7ee13986ce92bbda077b7c8b2eda18ac51563646539de1ae6 0.00 MB 1 0
90,293 90,293 0000000000040b2bebb1634e2cf1d8810c66248f46a581af865c7eb659fa5004 0.00 MB 1 0
90,292 90,292 0000000000139e91af10ca99737b0aa6a895796dff83f4801a570ae6e8f6407a 0.00 MB 1 0
90,291 90,291 00000000000ce33c360cea358a4011138654e800047a40721562bb3990ca152a 0.00 MB 1 0
90,290 90,290 000000000005c32cff3f78b70c9828ee5cc306495451015c5e8f7d6e12621935 0.00 MB 1 0
90,289 90,289 00000000000137cf8b15ce61679f3e848ae1bb22490a220fbe1021e6b51bc3f9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,152.76 GB sent, 112.53 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.