Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,892 transactions (1.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,785 (882,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,377 29,377 000000002f33e9b1035573e351176d44515584b5549e6c934b15ac094d57f90f 0.00 MB 1 0
29,376 29,376 00000000ad72269ef451442078b598384a8b865285580865049368d8078d97c2 0.00 MB 1 0
29,375 29,375 00000000bc6b1d282e6974556a835fc8b0bc3f4b2cdd633b8f961832f13e413c 0.00 MB 1 0
29,374 29,374 0000000081490ab513bd5434c843170e10e070741dd38026f9ba78fe47704170 0.00 MB 1 0
29,373 29,373 0000000070fcf9736770a2ee4c7ec6e5d6c64d06cd37c9ca1080594f8a2c20b6 0.00 MB 1 0
29,372 29,372 0000000072d424b5365cd6c1a4c4bcd467c158ca3e0b396cfa2bf9e2dff8dca9 0.00 MB 1 0
29,371 29,371 00000000c6d9e9656c2862926e4148d7825268670e35cf2ee68ca13ce7ff1b4a 0.00 MB 1 0
29,370 29,370 00000000bf7373076647cbf99ad6709bbd4062c393ced312bda36d59b2f89405 0.00 MB 1 0
29,369 29,369 00000000b49c8b8bc1cf8d864a72451da0499d11371db9d7bc72b6afd3bb3c58 0.00 MB 1 0
29,368 29,368 000000004231e932b51501dcb25427337ce3ceb0c76408ad795f70209ca4f2ac 0.00 MB 1 0
29,367 29,367 00000000f3f5173dcc888055f2b1d47037a95311f7cff1d381cd901b2cef9f53 0.00 MB 1 0
29,366 29,366 0000000063a6f8c33ac61c6edb64432c1d4836d221d6df170217646bbbe07b72 0.00 MB 1 0
29,365 29,365 0000000011f4ddbceb4751588084155b81096ee5b11d8e36d272ea1eff4a7a22 0.00 MB 1 0
29,364 29,364 000000002cb331418d817286f00acc479291f87f0dd27057fd271f18c3242e70 0.00 MB 1 0
29,363 29,363 00000000137395c027b4c5f5d60ed86540f3a7ff4b09fa157a5c27b4b0da39cc 0.00 MB 1 0
29,362 29,362 00000000aeedd22b4e148af6b60e84a9e9354dc9fbb7e0806555846f35ab9729 0.00 MB 1 0
29,361 29,361 00000000c9d54c2cf2668861283346c307100ad175420dff96c73ea922473109 0.00 MB 1 0
29,360 29,360 000000000fbf7ccaac2c035e0f13a391677925fe57edbb1ce558324200263ce0 0.00 MB 1 0
29,359 29,359 00000000f197d90bf4eecf92ef7a9e895a4a194483c72f32980a1ba75ccba58c 0.00 MB 1 0
29,358 29,358 000000008e30b7fa9262ed5580b047199a38a0aa2d9bd95166256a96b3a01d0c 0.00 MB 1 0
29,357 29,357 000000000d8333f4e1480dd657e11ed04c554f2e9f1fa2f2b0e9b570164c5d50 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.69 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,441.07 GB sent, 132.00 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.