Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,120 transactions (2.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,397 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,184 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,396 (825,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,823 83,823 000000000027819a9b97222b627db5966cb5e18cbf1b8bb82954fd8b0a8e3fa0 0.00 MB 2 0
83,822 83,822 00000000000d6df8664e98b1f4401d9a82c8ad6401641c62eddbe0a636372f38 0.00 MB 1 0
83,821 83,821 00000000002d0a44b0d45c439f06232f76a19b097c4bfe831c04ac5838f40362 0.00 MB 1 0
83,820 83,820 00000000001902efc679c811d5be3258ad18df4603536d1d8915ad90fa7e7980 0.00 MB 1 0
83,819 83,819 000000000011b528bb35199e3aac5abf26c2cd5098da992c14b7d7d66595470a 0.00 MB 1 0
83,818 83,818 00000000003033204bb3c33811a4acb7821adcb8e1a9379823d40d434c56fb0b 0.00 MB 1 0
83,817 83,817 00000000000b3cc56c45b94bd44e7cb691b359ac5f53ddce6767a21ff0037554 0.00 MB 1 0
83,816 83,816 00000000002d70025ce7bb4bcf5f223281f0a9ec938b746f6799b143342dc762 0.00 MB 1 0
83,815 83,815 00000000000271ca101ee7b172f1ac527dd5fd0b5eee28eff5faab14e5557155 0.00 MB 1 0
83,814 83,814 000000000030ce17b8539a649ae71f00c8d4b464331500df238c86ca2f21cd12 0.00 MB 1 0
83,813 83,813 000000000029c85e772b51f3d691e397dd8816687c773742a8b8c7df08a14360 0.00 MB 3 0
83,812 83,812 00000000002cf6f0e2be6240962cdd3f7600ae1aa4dec4e1872cd39e5a5e79f1 0.00 MB 1 0
83,811 83,811 00000000000b69ac9e6fb356022ef1551fb55d07e2de2f8f86ed71a0fe2b9390 0.00 MB 3 0
83,810 83,810 000000000007a58bb0983801af4a1ac37f0f7e789349d8928c8d436ad0be79f4 0.00 MB 2 0
83,809 83,809 00000000000a7fba9d2cf02f4846796053e0e091e5298b08cf5c50fc44137f3e 0.00 MB 1 0
83,808 83,808 00000000001fa47eb74ad8aee725f07a80afed42fb719553c445be0b37b1e9f9 0.00 MB 1 0
83,807 83,807 000000000028d0d2e381e769c490c3d0f2a15633c00dc1cf9a93286ea3692911 0.00 MB 3 0
83,806 83,806 00000000001a114f9844979927cd4b10912e0c1585e21e02ae056542c6d9a57e 0.00 MB 1 0
83,805 83,805 00000000001bfadec34814daa545eec78fa0111acb22c5e75f9cda0c76c2a56e 0.00 MB 1 0
83,804 83,804 0000000000040ee3aa57ac80e8673ee1bddeb04f78caf18762c0928802ca1319 0.00 MB 2 0
83,803 83,803 00000000003101be260611e553c0c6cd4f2d2eae6dca03dacc5e03ce30bd95be 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.28 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,069.86 GB sent, 109.52 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.