Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,042 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,118 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 2,040 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,117 (871,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,026 41,026 00000000562f4be5dfb3bcc38b076e182eb410b291e2b9974adc7bd85b7569eb 0.00 MB 1 0
41,025 41,025 0000000030b521566c78848bafa22b6c0c4344cf2e5b3f965434e6baf4d703a9 0.00 MB 1 0
41,024 41,024 00000000336f5d46b73c56cb1837e04c6701663b4f4d4ccc00eb2ed421292d5e 0.00 MB 1 0
41,023 41,023 0000000031dc1fdc6d08e89cbb198bdc896eae8d31fbc2a069522a103dc21fe5 0.00 MB 1 0
41,022 41,022 0000000048f0aaa13886f1456f8b499e0c53b14e7ef3226a657dbc764c01f31b 0.00 MB 1 0
41,021 41,021 000000001d995388c9b7524a5be29d99f555d2503afea23c6b611cd8646e6c10 0.00 MB 1 0
41,020 41,020 00000000240d447a814a364777789b9d58c82b93fea2602eb59e91f20aef01d4 0.00 MB 1 0
41,019 41,019 000000001f9899a795b82f2d630f75dc27b728145146cdf06d1006ae5464be30 0.00 MB 1 0
41,018 41,018 0000000009c26befea0d3a8eb81c53ffcda06a3fd44ec55b65f3c595aec9c03b 0.00 MB 1 0
41,017 41,017 000000000ee35347d551be734e4aeac5a1d12e838a3bb5a805b5ae399c869d2f 0.00 MB 1 0
41,016 41,016 000000003bff1bcac339050e12836a3d575f9e61063e6c9c7d6017c93b762440 0.00 MB 1 0
41,015 41,015 000000002af498f092b8db082a1e75da5aaa469221861c36828f63a1d4877d7f 0.00 MB 1 0
41,014 41,014 000000000fd8071152c26e32441f6bdcbd5c55cb810f13723d780928d1e83cfa 0.00 MB 1 0
41,013 41,013 0000000006083f4d9acb99662281ba37d9abfb93018a9c2c18eee2bc17e2329f 0.00 MB 1 0
41,012 41,012 00000000612281b20d99ec1c7f4d3ece468ce4da2cb1a38eadbc3b6dd13913ce 0.00 MB 1 0
41,011 41,011 00000000317a9406070738fa9c0aed74aa58cb005b7ca1751afeea5a2bd80d84 0.00 MB 1 0
41,010 41,010 0000000030e4d082374ef0539b025707351923da20713b124d5602bd912ad6dc 0.00 MB 1 0
41,009 41,009 00000000345c7aca7c9f9d88977f11477a8373ebefc58b00f9484bca224a9ba4 0.00 MB 1 0
41,008 41,008 000000004ec11571024ec0e7edcacab29b518694ae8b686ab45efb655dc37cdc 0.00 MB 1 0
41,007 41,007 000000003c13315a7db8bae23b7b8f7c6dac974cdfc0893a7e9539597e60eb95 0.00 MB 1 0
41,006 41,006 00000000031fb8794f0ac557fae1fc036d7a5cb59d8a0a5367a2996096315d00 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.30 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,525.12 GB sent, 134.90 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.