Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,337 transactions (1.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,480 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,868 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,479 (845,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,310 65,310 0000000009efc92e23b8c23300186032dbd790fc2a049e9d017e422937e18992 0.00 MB 1 0
65,309 65,309 000000000921e1dfe8d65e25ac86737dc540dda709b29e2d4bb33cdbfca98445 0.00 MB 1 0
65,308 65,308 000000000a4f246f930c0edd68f48c2df6ddce78159a804db85f63a36d93a9ba 0.00 MB 1 0
65,307 65,307 000000000605fe14724f987f8f2cf2e8f84bde240aec4374c92d9d29c5f9d50a 0.00 MB 1 0
65,306 65,306 00000000065bf67dda38301b8c3781d788c5978c42aae85b6cc76cc8021b31cb 0.00 MB 2 0
65,305 65,305 0000000005fe93277186702fb9e5692cd5e9e851f9a09323a023c64ad0ec5958 0.00 MB 1 0
65,304 65,304 00000000066e6bbd32dcad103710d6cdb7c2c98055a744b0edba777ff95c2b9e 0.00 MB 1 0
65,303 65,303 00000000093252f3721746287119ee0efb5e3a77bab6ff340f18352083bde6a7 0.00 MB 1 0
65,302 65,302 0000000002cd96605c4bd7aae52543884b2f1b4f69e08897d57e140365c24da3 0.00 MB 1 0
65,301 65,301 0000000004083306eaa420132cb1099716faf9ac627691c78167eb671a3fbf30 0.00 MB 1 0
65,300 65,300 00000000037d524cb118fedb3f2495a4c999ec74839d7008114461f3b17529b1 0.00 MB 1 0
65,299 65,299 0000000003bfa458b5a47d9542a7ab5eb07fc226aa1e2c5f4a416e3ef5062fa5 0.00 MB 1 0
65,298 65,298 00000000077edda0a6c8f9ba4c5d68d01b193d60ac2b0cc6f7bf135d9d0c72f3 0.00 MB 1 0
65,297 65,297 0000000007748f15a8a9f908838f571b95e19922d593d976549474071feacfd0 0.00 MB 1 0
65,296 65,296 0000000007b61cb73b7aa0c89117de93102930c6f0916051f15a6bc359361940 0.00 MB 1 0
65,295 65,295 000000000020454015e68c4a3e33c7d7a945388ab7dae26debb229992eda13b8 0.00 MB 3 0
65,294 65,294 000000000ae01f8e60a4e926bc21702fcf0c3fc20808d5bd9087f8ec687f6e62 0.00 MB 1 0
65,293 65,293 0000000004a481a902e4af7f1e8570cc2269079c6704491db12da419d09d6258 0.00 MB 1 0
65,292 65,292 00000000010cd9590a4d8d37c61ae75124dcae88f0f21406e77f0c8f84d73998 0.00 MB 1 0
65,291 65,291 0000000001814ab246e5715ffcbb20f7962020433d5d8b51371165aa2824fb4d 0.00 MB 1 0
65,290 65,290 000000000a81a1f8b3facfea2442c4fd58f187a392ad7846981cbcb4d515f8bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.28 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,242.75 GB sent, 119.93 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.