Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,841 transactions (0.68 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,819 000000000000000000022cb30000000000000000000000000000000000000000 0.61 vMB 1,833 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,818 (846,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,498 63,498 000000000b285ed283904ec0612c812ba2f01934c1eb18583622f447d10cc78c 0.00 MB 1 0
63,497 63,497 0000000005e2be33c7f7427cd01bdf4113b4eee6b90b5a9639c51c8d11b8f8aa 0.00 MB 1 0
63,496 63,496 0000000006af0ad1526fb632e5960ecc9d4e3ee304ceec06a47a9338bc23f8b2 0.00 MB 1 0
63,495 63,495 000000000d084654b2874c203c2190b960db03e616083451902740cb12faace4 0.00 MB 1 0
63,494 63,494 0000000003a564774f4b95b8eecd60f20c680f7f097d3f66c2832fe1be76778d 0.00 MB 2 0
63,493 63,493 0000000007944cfec4dc17745be058e9ba3791f8a5874dd981369fe9e01e6d3f 0.00 MB 1 0
63,492 63,492 0000000005050bb30bd696a83c8a1aaf211234618bf8fc4f935476101ff6258c 0.00 MB 3 0
63,491 63,491 000000000441bbe9450ab1097fcccb373017b224ab2dc206b9ceaae8234c35f7 0.00 MB 4 0
63,490 63,490 000000000217364a4ec905ca53036c74b496063e4e5fd3868863742f3ef28048 0.00 MB 1 0
63,489 63,489 000000000995aff27950299ca6c384ec4921cda9ac7df62a852f171e5d89edcf 0.00 MB 1 0
63,488 63,488 0000000002aff72ad02650ecd9945eec248f7cf54ad5a84bd801fd7a00a1d15e 0.00 MB 2 0
63,487 63,487 0000000008c84a70500424dbef19502888bde110b300e223178c04691a094a91 0.00 MB 1 0
63,486 63,486 0000000006c05f5d8edc73eb6d47f03a165187c41ee6dee021d4899d0b370277 0.00 MB 1 0
63,485 63,485 0000000003a066d93c234c6eb80fc23a09682ec83238f57a59a5d44c73edbb26 0.00 MB 1 0
63,484 63,484 00000000078cf58e3bba82cd2e0295dde1c213993a27c45f8fe97c3881ae0968 0.00 MB 1 0
63,483 63,483 0000000008990855c633b0fad6b63b8da2b04b0fac3da86adf85627931e1cdeb 0.00 MB 1 0
63,482 63,482 000000000062ef966f89d4c3b6376dde970d2163890f6ec3148e07677c6883e2 0.00 MB 3 0
63,481 63,481 00000000029d6814d75a59acf985de36c1572d553ee82c5a4ce6eff6939b8dd5 0.00 MB 1 0
63,480 63,480 0000000000c13f3a7d9f633eac59b9b376bfab60a32fafb641dcfa7e3ba38039 0.00 MB 2 0
63,479 63,479 0000000004ab9432abb797659fbeff1bad93d5d8be2e38d0962178ec5f0e395c 0.00 MB 1 0
63,478 63,478 0000000002f041ecf525f5cad43fdaeeb713ca64d6e7661277d7e89c366cc83d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.06 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,165.17 GB sent, 113.63 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.