Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,956 transactions (0.62 vMB)

Priority:

  • 1 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
909,856 000000000000000000022cb30000000000000000000000000000000000000000 0.61 vMB 1,940 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,855 (897,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,503 12,503 0000000055674f3e5a2e8e1f41387bb2f4355aa1761ea262e289f42e7427253c 0.00 MB 1 0
12,502 12,502 00000000ae9f30b483be2bca50cf916fbb3b566f0a373cd76fc9afb9818b2073 0.00 MB 1 0
12,501 12,501 00000000e82eb2fff1ab11ac39ee85a82a3d74f7e5d9cf975923bc028aad6869 0.00 MB 1 0
12,500 12,500 000000001d3fe4f9d83b8616e09d9a95d52f789fb875ed6e0cb1151c46c9d0c8 0.00 MB 1 0
12,499 12,499 000000006ea643535bbd9364081b8159f16d24658d5e885deebdee6026295de0 0.00 MB 1 0
12,498 12,498 0000000081dac907b31287d6eb396a16adea470923b54e241b208f964e254704 0.00 MB 1 0
12,497 12,497 00000000b252137aea0f88cadf343e12e10fb5a782bc65e4a7e9dcc8805bee57 0.00 MB 1 0
12,496 12,496 0000000087d1d2b443407fe82457cdb52acd45074befc751c1fb5193a146f1f2 0.00 MB 1 0
12,495 12,495 000000004f9951e2ab485daecfc845f6696a7544ea6eda8904414d7d8fb32296 0.00 MB 1 0
12,494 12,494 00000000904a61fc63a7e39cee96398f845cd14b7120a76a78981da60dc112a9 0.00 MB 1 0
12,493 12,493 000000001f305b9fcf1b3d79f550c09f2d64b1b4594c0d428ea29651a1d5715d 0.00 MB 1 0
12,492 12,492 0000000033a7fb48be1d8bad536b54f3f8c94adcd04b0e707204993eaeb15812 0.00 MB 1 0
12,491 12,491 00000000b2cc6094cd42c33c68afe477e01023be2b2cce714d2510bf3caf76b4 0.00 MB 1 0
12,490 12,490 0000000044ca627868c531a84a6ac8e399b68faf9daca48bf1ba11a57c64fb0a 0.00 MB 1 0
12,489 12,489 00000000ab3331f6867d531bae99219d6ad7ceb9c9f430fdc40aeba8e11a92e1 0.00 MB 1 0
12,488 12,488 00000000178c8993e879fdedf1c226545f12b59e60224efeef3888045909bfc9 0.00 MB 1 0
12,487 12,487 000000002edacaa4e19da3a7417afd33315473ee8ab747eeddfef70c77f71edf 0.00 MB 1 0
12,486 12,486 00000000a734fd760680993a1bbbedd1c2d44744ce7a9503eca4da9a8bf7504c 0.00 MB 1 0
12,485 12,485 000000000d3a9a443316c98a7f79d5bdcfcc331d0a2b5829a93ca26ea3ffd977 0.00 MB 1 0
12,484 12,484 00000000fba656bf66abd97b1e4e88fd83b351e433fbfe2bed5ca6010b1ca065 0.00 MB 1 0
12,483 12,483 000000004dfc82d4766f8dba0496343338556e679f682d67acfb9e8e8f5525a9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,167.14 GB sent, 113.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.