Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,025 transactions (2.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,075 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,347 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,074 (849,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,393 61,393 00000000091f989b5c88707149977f07eda3166f2394acef352392e190d6361c 0.00 MB 1 0
61,392 61,392 00000000059db0894579fb5c84d8f911dbe4014051ddc51a2b88d64d3ead4b0f 0.00 MB 1 0
61,391 61,391 000000000034c553b83f0e41b900b68104d3b84b20192303f20b62d09459b060 0.00 MB 1 0
61,390 61,390 0000000007e8ef1b5bffc8b7958dbf853313b095e857228968e5ee179f292bad 0.00 MB 1 0
61,389 61,389 000000000d21045a024ffb11840ca270c9507918724deb0c135029e4b22f6ae0 0.00 MB 2 0
61,388 61,388 000000000e85ea4a0c8e432334b452e212f755f9455fb4430c0113f98d432e46 0.00 MB 2 0
61,387 61,387 000000000255a19ad59c228f05e753e4e402ebf452a2e66b63a90add6ec48a38 0.00 MB 1 0
61,386 61,386 0000000004adbb0524eac2e23217b3fa544dca80b31f0c70720b7292c809e281 0.00 MB 2 0
61,385 61,385 00000000011d06ef07e7c47ee22330cd6c43992644b45f5c2ad5e1ec678e8e8a 0.00 MB 1 0
61,384 61,384 0000000004e3e757728b415c3372be1dfa8f8b357a17a3559c2d6078e87f1e12 0.00 MB 2 0
61,383 61,383 000000000937587f06e72d9b99096f16489f0eb49589768ab580b06f1bfc73cf 0.00 MB 2 0
61,382 61,382 000000000a387c80e5e8750de0566aec369a4f1da1e3eeccdadb655abbfe8cdc 0.00 MB 2 0
61,381 61,381 0000000000c95cefb0aa53e7a712e74060a02a66b0586ccdc51556da27cdb1f5 0.00 MB 1 0
61,380 61,380 000000000414c711bd812ad34ce1fd572cfe9c21158d900bba5892dd9edef5ac 0.00 MB 3 0
61,379 61,379 00000000024ef24e8ee0c4750b4c36a1dbf9f649e7295acdc4b5fcd786322b45 0.00 MB 2 0
61,378 61,378 0000000000316771bdac868f67d43485c4d3c88efba927148dd9fa97456b1907 0.00 MB 4 0
61,377 61,377 00000000055e42fb082c7235d0e077ac7eec554a43a91cedd801c0c726e9ebef 0.00 MB 4 0
61,376 61,376 0000000009fc8dd67c2b835a412d06d78888232da05f7addb74fbd1c181c203f 0.00 MB 1 0
61,375 61,375 000000000226e264222e903ef4f122e2bc93b0fc55fc1cc8a147f90f1419bbb5 0.00 MB 3 0
61,374 61,374 000000000d410d918572fdcf09f73ea41fda9b8a2a5e9227dac00ad3afbf87f3 0.00 MB 5 0
61,373 61,373 000000000b7fb94668def177de993b000aeba3c2a7e47b2a70b4c5809e99e62d 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 775.38 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,368.37 GB sent, 125.72 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.