Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,658 transactions (2.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,041 (895,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,749 14,749 000000000c59d8e0b162134fb836ab5d8585376f7f9db902c6466cca11fe7f61 0.00 MB 1 0
14,748 14,748 00000000ca3ac2a1f8780369af12216b221c1e066e183a86e9592092e6922138 0.00 MB 1 0
14,747 14,747 00000000590f2fb49ebef0ee84537d178fae442e60e7cf0c2f7c023c5ec339bd 0.00 MB 1 0
14,746 14,746 0000000092aa8c092233d5ebfe1f43750963c472dea9ce7e812f1ffab1186489 0.00 MB 1 0
14,745 14,745 000000006f75768d9db1b6747b5e6285c06cda7ebc598e4ad5d5d203a950d013 0.00 MB 1 0
14,744 14,744 00000000df0dc06ae9dbafdf1118b07ca457ad5ffeb1f364e1177e3988c8340c 0.00 MB 1 0
14,743 14,743 00000000ace879dc4732d094b20037a06b555d32402a3ae7a5f3b97ac83abf15 0.00 MB 1 0
14,742 14,742 00000000451d5c0b54b60eac1517e91ccc99e57389be2396bc26f606ea43ac72 0.00 MB 1 0
14,741 14,741 0000000079bf671c9879ef0c045347dc73950e4eb3860604aef6c26abeb4eb09 0.00 MB 1 0
14,740 14,740 00000000f13c516b362cdb7e060a0ef13489e90c0e1fdc00fd2ba5b129cbed8d 0.00 MB 1 0
14,739 14,739 00000000e5855117f72dc31d69285b8dd1d764fad1f26f794421f46f21ce849b 0.00 MB 1 0
14,738 14,738 0000000094e4e044b7a8c4e760c5124a0f44ea01ba57aae499762c8783957fc3 0.00 MB 1 0
14,737 14,737 0000000029eda0e2dc4940d2db43ac7d6fdf2e8e8774781da532f2d85a44d473 0.00 MB 1 0
14,736 14,736 00000000eaf1103c84ecab4c7c542a994efa286e53cd2710888444289ca37802 0.00 MB 1 0
14,735 14,735 0000000093b5220d63c8dc0ab6f4b75044147754b3f6ce2d1fad9478d0f79513 0.00 MB 1 0
14,734 14,734 00000000caa788820f045c26bcbb8e73c808a69cd7a9797fdee42b2baf9821c7 0.00 MB 1 0
14,733 14,733 000000007ee29c14f422df445f1482d73ebc87e50109f325cc46e570544017af 0.00 MB 1 0
14,732 14,732 00000000822b7f6e9818e25fd390b759aa2cca016b80bb00d49f8394ca0a6fb8 0.00 MB 1 0
14,731 14,731 00000000379ba187f8fec62f311949640e33f5efe60240a0339ffd33af41f4d9 0.00 MB 1 0
14,730 14,730 00000000041c1ccf8002253889424ae43e01d282226fe75c1f24d02192bbb7cd 0.00 MB 1 0
14,729 14,729 0000000043fe9299fb90e6319a2cc9befa50dc3e273b1fd892c42dce83932b17 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.68 GB sent, 115.70 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.