Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,182 transactions (3.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,163 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,041 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,162 (820,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,173 89,173 000000000006f7bc29edbedc9ab549f774017e8850144c0c14f89454fc63896a 0.00 MB 1 0
89,172 89,172 0000000000109acd87ad5330762019c67bedd13b4d6a89910ed4c1fa643f9f1d 0.00 MB 1 0
89,171 89,171 000000000013e620da3d2954e3894c73ebab7632421ecb9b162b7822699373c9 0.00 MB 1 0
89,170 89,170 0000000000057cfa4b5a5e658707ac05d7d436eaf52269f0b2151edc580abf9a 0.00 MB 2 0
89,169 89,169 0000000000045edfc424af58c087e95c22adbc1768e73523199458bcaa8e9d03 0.00 MB 2 0
89,168 89,168 00000000000c5cabe87ea7f7ec5a2afa6c6e56d6b67a15733cf2ee0894a6b7c2 0.00 MB 4 0
89,167 89,167 00000000000309c04df9dc05de55bc192f8bc789c44511ee31548ff43414e6f5 0.00 MB 1 0
89,166 89,166 0000000000019a35c61d80b82d3cf56fb525a64e3a3aadaac689c983c4f72c9c 0.00 MB 2 0
89,165 89,165 000000000003a3ccc642b40fb0b2afbc0962cd5f3d22ae459a0fdab40b50b4d7 0.00 MB 2 0
89,164 89,164 0000000000048569ed48aa91c2ddf4bc6fd77cde5fbc48778950d29d54b190e1 0.00 MB 1 0
89,163 89,163 00000000000fd9b954a7c37eab303f574dbc8be4219858508276f28e8a2036e7 0.00 MB 1 0
89,162 89,162 00000000000991999f73a1abe56593c4ebdced23c81aa32bec121f88c8062e64 0.00 MB 1 0
89,161 89,161 00000000000eb3c967e0538aff6df9b54a660b8f23630241cf97916090a3cbb9 0.00 MB 1 0
89,160 89,160 000000000010f2a7d8abe258c5486f74f1f4a145158be6963b7ddbc137492a67 0.00 MB 1 0
89,159 89,159 000000000005226725592fd8010977ccade84c1e3adbbabb9affd4d446753b4d 0.00 MB 1 0
89,158 89,158 000000000003ad2206b8d8a25513dd7540a272df63831229a9cdf54902ef31d1 0.00 MB 2 0
89,157 89,157 00000000000923e2500b92964fa8d074a9dfb48d77f31a202d2c3cb1007fc4c7 0.00 MB 1 0
89,156 89,156 00000000000efd5747e98a010c76a0c93270905c728efe0b2cdd7b0a6143ce82 0.00 MB 1 0
89,155 89,155 000000000007f8ab55f342b47ea658c73a020ae0b1fde4fd45a97507a6c3a639 0.00 MB 2 0
89,154 89,154 00000000000af5de15edef93f1c711cbc32cd33b6b25c8de3cfd91f2509b4b31 0.00 MB 2 0
89,153 89,153 00000000000526fd3d38ed45f54854c5202197778b93c5b2f68bea7cf071463d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.94 GB sent, 117.01 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.