Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,812 transactions (0.88 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,327 000000000000000000022b910000000000000000000000000000000000000000 0.87 vMB 2,797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (869,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,893 41,893 00000000306f8a24ab3eb15bc493ccae9ae4807d01cff318eff9e15280f5ea6b 0.00 MB 1 0
41,892 41,892 000000004f5c4d63174ed47db2212f1aa7190f901e2ccda506883cfbfb1dc5d3 0.00 MB 1 0
41,891 41,891 0000000023820c0b3812a33bf0ae027d89ac3984fb859eaca6b3fd1421679dd7 0.00 MB 1 0
41,890 41,890 00000000233483d5a112a14daa7d4c0151e51c98037caaf8c14f3b841e429d8a 0.00 MB 1 0
41,889 41,889 000000001df8e365931dbc35d04be658a1a78f223842d15e99ff9d7f05f86b4e 0.00 MB 1 0
41,888 41,888 000000003a2698e3295ef9ebee8edde9208609769b329b0d8619c46f7eb145f2 0.00 MB 1 0
41,887 41,887 0000000007d40a2f528422a17e618117af3e53ca0c70fe93ca0d736e217dca64 0.00 MB 1 0
41,886 41,886 0000000004a7fe30cc4ed39ee325680630b49224e104257b3dabd74d262b34b7 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.85 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,399.75 GB sent, 128.06 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.