Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,753 transactions (1.47 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 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
909,633 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,648 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,632 (877,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,174 32,174 000000003cb186a91ce01de35387f9a92e3407a5c79cb7453a78184f7c18d158 0.00 MB 1 0
32,173 32,173 00000000bd9b400816e4b7b871dd186f3318503946313972c1198e7d7cb668a4 0.00 MB 1 0
32,172 32,172 00000000ceca898f4835fee701ed533b067b044ca30c4b3340859de7cb226919 0.00 MB 1 0
32,171 32,171 00000000bfb85b6e0acdd36e6cc06b9278e8c991a821ffa0eba423742d7bd475 0.00 MB 1 0
32,170 32,170 000000003fcc8d9da50d5316e36086628f25b8539c07ac89220bc28db900a861 0.00 MB 1 0
32,169 32,169 00000000ffb62a7f74340a082d00f82dbfdcfbbdf1e0f2f5de0fbe9e91ac0a14 0.00 MB 1 0
32,168 32,168 00000000a1acdb0ab49092d4c2f8baff69a896de5dbcec800a8dc2b06d53a3f5 0.00 MB 1 0
32,167 32,167 00000000bad7d3675c034fa8aa8dd47cd749c6a9bd5c17ce739948fccf719a5d 0.00 MB 1 0
32,166 32,166 000000006f05af80595e3baa2c03863b9f3c466b7c956f5133ad7a13004f8cfe 0.00 MB 1 0
32,165 32,165 000000008dded307f6a7c5e7d1812e265305b70164d094ea145502b4b8710376 0.00 MB 1 0
32,164 32,164 00000000eecc30fedec774723853d0ff7718102877b0e1148109c73fb2f876bc 0.00 MB 1 0
32,163 32,163 00000000176057723a65663335fcbe663193116f17247e0abb7a77103c8517c1 0.00 MB 1 0
32,162 32,162 00000000d505bb2a4d6099f1dfed8a623d32ca6b61a6f5529623a2fec25dfebc 0.00 MB 1 0
32,161 32,161 00000000c14230a895130d3b03a0d2dca5ba86064b49ca4744d666f5048593ce 0.00 MB 1 0
32,160 32,160 0000000036748a59660cf91ead3d9e5e8b0283a1b8ad37b7273327232425be7e 0.00 MB 1 0
32,159 32,159 00000000c9dec475e8c8cbf8bd09493c2ce0438f6f3a56bbf07a7f2fb3553700 0.00 MB 1 0
32,158 32,158 00000000ad30a2c180dc07074d206d31bd4769de9e523d0bb29c370378e8bd9d 0.00 MB 1 0
32,157 32,157 0000000031b9597a83b478c111c20bbebd442926e276d2ac6bd8a39933062c15 0.00 MB 1 0
32,156 32,156 000000000a54531333b3ac3e373752b4c5bda3fe818e8e883a28e8550672e5d0 0.00 MB 1 0
32,155 32,155 00000000d378443e59b7ac97af75203159a8aaf5c1af51344718c6a774ff66ec 0.00 MB 1 0
32,154 32,154 000000006314fb2b554626c8b4e9502f935bd2bd80c331af7e18c543497655cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,112.80 GB sent, 111.96 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.