Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,684 transactions (1.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,068 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,481 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (838,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,062 73,062 00000000008651ef7ab6ac7ca927081924b7ddd190b81ad25f2672fa49f2f397 0.00 MB 1 0
73,061 73,061 00000000002bd6f4cc12911657794a0ad905fb26172bfdb433aafd45ffc4daa2 0.00 MB 2 0
73,060 73,060 000000000065e38e2672a39cfc9e97c7ec871b5401159816ed33819b348cdd6f 0.00 MB 5 0
73,059 73,059 00000000000662e1e0781d053df145357616a29865c58ae77512054523300b90 0.00 MB 1 0
73,058 73,058 000000000084af45d58e06c7b80f5419097bb8193b48c8ab0357afe3f3d05b58 0.00 MB 1 0
73,057 73,057 000000000089a795f7e17f348c70b393680ca29c2e038d3b376775a679f8a578 0.00 MB 3 0
73,056 73,056 000000000039e34df846ff78e4b17fa642a8573ff226fa895c48f9068b9d4806 0.00 MB 1 0
73,055 73,055 000000000035100cbfa15c91719b8301745a34bf14b7db21c8dfa784e0382c79 0.00 MB 1 0
73,054 73,054 000000000023f53e83a7a9b54ae5ebec586f8ead10e2c96727ad6dc1dccfea93 0.00 MB 1 0
73,053 73,053 000000000063a595ce46fe8e3de28d6bec26fef26213ee2002aa339bb0e90741 0.00 MB 2 0
73,052 73,052 000000000040a6827cde8516b7550eb181e9294f788c2f8f258d3d1158b04829 0.00 MB 3 0
73,051 73,051 0000000000b7032568fd96018dfd2486d4776e4120c9b7c133f36709dfe01a9d 0.00 MB 1 0
73,050 73,050 000000000037428ccbf7142c6d9e41d1c7f51c4f9e3f9444fb8082489ff03c75 0.00 MB 2 0
73,049 73,049 0000000000b7d34ff1802fabc7efe928a6f84e024ee5dd825b08154a55d87895 0.00 MB 1 0
73,048 73,048 00000000008778791823e200c6db29e97efeef546acc625761d8d03354468a97 0.00 MB 4 0
73,047 73,047 00000000002904d7e54b265dad99f787f5d031e356b5d014f4506a82eab3caca 0.00 MB 2 0
73,046 73,046 0000000000781c5163e9847f3a2507c9e2e9e7de62c40b11f3c10db512e60d7d 0.00 MB 3 0
73,045 73,045 00000000009890314d47fcae7c523127b1cd6bbe7f23feb658b4f5584af9cbc6 0.00 MB 1 0
73,044 73,044 00000000008bebbf2d295d296c604525a7e82fdf1febae7e2d0261a94ebcc894 0.00 MB 1 0
73,043 73,043 000000000094444a397cfb512416395d8e49fcb46897dd32b9d7d988b916b0dd 0.00 MB 1 0
73,042 73,042 000000000087cd0bca064b0fcd7c48745c33117fea0f4cb85072a21225e91bd0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.37 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,367.53 GB sent, 125.63 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.