Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,900 transactions (1.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,916 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (823,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,756 85,756 00000000001be1b490c9065c60f442bb6998a4cbceaed3f665a680a8ee2582d4 0.00 MB 1 0
85,755 85,755 000000000019b2a6a4199438b78ea1ca397efc2ef0c8e5e714795abfcc957878 0.00 MB 3 0
85,754 85,754 00000000000e41a2b41faf8353e54a53a04a7e86ff7aa8a606e715211d534e81 0.00 MB 2 0
85,753 85,753 000000000000120d350ea96b53a439e9071e2d876bf48ead98459c263ae30af4 0.00 MB 3 0
85,752 85,752 000000000022ce64058d1bd33d8c02aacc651beda270f22e7217959c2c0f9e61 0.00 MB 2 0
85,751 85,751 00000000000609182e1c03e966f9a78fca818705f6831c3b07aca06a3301ec90 0.00 MB 4 0
85,750 85,750 000000000001264cb910adf46d2263f0536ad871f223c8c93566ed4d0bec44c2 0.00 MB 1 0
85,749 85,749 0000000000253f78998afd1b4e835d211204633b9e4a0ab1c4601470b92aa1d2 0.00 MB 2 0
85,748 85,748 00000000000b577958d690e0019aa6cfdbed9f9ac797906616a92ad2b4375eb0 0.00 MB 1 0
85,747 85,747 00000000002af2855f9118b6b4a45a613ebe8850b90b040872861409442f9ea7 0.00 MB 1 0
85,746 85,746 00000000002f1f997f148c5e9749021ae6a25cdb7724095b863fc175bb88d658 0.00 MB 1 0
85,745 85,745 00000000000f9d769b1dc5f49ad82c37471b28a085f7cb16d31db905a38cd881 0.00 MB 2 0
85,744 85,744 0000000000187dce9c4e8de0c7cea52a56a9d92f15893121436dcf02ba0f9a3d 0.00 MB 3 0
85,743 85,743 00000000002585c67af43382ca7468b533602935d62bbdb368904173dc37bd4b 0.00 MB 2 0
85,742 85,742 00000000000e8ed3009978e09cf40d63d5999f636c385adaaaebad9babb31498 0.00 MB 1 0
85,741 85,741 0000000000131acfd4b356523baf94a3a879a4f6a6fd81ac8e00e569bc7db274 0.00 MB 1 0
85,740 85,740 00000000000f277839fd20078048227c357dadf8a778b8aadbb40a26f2216a53 0.00 MB 2 0
85,739 85,739 00000000000091c2048b097447889b6fe8c9fac36fff265a244be553295e3690 0.00 MB 1 0
85,738 85,738 000000000019e58661868322e0492a452dcebd425622492c856e1bede44453b8 0.00 MB 1 0
85,737 85,737 00000000001f271033b4d2eaa84cc89430e84d77e0c0208f810f6e8ff3b137e5 0.00 MB 1 0
85,736 85,736 00000000000c5d53a3da324b77f14ae43e238cb58015ad63a861f5dcd5fd0f8d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.63 GB sent, 112.23 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.