Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,895 transactions (1.51 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
909,504 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,852 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,503 (845,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,033 64,033 000000000d1be280b277177e49f09222c5300346eb4566d3c6ccf9637a774175 0.00 MB 1 0
64,032 64,032 000000000d1bdf6ab97b96d463182805afcbbeabb11a2e2125d1015f2bad7f1b 0.00 MB 1 0
64,031 64,031 0000000001c14d6728c1f74bfd82d0762ee57904a55e98f8ebf3e714c7628931 0.00 MB 1 0
64,030 64,030 000000000069458ef8e6128696167800c6ac20c1cdd513b8edcefe1d83da2ee9 0.00 MB 1 0
64,029 64,029 000000000b397d0b18fd9cc0d22826cb1dcb6d33a5403ac0eb04129e7e768a21 0.00 MB 2 0
64,028 64,028 000000000a9240a116f467fed8d62d765a4f0b8d4df1cbbfa0832e7910a3b76a 0.00 MB 1 0
64,027 64,027 0000000009696000034d7c06eedc460217b6567299948f8030edd890a354f73e 0.00 MB 1 0
64,026 64,026 000000000844be30201873f5d6395d9334912f81f985571a4733fa7f3e83d1d6 0.00 MB 1 0
64,025 64,025 000000000b96c18ff1aa5a3ea3d2b058e6fe09b829235b952693285d1c4846ef 0.00 MB 1 0
64,024 64,024 0000000006f6c7fd4b0cabad057e48a93a672a7558d97f5f8ba58409c1d60677 0.00 MB 1 0
64,023 64,023 000000000ce7fa90e0b6bfd619ff59ac8c53d02a279cf46faa5c8358a485349c 0.00 MB 2 0
64,022 64,022 00000000027de3dc465d2092369471bf83dc42d4e6e54a83bc7a053a234a2f94 0.00 MB 1 0
64,021 64,021 000000000adffb04f0cc7c8af9950c385913c30f940cd688b1ee33cd3638e028 0.00 MB 1 0
64,020 64,020 000000000ab5e238e35b1ea2fb7ca6f25aedcdbaf26ac57efc0d28090d026dd3 0.00 MB 1 0
64,019 64,019 00000000089fc0c870820804a3a745fdbd8db4ceb7a1f8304bd4d9e026c3bc80 0.00 MB 1 0
64,018 64,018 0000000000f8f66448f65af4dc0313dfa8c1848b4c9261e5a598de1031f09e82 0.00 MB 1 0
64,017 64,017 00000000065ed40640bcc080806fc89885986bcd01673a73456bfea62e2da9dd 0.00 MB 1 0
64,016 64,016 000000000849e02069439159949f6d9f209c900fe61d1ec796769d89cd13a6bb 0.00 MB 2 0
64,015 64,015 00000000030fecd6aee77d8b9e02325372b24a60bd9c84a108d52c0d3b5f5128 0.00 MB 1 0
64,014 64,014 000000000b199f75056e01c6b71a816b4dc760cea6ee1fc63379167bc9f3bfea 0.00 MB 2 0
64,013 64,013 000000000a45e4bedb38a580613fdad7e031e19c288a6515d1d9db72d03c22e5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.48 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,082.08 GB sent, 110.65 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.