Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

778 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,041 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 758 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,040 (889,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,443 20,443 000000009fec1d88773a9ef6bf3e7a8a745d894f34ab79043943af3d493d6641 0.00 MB 1 0
20,442 20,442 0000000080c4ccd9fc2b23a96d36f5de27576c18792a0c92177dfa4ecc187ab8 0.00 MB 1 0
20,441 20,441 0000000055fca679ff92380ebf4655129a1b421e272950e27983e84ab02f5d3c 0.00 MB 1 0
20,440 20,440 0000000094522fd8b2d5bec5817363c7ed6432a765078f8d07e65e6fce398d7e 0.00 MB 1 0
20,439 20,439 000000005900fd3ea9d2798d73c82fb994f15ca4819569ffa8bd1ec23a8f002f 0.00 MB 1 0
20,438 20,438 00000000199ddfb75856a000afa29279e1fc6d438d853ad5baeb1b1d012bf861 0.00 MB 1 0
20,437 20,437 0000000031b01e7813d17569ad5963043584e2f72c9537a5875142d7ec2b5861 0.00 MB 1 0
20,436 20,436 00000000aa483b338c6ff91a49dadc1fbf4587f2920bc58bb4b984c150c0fb7b 0.00 MB 1 0
20,435 20,435 0000000021dbcb6ce0f0ddd8eaa1f9a72b4fce141bfc05d72cff60820174f792 0.00 MB 1 0
20,434 20,434 00000000b099c3d6044459c3d4673f3e3d7cd279c8ecc0f7f1696a8b0ac0274c 0.00 MB 1 0
20,433 20,433 00000000627c08c6a0b9acdb704acda1e50927d57d186f3b3f4a0dba4b8b6e3c 0.00 MB 1 0
20,432 20,432 00000000544380bd9b3610d75bfddf071a8ec2b23c2fd43372fec1ef5c48be73 0.00 MB 1 0
20,431 20,431 0000000057756d646e8bf975bdb81c66658e269d714e8fef608cde216ca6bbbf 0.00 MB 1 0
20,430 20,430 0000000005b698f9c9896c3615be8f3a3b624e0180451b8568563552a0f932f3 0.00 MB 1 0
20,429 20,429 000000004e7fdbfce66b1686ba193ee2caf30174a917a1f6c14feaa8fe25e415 0.00 MB 1 0
20,428 20,428 00000000321bb09dad7bc53084068bf6880749749c4c1592e0c428a3f5a6fb83 0.00 MB 1 0
20,427 20,427 00000000a11cfd6425e1af804e3ca56ded2b521fe10b779121fc19d5cf37db6e 0.00 MB 1 0
20,426 20,426 000000008ae57a20465ac4b4b4d08102089ca747796dcd195193ad3e77dea43d 0.00 MB 1 0
20,425 20,425 0000000046cd2623edf7b0d660daf1141bf19d27b4b4f6840adab57b7353cb84 0.00 MB 1 0
20,424 20,424 000000006c55ca6ccf358fcccfcfaa6745ef4c9957896624c69991e914cc3192 0.00 MB 1 0
20,423 20,423 0000000062e367341f37eca0027aa05bac9e6a68acd87b0d510b4b85ba00ce5a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.61 GB sent, 115.66 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.