Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

406 transactions (0.44 vMB)

Priority:

  • 1 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
911,383 000000000000000000022b910000000000000000000000000000000000000000 0.43 vMB 386 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,382 (204,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,951 706,951 0000000000000000000477bc59b7cedf69a7ad3fd835b88d7865cc57a043da2f 1.48 MB 2,677 5
706,950 706,950 0000000000000000000dc821e047b0b7ec7e1329dca84282f5cbb9dede1e5e01 1.54 MB 2,881 6
706,949 706,949 0000000000000000000b2a55fc3856938cd4b84bf3c557becd3f72c9a1dd8c3f 1.39 MB 2,524 3
706,948 706,948 0000000000000000000b5f94f6d125231bb02d81d819b952494a7c73956c2d6f 1.51 MB 2,911 16
706,947 706,947 0000000000000000000ca16066612ef76b01c37839414f5631c1d6c083b98a08 1.22 MB 1,221 6
706,946 706,946 00000000000000000005e400440b51a7b39bb0aab814b7aa5e4c2b7bbbbbbc67 1.45 MB 2,700 10
706,945 706,945 00000000000000000007b5784848adb4985348505e0851451b31abbfc09ec552 1.44 MB 2,560 10
706,944 706,944 00000000000000000000d788f8ba9a6b707d16bd6697baca3c9585633f4b4434 1.46 MB 2,595 10
706,943 706,943 000000000000000000024a2b3fa04f7a27cc5bc2835455b0f6b6a023820b522d 1.44 MB 2,549 10
706,942 706,942 0000000000000000000b07871e053fbe681c1d8d280827307b0a5fd5c3a40cb7 1.43 MB 2,534 12
706,941 706,941 000000000000000000051049919bf8eaa322b2da1d0c6ed9521c2597f8e0f0a2 1.25 MB 1,292 5
706,940 706,940 0000000000000000000c9f316370ca51ac325b711d0cb72848111f4982288bd6 1.26 MB 1,843 9
706,939 706,939 00000000000000000004d292f1f8b9bc62f3f4136b5901c44fad9d6c6a1c884d 1.47 MB 3,064 4
706,938 706,938 0000000000000000000d8864abdaa6ad9b39015082e801141d8955a851bbdfdd 1.35 MB 2,078 14
706,937 706,937 0000000000000000000ceb442811ed758fe17967fef1a8b71b4860a51fc381e4 1.37 MB 2,582 16
706,936 706,936 00000000000000000006358736fb3ad49e3e3ae4a3da7f509ec70f18f172a194 1.42 MB 1,938 16
706,935 706,935 00000000000000000002b5e1f56b21c85cc6383974462028cc119ad70370978b 1.47 MB 3,150 12
706,934 706,934 00000000000000000006d21a5af3eb20105a9a8ee8f0c42becfa1fc007712d16 1.44 MB 3,336 5
706,933 706,933 00000000000000000004e3991305ef3399630e9dcd553fd878b113e722136152 1.44 MB 2,626 15
706,932 706,932 00000000000000000001c1d35c0138ec6ecde9e860ec7f452858c348249f13d7 1.33 MB 2,298 7
706,931 706,931 0000000000000000000c15b481ad0d3012814e49e069dbd8dd633ab83ecf8cdc 1.50 MB 3,540 14
Previous 10 blocks ↓
Total Size: 775.95 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.67 GB sent, 128.55 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.