Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,678 transactions (0.59 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
911,686 000000000000000000022b910000000000000000000000000000000000000000 0.59 vMB 1,668 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,685 (43,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
868,472 868,472 000000000000000000019c562d80f62baf9f08b23f8f0ce1ad404f48fd9690cf 1.72 MB 4,787 5
868,471 868,471 0000000000000000000119b7e4118e281183b7d150002ef78a17e8ea0ee41ec9 1.71 MB 4,456 5
868,470 868,470 00000000000000000000585fcd257010e67f4de421cf76c10b990a1b2ca3b8cf 1.55 MB 5,693 3
868,469 868,469 000000000000000000019fa5c86320a143bb8e74c3d1f5d4262092deba52aa64 1.77 MB 3,932 5
868,468 868,468 0000000000000000000284eebe3a79972360c66bfb1c1b074f08e0fd6ce460ff 1.83 MB 4,738 4
868,467 868,467 000000000000000000005f63fbf6d755718ebd12d869917a701650b357fc0158 1.73 MB 3,803 5
868,466 868,466 000000000000000000003ca7db2845b078bb491201ac03a02c25181c06b5d31e 1.87 MB 4,886 4
868,465 868,465 000000000000000000016d2fb6e3726adf40d411b5ea27845e50987ab7dd3d43 1.68 MB 3,286 2
868,464 868,464 00000000000000000000d3ea3f49321778d68b08da15d53bd4422af411cf3d82 1.59 MB 5,080 3
868,463 868,463 000000000000000000002ade0d531aa9141e9547bc8bfd290c8183ea5e626a02 1.83 MB 4,675 3
868,462 868,462 000000000000000000016ea92154dfab1c66bb4a2765727f78d2287de076c963 1.54 MB 5,043 5
868,461 868,461 0000000000000000000222468a62aba727fb5baf4a0aaf4b8ed7d54aaf2cb6fa 1.46 MB 2,955 7
868,460 868,460 000000000000000000000c3f6764a65ae0276b309728f09c6a4d2942871571d1 1.46 MB 4,227 5
868,459 868,459 0000000000000000000020ba8bc8d62ea1ef18038ccd656c092c1966004464ec 1.43 MB 2,543 8
868,458 868,458 000000000000000000009e6210dc344e08be597edb6c245edfb4964664157ade 1.58 MB 3,859 12
868,457 868,457 00000000000000000002b77c7dcaba4be16af6d8ec6f0ccd1c27508be07b926d 1.48 MB 3,763 14
868,456 868,456 00000000000000000002e7c656143fdb7048632f23e77c5d63471824a76047c6 1.70 MB 3,739 3
868,455 868,455 00000000000000000001ea579a6044646ff378c402cd6b3debef9812e18c1c52 2.03 MB 1,613 2
868,454 868,454 000000000000000000017419482bbd77219254e55d13749e3b352bfce87b0a4d 1.72 MB 5,397 4
868,453 868,453 0000000000000000000110a018d80307f4351011da36b58e370eb78b0556c6d1 1.53 MB 5,418 6
868,452 868,452 0000000000000000000081f4acbe55ff8c9b2de52a71bbbe82fb3d1b0293093b 1.57 MB 5,851 5
Previous 10 blocks ↓
Total Size: 776.51 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,425.39 GB sent, 131.17 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.