Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,122 transactions (1.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,901 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,900 (29,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,650 882,650 00000000000000000002179d251cf2462da76c4dfbcc5169b1ed23b4002ac171 1.73 MB 3,826 5
882,649 882,649 0000000000000000000074aef6d1a4469ee8c85c0cd17bf23bb5eb55f0aa4302 1.82 MB 4,481 5
882,648 882,648 00000000000000000001a90c82606fbdd6f481697544be4c174462e77f3d88d3 1.73 MB 3,841 6
882,647 882,647 00000000000000000001a0218f66ba160a505cec811c85bd80ac37e9f0a356f6 1.58 MB 3,529 10
882,646 882,646 00000000000000000001c4fe5fdac6ec8780ca80bb1f59b2fce9cad48d3441ca 1.60 MB 3,510 4
882,645 882,645 00000000000000000000e188712a08b65eb497af17550d24ce1a818f310e7d12 1.73 MB 4,017 1
882,644 882,644 0000000000000000000117d5069f2e32503892aa41f6cace239ea252b002bd4d 1.78 MB 4,515 1
882,643 882,643 000000000000000000006cb4769c834e14099c1eccac1456f39d7cecd29e4f17 1.74 MB 2,173 2
882,642 882,642 0000000000000000000006eb3834615f7392a92c0eabc787456b70fad18fc732 2.18 MB 2,065 2
882,641 882,641 000000000000000000010764ad3e1c353c2a21aedfd048adc40e4653972129d6 2.60 MB 1,632 2
882,640 882,640 0000000000000000000298b96d3e78eff3b9c8bf7b4f2e3156778cffedfca282 1.75 MB 3,160 1
882,639 882,639 00000000000000000002027c42712e9229cbde593359a1dc61bcee7b29ab4fce 1.02 MB 279 1
882,638 882,638 00000000000000000001ee4873e69810ee317c957dbd32f94a638b4077406520 1.45 MB 640 1
882,637 882,637 00000000000000000001b8a00dd12a0a8359949332b271e91f65b35b9b09a504 1.79 MB 1,661 2
882,636 882,636 0000000000000000000183615de520505af5f65211d3810a509d7bf3f344ec1c 1.68 MB 2,601 2
882,635 882,635 00000000000000000001ec6efb54f5fea00173142d328efa1420d03a220bef0a 1.63 MB 2,977 5
882,634 882,634 00000000000000000001ea4fb8d54ff8d18cf728f0a90d0afaac7ed3e9b0e155 2.02 MB 2,521 2
882,633 882,633 000000000000000000011b0a115e64b06ebd3c35cd8f0ad440aa7dbccc4c634d 1.86 MB 2,337 2
882,632 882,632 000000000000000000002f244025d50ebca5f3cde98afe41e3a426679a86547f 1.32 MB 1,225 1
882,631 882,631 000000000000000000022d817851e97da45826d4293eb6cb5d6ff94b514d6630 1.59 MB 1,603 2
882,630 882,630 000000000000000000006e458d3de7c24231ae2f065d315cb6d167a8b41c7bb4 1.72 MB 1,482 1
Previous 10 blocks ↓
Total Size: 776.90 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,479.69 GB sent, 132.99 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.