Loading Tool

Explorer IconExplorer

Memory Pool

4,579 transactions (1.32 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 8.19/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,272 000000000000000000022b910000000000000000000000000000000000000000 3,579 0.04212610 BTC 1.00 vMB 3.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,271 (897,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,917 14,917 000000008b063fafa5ae2fa0ab0d67424de745caed3f63ecfee86af3366bcd40 0.00 MB 1 0
14,916 14,916 000000007e3522a0e24f38fc01e43bf7a6488cb49a9a8d21ae3935dace22b15c 0.00 MB 1 0
14,915 14,915 000000004429117a1dc1042262244bf678ed2f7ae4aa1ea19795fad04339b29d 0.00 MB 1 0
14,914 14,914 0000000043c9307ce26e91bfccd83d3605fce0f9685984096033ed6c1d81cdef 0.00 MB 1 0
14,913 14,913 00000000b6c8d6b660e4b9fa135b12bad9bf7eea297876ecf1c11dfbd9b4de47 0.00 MB 1 0
14,912 14,912 000000007a5cd31b274d027117d89a1d2ce18e68c9e25e12e468d5ba8671dfd1 0.00 MB 1 0
14,911 14,911 000000005b6922578541b1625ed133a614623ea76db2e86f0feb5fec52da0713 0.00 MB 1 0
14,910 14,910 00000000b079e5d2f3f3df9cafd5a69b798e99cdb3cbfa374f0d9bac9c36f425 0.00 MB 1 0
14,909 14,909 000000007737d7c81275b8ebcb7a0aa40a5dfcb08bc7a698cec54f76ec6022df 0.00 MB 1 0
14,908 14,908 000000002d53d15d9ca90cba41101e747f18334a4ca80615013b60ffd23fc3cb 0.00 MB 1 0
14,907 14,907 00000000ce2cb0f13331dfbb02075d88caea4198d9fbb6a59cd57c3abf361486 0.00 MB 1 0
14,906 14,906 00000000c84cfab0b489aa600739717758a57ebfe5ea93fb003b52e84ebf9307 0.00 MB 1 0
14,905 14,905 000000007b8a99bbfb2e1226ff32d0a1ac3b73486ef56bd2b4bbb8c2f37095e1 0.00 MB 1 0
14,904 14,904 00000000ebe7ecb0a074c19fb06cf3397bb928bf53eea55a5ce3d0ae036f3b09 0.00 MB 1 0
14,903 14,903 0000000039adb59f2d12fa8ab2dd5692fbb7169809fe43a84200742489920215 0.00 MB 1 0
14,902 14,902 00000000bab5ad88179d75ccdc0f9c015aa906898e190ed6c0025ea4367e62fd 0.00 MB 1 0
14,901 14,901 0000000009bcc61ffaa883ce16f2d88b62203f04a5b5128bfad9a359545f7cf1 0.00 MB 1 0
14,900 14,900 00000000171391e38f611a6907a387948c2dff5a576a298cd2c0017fbb6d1493 0.00 MB 1 0
14,899 14,899 0000000041ee8ae9a0f1f0d68c1065f9b157a290eb90b41e9768181d3493ac06 0.00 MB 1 0
14,898 14,898 00000000fcc516f67fd278f4c40517b01a2eac16a727ac448d9b59a30b8531f8 0.00 MB 1 0
14,897 14,897 000000001465dbd77f5b32a2858e8764c532d24d5788153f5671808709d0029e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,539.87 GB
    • Received: 136.25 GB
  • Uptime:

Notes

  • 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.