Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,173 transactions (0.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,322 000000000000000000022b910000000000000000000000000000000000000000 ago 0.74 vMB 2,156 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (113,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,162 798,162 000000000000000000038e5402d8ccee202c5ccc93a8b4579b896e604b1cbc96 1.67 MB 3,799 14
798,161 798,161 000000000000000000002dc6b74f19473b1aed6a33a70c382382e129e4ed7276 1.50 MB 2,625 26
798,160 798,160 00000000000000000004a6e004468136efa6a0121901bbfc8457ea4d2462e309 1.42 MB 1,069 6
798,159 798,159 00000000000000000002f4bc53e48e7ccefad3761d02eb2bcbc79f07798b8ac8 1.42 MB 1,672 12
798,158 798,158 00000000000000000001449e87aad3631db01d3a424bcf8f9d2af9ff093e9960 1.55 MB 3,379 19
798,157 798,157 000000000000000000054ae29d37eb3ea1a3d0cd54f0065834583ab5938a3908 1.73 MB 2,632 12
798,156 798,156 00000000000000000001153122a918906232c47033c19232f9ec25760590d7bc 1.57 MB 3,093 16
798,155 798,155 0000000000000000000527fbde3fb385eaa08ec37a2c09524502c1b821c6c0ab 1.92 MB 989 5
798,154 798,154 0000000000000000000325c146856ea0298009e62d864d33abf3930f5ddd33c7 0.00 MB 1 0
798,153 798,153 00000000000000000001bebbe94e80710151e9c3378710dcee3cb909cd53f870 2.02 MB 5,678 7
798,152 798,152 00000000000000000000e926c22d8d832ea5e47c01940dc69910d0e145f1fc48 1.76 MB 3,689 9
798,151 798,151 00000000000000000000fd88d39bf9563150ac101b3fa3514990f6ca2aeb3dbd 1.80 MB 4,275 9
798,150 798,150 00000000000000000000dfd656ee26b08f1fe8db8b302bb4a71bf2069520c924 1.85 MB 4,480 8
798,149 798,149 00000000000000000002a552e467eb7900e13e8c73d44a4b5fab4f0a29787802 1.63 MB 2,758 14
798,148 798,148 00000000000000000001caadcd12bd461fd54b8e426638268f7a2f9af24a8094 1.63 MB 3,427 15
798,147 798,147 00000000000000000003dd470487a801b0ad40c76904a0470e7fc2a5626eccd4 1.62 MB 3,123 11
798,146 798,146 00000000000000000001e5711444b5be74648fa4888e27cf80106847d7178ad1 1.67 MB 2,381 7
798,145 798,145 0000000000000000000423e29832a0cb0519459c5ae7f0d647660a6ac69a2080 1.56 MB 2,753 11
798,144 798,144 000000000000000000012c392fe3a2f2c6729937686e4f3dcaa874c97e841a90 1.61 MB 2,617 11
798,143 798,143 000000000000000000014b9fdb79b58c6e16432f656734a6431198d1947bf133 1.39 MB 2,621 16
798,142 798,142 0000000000000000000419e75dcd8807afc677e08fedfef3cd15a6d05795e24d 1.43 MB 2,904 20
Previous 10 blocks ↓
Total Size: 775.84 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,399.56 GB sent, 128.02 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.