Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,714 transactions (1.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,570 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,000 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,569 (886,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,414 24,414 00000000d167da2836d1929a04ee339ad5f482c7b4dae8e5d233b7867786b2c8 0.00 MB 1 0
24,413 24,413 00000000a24f52400a74693c5f54da3b2ebb717c71e51f05d965e5c1a71fe17e 0.00 MB 1 0
24,412 24,412 00000000213e02406c88ffba920e13e33493ceee7426b39f62c774e70d9ed984 0.00 MB 1 0
24,411 24,411 000000006863698c4556157d0a2a2e7cb55de1face76a0df8085132c4067a773 0.00 MB 1 0
24,410 24,410 00000000aa974171801320b77025bc4909349d564e042ce666e8f362a1c36881 0.00 MB 1 0
24,409 24,409 0000000014aa8342479bacab5b9a9b91b980b5d5910cab47759c2ae0d466f55f 0.00 MB 1 0
24,408 24,408 000000005ccc09cc77708cebba8ef5674d5be6322a03ecee6c2b5b6c90eda504 0.00 MB 1 0
24,407 24,407 000000008693206eb239bd54752441a753a7435d9a4c8c92140d76e089ccbaeb 0.00 MB 1 0
24,406 24,406 00000000ea72748c88fb494ac50153abb350b8f7a403fe72e7fedc41b844aa70 0.00 MB 1 0
24,405 24,405 00000000c93907d4ef3120c5834458e154d5e8af862679bfd453251dfd18e387 0.00 MB 1 0
24,404 24,404 000000000ea197d0157a4a79091f450832d5066ced8b1bf0a89ce5d1dba301f8 0.00 MB 1 0
24,403 24,403 000000005acf96d8d8fe6338631f96f57b40022a0937d88b56fa9ece4ff34a92 0.00 MB 1 0
24,402 24,402 0000000055b8b597f50cd7a9b12268a21726c85329fdb3e0b23566e4fd5bb28d 0.00 MB 1 0
24,401 24,401 000000006f39257c5e63b0b34706c8b201a2717b32dfef178c9490affaaed127 0.00 MB 1 0
24,400 24,400 000000006ce5f5d5d5346accf93e41ea7f14912ded1a3840dbe8caec7ae1a9e0 0.00 MB 1 0
24,399 24,399 0000000093203651e0b2700d6c2055bf70ed196f26d21b9680fc28395352e1d7 0.00 MB 1 0
24,398 24,398 00000000c7e7966eb70b1a47d8453e7fb28cd41787b59a01f973e2450f6dda05 0.00 MB 1 0
24,397 24,397 000000005da84d23ce3141ef98f05e0286c74999c9541a4a37e1fd0d4695d2f4 0.00 MB 1 0
24,396 24,396 000000003d26ce36aa8268398ca1570f005dc4b31c38ce2e6847990eefcdc0ef 0.00 MB 1 0
24,395 24,395 000000007dbc2a105524e81adbedcb5d69ed3f45f988a1176e679c1fc7661bf3 0.00 MB 1 0
24,394 24,394 000000006ab92135193ca9b8f7f7f720b4036d1d1bc85920c0cb265944b35df9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.43 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,252.93 GB sent, 120.72 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.