Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,479 transactions (0.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,852 000000000000000000022b910000000000000000000000000000000000000000 0.53 vMB 1,467 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,851 (359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,492 911,492 00000000000000000001b809134e068295bd9d0c6c5bfc8e3f4fc51f010e7ab2 0.84 MB 1,881 1
911,491 911,491 000000000000000000007f708c1115212d2f7fd5ba0d33c1d29a8b6404226548 1.65 MB 2,864 2
911,490 911,490 0000000000000000000175c139d5a9f81c1ed4fd4ee0008c1834dcc6f3fd1dbc 1.71 MB 3,100 1
911,489 911,489 0000000000000000000075e67c08352b75952ad228307f6c648ec3444c0ce6ae 1.62 MB 3,783 5
911,488 911,488 00000000000000000000827c36b5b2241274fbe512b30195e0643fb7f03177c6 1.76 MB 3,929 0
911,487 911,487 00000000000000000000a6ad207b53246e5afc022926f6e9e999b3913fc7981b 1.62 MB 4,017 1
911,486 911,486 00000000000000000001d9c5e849feb0c49501ef0ff8d5099dcdd93e60239786 1.66 MB 4,536 1
911,485 911,485 00000000000000000000752f8219c5fc8d211d4faf03ba89b3dc24c2a91efa5b 1.95 MB 3,413 0
911,484 911,484 00000000000000000001a147d8ccc460841bb8c29d48e666ba3df2da44ebbc92 0.96 MB 2,216 2
911,483 911,483 0000000000000000000029f66a5c390a2f26ded0e626c315ad5022fa0f4a41a0 0.29 MB 585 2
911,482 911,482 00000000000000000000c97a2bcf0c16638297a6de3eae396846c887d125512f 1.75 MB 3,701 1
911,481 911,481 0000000000000000000052db89781286a93a78d5f1cedd6531455bad68c63360 1.76 MB 4,412 0
911,480 911,480 000000000000000000006d3f2875e0947f057027db7b793243bd86c33adbf4bb 1.62 MB 3,188 2
911,479 911,479 00000000000000000001810e27f1dc388189136e29bd388cee1842a744f3e4e1 1.75 MB 4,435 1
911,478 911,478 0000000000000000000217f91fe3d4d7beb10d98eb502feb571aa1a9621f9fe3 0.17 MB 471 2
911,477 911,477 00000000000000000000e5cc1e80c42eed6ef7fa5433a3906ed46d505e2972fb 1.53 MB 3,072 2
911,476 911,476 0000000000000000000041a69d616c9b31934fcf231781a099aaaaf731577712 1.87 MB 3,583 1
911,475 911,475 00000000000000000001f6a0f2b28206eddf13d8b31c417847f4c101d680bef0 0.25 MB 680 2
911,474 911,474 00000000000000000000f939e152ef6117c9ddf4c37a5776d21b8c805102f684 1.93 MB 4,134 1
911,473 911,473 000000000000000000020a9cc1973449c289619c061cee2f47407177b005b682 1.08 MB 2,183 2
911,472 911,472 000000000000000000022b51aae56446aec2ad5b8366ba75ba3f9978fc9e4b20 1.78 MB 3,716 0
Previous 10 blocks ↓
Total Size: 776.82 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,469.08 GB sent, 132.61 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.