Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,949 transactions (0.71 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
910,516 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.71 vMB 1,949 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,515 (826,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,881 83,881 00000000001ae4ae472f7a34260fc72737f11c2b0002f2adcaf378f786618ebc 0.00 MB 1 0
83,880 83,880 000000000020700a772d4f3cb45f1b01db8c6e22b23308f9ac75a7ae66d0c7fa 0.00 MB 2 0
83,879 83,879 00000000002ac961c208178ff8e5de5eeee80f0b299db3aa8d30abe8580a6456 0.00 MB 2 0
83,878 83,878 000000000005e91e9bce3bbf4cbabeb299d9daeb309304c0035db19e13fac24b 0.00 MB 5 0
83,877 83,877 000000000006157141accf52d54a5215e18a89e6ad3f0adff4bbdbeaf64b0ea8 0.00 MB 2 0
83,876 83,876 000000000005c095ffe351c143a66a26394c852fef0c37328de519c841e4f7e6 0.00 MB 1 0
83,875 83,875 0000000000070732d58bd9ae7f9a6d500f73f1daa72293f3ebdb15af0f37d886 0.00 MB 1 0
83,874 83,874 0000000000144c0ead9e70ff13c4bff8a374d5d1a5764fa3537c9a2d72ee6d54 0.00 MB 1 0
83,873 83,873 0000000000247ff22c6c045fc0f327e59babc7b3ba2ba752e9767ca27da8a629 0.00 MB 1 0
83,872 83,872 0000000000165b24c75f89216e683bbc88e73cfd28f15a49c761e7fd9b75b78e 0.00 MB 1 0
83,871 83,871 0000000000206d05f00de5e8e70fa044fde607a041f573f214b2d7325cdce1c2 0.00 MB 4 0
83,870 83,870 000000000029f73aa6f2ae3e00fda47b8055e04210ffb9b48145afa021256fe3 0.00 MB 3 0
83,869 83,869 000000000009d130c26e76b7210e3b4b41494682178579833343dea6d7a4e15d 0.00 MB 4 0
83,868 83,868 00000000002799ce8351f2455d8a1f6d630527b0806e15d2f092f03eeaefa349 0.00 MB 1 0
83,867 83,867 00000000002610e9ef172ad6ad816ad9e6417484e28c9a4d7b3292d6ca0340c0 0.00 MB 1 0
83,866 83,866 000000000018374b9d852e9407efd3a00001a9ce68b7746c35c9d42015f309c3 0.00 MB 2 0
83,865 83,865 00000000001b3c6baddcb6c4e1256714f1e7eb448afbb30f157f1c420cb0b5d7 0.00 MB 8 0
83,864 83,864 000000000007c091f90c1786dc22b7243657e3794bf1c40a0a5ee7b46c3e1aaa 0.00 MB 3 0
83,863 83,863 000000000006b9397ab850c1cb62797458c25f3b4448abd28a298b434a84e040 0.00 MB 3 0
83,862 83,862 0000000000270ba9a802df5df835ace13a14aeb6f4f197bdfea17731ba00c3b4 0.00 MB 1 0
83,861 83,861 00000000001f39f99b2e879345b1840986c88ff0ff6167845c4504077dfdc570 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.72 GB sent, 120.27 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.