Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,726 transactions (0.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,156 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,721 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,155 (870,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,186 39,186 000000004e1d1975f4b3697f5845ef1ade24264210fc207396c79697b1d753e9 0.00 MB 1 0
39,185 39,185 00000000893d375e81e5953521ff150ea92df28ffd2843750324900117b7b768 0.00 MB 1 0
39,184 39,184 000000000d8d5730b49ea5f420074458c328d4cc70d90d4ef2a05488e2e96e5a 0.00 MB 1 0
39,183 39,183 000000003ec717a6202e3ebf1fabb0364002524b8e8a9da012f23368ae17a2b2 0.00 MB 1 0
39,182 39,182 000000005fb6f08ce2b9ecb30e9a70313f92c3a8b7ef6cc2a2f2880c5d23363a 0.00 MB 1 0
39,181 39,181 000000003db4085d2a274b3f483a32d64f5ecddea3d372aaa877ca10cef90636 0.00 MB 1 0
39,180 39,180 000000006ba88113e4363cded338409cfe994b5191f5727fbfc856ce609ce1c7 0.00 MB 1 0
39,179 39,179 0000000077e4ecb4f3bb03e757a4ff14d12d2028b048ada383b7da7e5a854c24 0.00 MB 1 0
39,178 39,178 000000001eabe6da905d3254403ed13d1283ef470b83cd456ec204d30d9f5b8d 0.00 MB 1 0
39,177 39,177 00000000347e15d8a3b137f12fa5e2705df232ac2f160713c272fbf0acfcc012 0.00 MB 1 0
39,176 39,176 000000005430fe6e8e92a0ef70a628a90837d0a5a6292cf16d75dcebf4474a26 0.00 MB 1 0
39,175 39,175 000000000ec8d3f22a56ce85219869ba84d470a5f1cc0a5cb5d4ceb84ef18961 0.00 MB 1 0
39,174 39,174 000000005a2a4b2a0dcdec0f83462481fbcaff176a4d34dfe6c319ffa8b77bcf 0.00 MB 1 0
39,173 39,173 00000000338400951eae911c0a7fe5bad3f4361b7cbb1a92cd65d3c7ca2f7a7a 0.00 MB 1 0
39,172 39,172 00000000781dd8c2c9a4294c026f13ddc7064dbf93aaedc34513d190b1af1698 0.00 MB 1 0
39,171 39,171 000000003ae491f9c479b246014755e37a3b61103b696a1d6d02aab85232d15c 0.00 MB 1 0
39,170 39,170 000000005e383d6148b9216c2f84d0450aeaff6c4dfd8a05f82daa7fb5227d9e 0.00 MB 1 0
39,169 39,169 00000000885fe005e6a2f84de4ded78aed9345ebba244292dbfff7fa8b908651 0.00 MB 1 0
39,168 39,168 00000000046a176d9a65dc715c39d41c060fde748244904684ba22a37f7871e6 0.00 MB 1 0
39,167 39,167 0000000050c29f26cd3969cf7de98fcbd8b515a382a67405c2237df4adf853df 0.00 MB 1 0
39,166 39,166 000000000495d0f8fe6c23442efba5ce525223b7447b1282eef3826e93f306e6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,193.53 GB sent, 116.88 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.