Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,722 transactions (0.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 ago 0.81 vMB 2,708 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (869,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,885 41,885 0000000017129ccff0c5747a2480573fbf7ddd9f346da5236fd4ec371a234924 0.00 MB 1 0
41,884 41,884 0000000011f687650a059f2b50ebfb875840802099a95b92257b3b089732f723 0.00 MB 1 0
41,883 41,883 0000000040139b8cc6a047e43df2fb74b1e23d21bd0ef57e884c5cbf03c7743e 0.00 MB 1 0
41,882 41,882 000000002f856b77dda4ff65d6c2dba789b8fda8bc4f2a8543a1fdf042ad3056 0.00 MB 1 0
41,881 41,881 000000005cb611db540b841404cbcd849b013643e8fe372346a241bee6e23102 0.00 MB 1 0
41,880 41,880 0000000053e6f63e2aa8ad9a95184ed930b045fc4a6f9e989129759be8bfa14b 0.00 MB 1 0
41,879 41,879 0000000031fc527c3a340e86ad32a5c2fb9baf4956cc6e97c9bd65025a9f1cf6 0.00 MB 1 0
41,878 41,878 0000000044722cdb4b17b5f451d1bdc03cc6102f2853165dd1b4ddb36754b9e5 0.00 MB 1 0
41,877 41,877 00000000114235d0dd41895f8b904e59337d176ba5d4564a23f82d43a70104a9 0.00 MB 1 0
41,876 41,876 000000002874dd8d67dc69e562d6f7ccb274e146555a116612db8854bf86054e 0.00 MB 1 0
41,875 41,875 00000000146a7ffa488ad1fb487402b73c407be37fdf2e82c9e4497b6255fb9b 0.01 MB 3 0
41,874 41,874 000000002da802bcf08088044b187a55d954f26fb8c70a830ab28490601e4f49 0.00 MB 1 0
41,873 41,873 000000000f40567c1d71077e0e96aa08c89f8cd31de6e2a6049210c8e5cd61b3 0.00 MB 1 0
41,872 41,872 00000000426db72950f700e3ce7bb81468b5f79d9cbfcb2130ad7780a0e53805 0.00 MB 1 0
41,871 41,871 000000003a7499b454a85cddc6afa9fa8f8eba2c7ae1ca3f92b791e294226fa9 0.00 MB 1 0
41,870 41,870 0000000023bafd60f968f891ae4c4497a3c293577dce67a82aebc01f5a5d9dd2 0.00 MB 1 0
41,869 41,869 0000000009758987cdfb452a1b0e654fa1993825cb0a6f9878dc6401df552bcc 0.00 MB 1 0
41,868 41,868 0000000046960bdb252b9e340db5bdcfc71d4c8ce520d41f85a72be39b6d1260 0.00 MB 1 0
41,867 41,867 000000001b3e5e4b3b7cb56f7901aa78d2c710899cd6dc4c99e0ac15cc4aec17 0.00 MB 1 0
41,866 41,866 0000000064dfdbe750ec84847c7a3ece39d166b1ea791515987eb8c519d19f61 0.00 MB 1 0
41,865 41,865 00000000635d7639f3a17b3e6cd1e294ae16d36589ad88e1da9c31eb70c3a59d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.92 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,401.74 GB sent, 128.44 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.