Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,609 transactions (1.90 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
910,010 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,803 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,009 (894,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,343 15,343 0000000075415aef0d37337af02e697433ef1baa287515ad902a9b63de6af86d 0.00 MB 1 0
15,342 15,342 00000000f215015bd51f3b15e0072e4cbb53ba2ae41d33f1fdd7473259da7622 0.00 MB 1 0
15,341 15,341 00000000c4f133c64bc6937c59b1e99b389f379e9d08c23131d906f0aa7606b3 0.00 MB 1 0
15,340 15,340 00000000541040763d6a4def1b675bd9d30878faca4fa1221c232dc26b4157b3 0.00 MB 1 0
15,339 15,339 000000005685fb2d5b3d8d321a73d376ba9ffa27f9e4c6f45de4ad91a8b00b01 0.00 MB 1 0
15,338 15,338 000000001e17321f5f1e03bd0e8f9d6ed4d3854bf9cf9b350e757a598fd44bfd 0.00 MB 1 0
15,337 15,337 00000000b36827f1d3dbdcc574256ca87100432c9df332c92a9b139ae248191b 0.00 MB 1 0
15,336 15,336 000000009ba29658a8696f4835ca6bf98544ecd6649c4b400245783b9f1aab44 0.00 MB 1 0
15,335 15,335 00000000e7bbde1165cd6d04e3bac27196e28fa261821e043495f832b3c4f847 0.00 MB 1 0
15,334 15,334 00000000ca407a01751ff20ae2a3295e0586386dd5f6e12f5de224c840e71bc6 0.00 MB 1 0
15,333 15,333 0000000089aeb5b615f1de627504e9a5655e3f3d1466daaee4d1f342f23ef394 0.00 MB 1 0
15,332 15,332 00000000e1f560903f12f4e4ba0712a93ac6f09ef1e24d528ac2d11fa8c09b5f 0.00 MB 1 0
15,331 15,331 00000000957dd4b3a8977edd40768a2757e040fa0d79b7eeed6b92bac2b1ab42 0.00 MB 1 0
15,330 15,330 000000007929b947c796e589df436ba1976300341c50df4880dcc9f54406540c 0.00 MB 1 0
15,329 15,329 000000004c179f79fc9acb0adcd9ef0bed84f234d3f56548eef4fa4ffa491e84 0.00 MB 1 0
15,328 15,328 00000000ab5d25579a2dbad76552390ed0923042943e232412d9cc94a83d2909 0.00 MB 1 0
15,327 15,327 00000000856e1c4c88c0ebbfe0874a6060a63cdfa01a5c1e22cbcbcf21d99ada 0.00 MB 1 0
15,326 15,326 0000000057b36eee8c5f0b55efbb466ddc9a422bb5dbb5d8cd2215377b9a0686 0.00 MB 1 0
15,325 15,325 0000000013efd8c1f92dec8a914c2f08fd9712674368419b2b07d7f16e54995a 0.00 MB 1 0
15,324 15,324 00000000720e7a19e31ca6cc9d2364705b49590f0ede8b0356cb46a8e486ab8f 0.00 MB 1 0
15,323 15,323 00000000a367d068c6c60eaf5ac48769098cf9b0124bcb91e27dbe388470e3fd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.41 GB

Node Information

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