Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,487 transactions (4.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,153 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (894,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,371 15,371 00000000aa48ffefbfff5542b28c8cf609299821ba05f9784cde3db8aed4e941 0.00 MB 1 0
15,370 15,370 000000002a724a0d3748312a6699698dfa32392feaa5542e07881ea91a9d9676 0.00 MB 1 0
15,369 15,369 00000000342b20574ed6b08d38c2a44c44513dc4ed75167e9ab7e073b94b3a52 0.00 MB 1 0
15,368 15,368 00000000803eef1ab35307b3d8725999421cbc661deb1f812a6bc98a3a8c0c02 0.00 MB 1 0
15,367 15,367 00000000a514fc2adf0029bc81add3d3282f71c7c72a28b79c168c18368df22e 0.00 MB 1 0
15,366 15,366 0000000050d4f9e6b2d7149575842aa310c0bfb70e4c0103e7e6fbb3efcdea9a 0.00 MB 1 0
15,365 15,365 0000000072cb3db6241da9291a0d8b35b589dea746ae6b9910d353a01a40c40a 0.00 MB 1 0
15,364 15,364 00000000b7184b7269e06ebc5945d017e8323d5bf907d11642263f366576513a 0.00 MB 1 0
15,363 15,363 00000000963059c3d0023206f59d00bc25eca2808b59974c187e3005f15a3263 0.00 MB 1 0
15,362 15,362 000000002d469ae74c530d5e7936a58eaec6b423a27a6195511d0fc72a72107e 0.00 MB 1 0
15,361 15,361 00000000ae352c5f6fc071e56b012dacf2ab75dbc7b848b5a56ff19237ba1c6e 0.00 MB 1 0
15,360 15,360 00000000e15d1bdb969f737d8b642a9f8f26360247793352a1fdd2c93358beac 0.00 MB 1 0
15,359 15,359 000000003aab2f9e969ce5b203962fc52ee9c9030c69b4f5fe5f07b7d55b2b2e 0.00 MB 1 0
15,358 15,358 0000000028ad1e49f41dd9239083e9b00df0b3f595223d1e4a086cc7c7e59d55 0.00 MB 1 0
15,357 15,357 00000000256e8aa6403b223252145c39d01cd1df4d9f44ecc61cf5ae32d7c9c6 0.00 MB 1 0
15,356 15,356 00000000cf573138d5723aa2af26e0c066efd77c42ae6310f351996eaa5e5631 0.00 MB 1 0
15,355 15,355 0000000015b714a6a6cabd877a9a232718fdb65404eefeca666ec8beda4ed6d1 0.00 MB 1 0
15,354 15,354 000000005821aaed1889237fc7c9a94a43c047d589bdaba56d0dc673bdfc3bdf 0.00 MB 1 0
15,353 15,353 00000000db66ba7495fc3d2058ebe47ebf5c014c47a25787a4798930a917495c 0.00 MB 1 0
15,352 15,352 00000000695bd86f218aca86a9e441945943458f13c158834feffe018eeb8a47 0.00 MB 1 0
15,351 15,351 00000000b5b4f9d4a7332c3a46beed68f887d731b9b783c6be8367364a3572b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,153.40 GB sent, 112.56 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.