Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,886 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,377 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,376 (387,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,215 524,215 00000000000000000003407e254d64d66662725e5f9f8b5528143d048ce094e1 0.06 MB 190 32
524,214 524,214 0000000000000000000239a8615d9d76cdfffa51e5b6226a137ccdcacacfd35e 0.95 MB 2,095 31
524,213 524,213 00000000000000000031945972c205d27965c2531f2189c6e299d7cee9056ac1 0.88 MB 2,042 42
524,212 524,212 00000000000000000025be6fd217e35192f25986a6bf0d8516ba964dca894bc0 0.27 MB 530 45
524,211 524,211 0000000000000000002a24c9b1fbb8e40ea49d1b5e8549dc0daaab256db5e291 0.23 MB 490 38
524,210 524,210 000000000000000000114b33e96a579eb9f79b5e11cf91af2121001b2a9d67cc 0.60 MB 1,066 7
524,209 524,209 0000000000000000001f57255ffe11a46be729285b3c0d8f10db80ff3e1526c2 1.19 MB 2,648 41
524,208 524,208 0000000000000000002de7942a1ce2edd1eec284e2947aa076f325c7a70b3cbe 0.32 MB 777 34
524,207 524,207 0000000000000000003769f5ab493ccc49276608de6adde3418a56cc35598730 0.23 MB 528 22
524,206 524,206 00000000000000000025c1442c1f85e3e0bce63315c7a12092bffaebcada6c32 0.81 MB 1,540 36
524,205 524,205 00000000000000000029655e83c5f72c44ab2341b6d5ab6afe62086b569d0ec9 0.13 MB 346 23
524,204 524,204 0000000000000000001cc5d0b6b3a8ad3f783dabf7306757b7dfc61ad729b550 0.04 MB 87 55
524,203 524,203 0000000000000000002af20819df03183b975c16c6299ed5768194e72b471a50 0.38 MB 902 36
524,202 524,202 0000000000000000001868f7ffcdb84f2c8311c67227b5a6d0003753ae848ff4 0.68 MB 1,416 29
524,201 524,201 0000000000000000004097baf989fb82be46cd615e1955fae3fc539f9ed4b7a4 0.69 MB 1,487 30
524,200 524,200 000000000000000000116ef420b37c3779188f253d2e7dfc6f5d19118c3a22b5 0.77 MB 1,798 29
524,199 524,199 00000000000000000024b1626341a01087f47c43ceacada15fe826659fb6821b 0.98 MB 1,743 25
524,198 524,198 00000000000000000020119a36024acf341d28752662de689ba2b86267e4681a 0.47 MB 1,044 15
524,197 524,197 0000000000000000002f066c3be08cdc08ab35fc93d9648983e007fc1b0917ec 1.10 MB 2,634 19
524,196 524,196 0000000000000000001138f91719b318ec2bc80ca08f98fb013e85522f13bb07 1.37 MB 2,723 18
524,195 524,195 00000000000000000028d12ac04fa9de71131c101ae9e3f118e40bdabc7bf615 1.10 MB 2,187 59
Previous 10 blocks ↓
Total Size: 775.94 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,402.39 GB sent, 128.52 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.