Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,248 transactions (0.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,791 000000000000000000022cb30000000000000000000000000000000000000000 0.77 vMB 2,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,790 (855,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,445 55,445 000000001091c9858d0db08990ed686c1838853ef5e2089d5a375e7cfb912c0b 0.00 MB 1 0
55,444 55,444 00000000035c73c94869dc475c1fc6579f385104b3c9b1d7b82f44d36693910c 0.00 MB 1 0
55,443 55,443 000000000c73401b16a88cf0f0d28af299698f3e95fb38022c49b687318662ad 0.00 MB 1 0
55,442 55,442 00000000082a566f96e5472a5cfd421509a376a6e2efe3a5f05046d6d5a365a4 0.00 MB 1 0
55,441 55,441 000000000aea34e19465f8a98c07ed109c19ddad930901cbd7ec6fbe72df3e36 0.00 MB 1 0
55,440 55,440 000000000d9fe87eb0d16f8d6987f7d8bc9bb9452c929866a1fea0d4ed3a4539 0.00 MB 1 0
55,439 55,439 00000000090613c13305f25a512600a55bd852a775756f015df4826fa12c2cf7 0.00 MB 1 0
55,438 55,438 000000000046c9ad95a9640e19084de35936c33e74e4b50693c6d3b560b15e82 0.00 MB 1 0
55,437 55,437 0000000005456cd8e6fe55d8cc08dddc7b20796e030056378ad7ad302bc71b0e 0.00 MB 1 0
55,436 55,436 000000000b891e9e75d1a2d4384fc054ffee864cca38126968597bd05c9bb7c8 0.00 MB 1 0
55,435 55,435 000000000154970a1915c4a9243061e1df0adf09c389384f6cd30f5b6fff4592 0.00 MB 1 0
55,434 55,434 0000000001ec17193fbe87a3bb832ea25b5ee1aeabc73c89412577f054a61507 0.00 MB 1 0
55,433 55,433 000000000428e5d3f6cdca799b634c5b050b053418896a7444946be69fdab190 0.00 MB 1 0
55,432 55,432 0000000000d3fa74ea0ca898afa6ef284a2a9d9455fb8c3c09beaef69e7fb538 0.00 MB 1 0
55,431 55,431 0000000002fe254b1f2417b9f75b95e232eb96a150711904b754d1b96f68be41 0.00 MB 2 0
55,430 55,430 0000000002ea2acd280b61d42d94e2ba6b994dac3709e91f6ac8afa4828c40b1 0.00 MB 1 0
55,429 55,429 0000000004fb094162b0ab7e9946ec78be04c5d5d1f6d9fdbb153d8c150c3bcf 0.00 MB 4 0
55,428 55,428 0000000010d3dacb00276c6d277e90a1ab4735f077c5316ed04ea65f81268863 0.00 MB 2 0
55,427 55,427 0000000013e6cc5c19ba84d83f5e5cba59f7644cf1318ba2115a2e5f699c15c8 0.00 MB 1 0
55,426 55,426 000000000760f97efe0abadcb78b4711f743e2a41b995a906d5a6deded953f23 0.00 MB 1 0
55,425 55,425 00000000011de9e83567d22fcda29e36c08b412c3bf0439d814f9b75d8307b12 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.85 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,295.57 GB sent, 122.91 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.