Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,672 transactions (2.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,626 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,547 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,625 (856,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,618 53,618 00000000146e05de8dec407994112b984d08bb5b3b7e94805311704d108372d0 0.00 MB 1 0
53,617 53,617 00000000141c57143323e0d1e1f74dde945be13ee537841a8a691915ae0cee12 0.00 MB 1 0
53,616 53,616 0000000006c9fb635610bbfecb048f68961b7e0f4352628b2c288f01569480ed 0.00 MB 1 0
53,615 53,615 0000000007b7233eef414b0cdfe115e17ca001733549f54f6c5a9f2a144e8074 0.00 MB 1 0
53,614 53,614 0000000014368f8f06e1ffe4dd507d1631c7d299c344661dd7ce9285a7343bf3 0.00 MB 1 0
53,613 53,613 000000000a04a15b4a6bfa97ab2dc0ac6f04e757359dd7998041eaae1b324528 0.00 MB 1 0
53,612 53,612 0000000000050d3b898a42ce2d0ab88f5247421331d2edae3e58efb3c95f8df5 0.00 MB 1 0
53,611 53,611 000000000dfcdce7aad80ef0ec91fbe7cb0c2c878622060a8e1fa4dd2e143676 0.00 MB 3 0
53,610 53,610 0000000007135f00e498e9567cadf889ff6349141c68780f219417e9ee7e5661 0.00 MB 1 0
53,609 53,609 00000000122924dd0bcf6fffdd396da20e9da1049eff68e2ca11f87a9f2e457b 0.00 MB 2 0
53,608 53,608 0000000002a0f6dd4a54389202bfcbc093b9ee24d0601df22dd762236cd2d12f 0.00 MB 1 0
53,607 53,607 000000000fb6dc2e4a018c60dd78b3b0510ea41fa4a161bcabef53589435d786 0.00 MB 1 0
53,606 53,606 00000000121ce1fac8e3271d6bc5904a20bb270b5d7a21b18fd38caf1540c1cd 0.00 MB 1 0
53,605 53,605 000000000c0710efc70a778cae0b41a0002bab384212646465456e7844cab9aa 0.00 MB 2 0
53,604 53,604 000000000efb73b4e0da4f46267546a3e46655bf118dda136b24a13ef30dc960 0.00 MB 1 0
53,603 53,603 00000000029ca1d302250f7af2d538a791d0183df57fa5184dc10eaa87104cd0 0.00 MB 1 0
53,602 53,602 0000000002f94ea2c047657a7478e1a0b88d3b4980213aef97bc99cad8df7bf1 0.00 MB 1 0
53,601 53,601 00000000082c78ef79454aeffb6e1116179e43b9b4529a7ce5cb6102e68fa8ba 0.00 MB 2 0
53,600 53,600 0000000014ace502ca0525c27439a3bbe2c95742f0aa024c88a4556396a5bbc1 0.00 MB 1 0
53,599 53,599 00000000091e65180303e13f1f14075ae3c2078eb2ac84494e7567059a5863e6 0.00 MB 3 0
53,598 53,598 00000000087925f7875340dc010fdb267689fe7c37173cffff850f663c7467e6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.72 GB

Node Information

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