Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

715 transactions (0.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,993 000000000000000000022cb30000000000000000000000000000000000000000 0.22 vMB 712 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,992 (868,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,997 41,997 0000000052743d30c39999bcf851c00b6f06d1608a0e27eb615a62a65e7d9f73 0.00 MB 1 0
41,996 41,996 0000000052c952703affa77551dcc6145692c06e0c1bd94cb5128ab16e3a901e 0.00 MB 1 0
41,995 41,995 000000002cb6c586e6e88abbccdbaf593914747dfd6df0bea8442d8acc5e9ec3 0.00 MB 1 0
41,994 41,994 000000003b4a2cb135ec8eddcde9400aefc1d4d836e68b2d751da432c2f050c0 0.00 MB 1 0
41,993 41,993 00000000445a6af6189a2dc9be1a959ab8251558c31578f9fb32db2e5a4f8ff8 0.00 MB 1 0
41,992 41,992 0000000001c9543ff6061a7286dc9d93433fe1df2f74b666bfffc2a4203bcdca 0.00 MB 1 0
41,991 41,991 000000001e3f9ea90941aff19c7d51e17e2d35bdf14619cc2c728f1fca1a37d9 0.00 MB 1 0
41,990 41,990 0000000055589359c5cb0815880871ff19e48114cfaba0175d23a8b98fc94ff8 0.00 MB 1 0
41,989 41,989 00000000258c8b268078d70546aa1093550dad09e7890442ea456ed1d1e9b32e 0.00 MB 1 0
41,988 41,988 000000000b89facfb78d9cd74caa149486686e11a4592d505ae7b55b5a0aa685 0.00 MB 1 0
41,987 41,987 000000005a6977b503891fdbc13b55abad5dd78e5972c9743400c7e76186e600 0.00 MB 1 0
41,986 41,986 0000000019aa6c5d5b025fcde5aa42345de59103463759586448fc60e8d2ac67 0.00 MB 1 0
41,985 41,985 000000000b679a924ece88434cf5f739f4a674329cea7f98687d38126850ab07 0.00 MB 1 0
41,984 41,984 00000000180de91a85ac8682fc893d09bbe7231f808e278eba93d1577f7e5ded 0.00 MB 1 0
41,983 41,983 000000002d125e4be206098a9277a5972809668b09197ecd6a0f53f4dbdb603d 0.00 MB 1 0
41,982 41,982 0000000019e339fcebb36b3167c8d944733fc3370e15f07dbee449d77e767511 0.00 MB 1 0
41,981 41,981 000000001df63a4c0eeec03d9a2e535cb6d8b84ed6d3dc7040d741d9c022bbfb 0.00 MB 1 0
41,980 41,980 000000005b0f708c2c7a48a828147db81f6ab0d4d62b1fd494458d80d6330442 0.00 MB 1 0
41,979 41,979 00000000120d2a3fa39c7fd066fc1c76baf51f1a8d48cc77b1177322fdb0b3f1 0.00 MB 1 0
41,978 41,978 00000000519bf7bfd4bed4483b8d447f4406379989a2c5aab520421be7af38c4 0.00 MB 1 0
41,977 41,977 0000000045081bb5960cc1ad5daf89a83309212647b7aec03122018d90013028 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.75 GB sent, 124.84 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.