Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,939 transactions (1.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,899 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,851 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,898 (124,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
786,995 786,995 00000000000000000005116e0a09a00e0fa82577d60eea72c214c951643099c3 1.42 MB 2,588 17
786,994 786,994 00000000000000000001fcc7aeff8352004af207449b618f64ffef8d73765233 1.52 MB 3,627 32
786,993 786,993 00000000000000000003dc38fc6dda9eb216a195326cd614f4c5a604ef89fe81 1.47 MB 3,337 29
786,992 786,992 000000000000000000056f2555c5d1a351413b9454800979bd979e703e307f2d 1.18 MB 1,127 16
786,991 786,991 000000000000000000037ec092a9bdb56e6a484b3dd48847828a1d4bb728e2c8 1.38 MB 2,214 14
786,990 786,990 0000000000000000000353b87853164e03b677f48366e7a7140e02805a554f37 1.47 MB 3,425 30
786,989 786,989 000000000000000000017fab40e817532bb13a3f043c2afde6d5686eca950541 1.61 MB 3,065 19
786,988 786,988 0000000000000000000389713f9cc71f81ac5252ca791817dac4ffb5d6394209 1.96 MB 1,255 24
786,987 786,987 0000000000000000000318c3dfe5ad9d2a1cad71251e2b4f7b1f1cc6810538d0 1.76 MB 2,129 24
786,986 786,986 000000000000000000045120e311e1d71375f8416232eb62769cddcdc301357f 1.44 MB 3,101 33
786,985 786,985 000000000000000000041052ba0eb692e2b1a78d71fa9d479a4b60d1c48094e9 1.53 MB 3,261 27
786,984 786,984 000000000000000000054155d3052ecd0f293c73615dae6b104fe58cbe3eede0 1.51 MB 3,081 28
786,983 786,983 000000000000000000055ad846237cbab70879285223481eeab48a560c30dc8d 1.51 MB 3,515 37
786,982 786,982 000000000000000000028d0924a394d1280dbfd463a0d90cb928b9fe3e7cbe25 1.58 MB 4,019 27
786,981 786,981 0000000000000000000029602197226079437cb9fd8ce5072c0c9757bb91d775 1.21 MB 1,541 30
786,980 786,980 00000000000000000004b89ab5e104bcfdf5e36702be5ea4efab38b83c63e082 1.48 MB 3,279 44
786,979 786,979 000000000000000000059f5206381c42631cb8b8e42e936edac8a203bf7ed171 1.54 MB 3,488 25
786,978 786,978 000000000000000000018ec2ea16fb6ca4ba8a150724f82a1204a188f371066e 1.50 MB 3,570 21
786,977 786,977 000000000000000000002ff1303ce3e0dd1fd8f9e15c1fb7250d1f44dffb6b7d 1.53 MB 2,342 14
786,976 786,976 000000000000000000038c43fa13f25758404eaee8c66afda892fc174fa68e89 1.62 MB 2,976 21
786,975 786,975 00000000000000000004dcf447fa6997d7f97c2d1aa9a9367d630b5932eab157 1.59 MB 3,591 32
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.04 GB sent, 132.97 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.