Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,672 transactions (2.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,626 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,557 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,625 (827,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,569 82,569 00000000003ede5be5aca96ee02557893ea5ba80060de9fb50e640b88c6baaf2 0.00 MB 1 0
82,568 82,568 00000000000f1bd15d50801dd7f65e02532c918c3b8e868f6fc38ba24b46cf6f 0.00 MB 1 0
82,567 82,567 00000000004161b8cb60ae9dc4ced01a2b85c986a6e5e510ab68e5ab80c4942f 0.00 MB 2 0
82,566 82,566 00000000001b09d1dd3a77de0aa8adf898261124420ecf7b9f753db874ba2e2c 0.00 MB 1 0
82,565 82,565 000000000026bf2557ffa2d8e4d16adc596649f9df2a920eafb483de636eaac3 0.00 MB 5 0
82,564 82,564 0000000000181811b9afb8b2d7de569339f183c32c47362707427fa2dfff8285 0.00 MB 2 0
82,563 82,563 000000000010af0b2e16eb5b9c3dc7c94e77018ec1048e51743ce70f09cf0248 0.00 MB 3 0
82,562 82,562 000000000003966d82b4979675a8713413567fd0b025224d612a56c7dfa730cb 0.00 MB 1 0
82,561 82,561 000000000019c24e0134dd9b67386b56e81c73d92aa2630eff6b864d83167b32 0.01 MB 26 2,535
82,560 82,560 0000000000259b2a0cf86d8c944b388bc8570bf20d7aa4a5357019cbb6353c0e 0.00 MB 14 3,879
82,559 82,559 0000000000446e9878b2abe2c0299be96b9f876efd65fda4482990da59e081d4 0.00 MB 2 5,208
82,558 82,558 00000000003dcef4c566605f768d5ceda858b0a12bc067d8f132ece10359e4b8 0.00 MB 4 0
82,557 82,557 00000000000164f7944ca32725aeb72bf4b1a446c0415f4565df8a3cf9b823b7 0.00 MB 1 0
82,556 82,556 0000000000046f736aa2a1fd7fa784445af68abd81b0ef3925eefa27cdabac2a 0.00 MB 1 0
82,555 82,555 0000000000226b3488bc3eda5ac0186d732ccc71aea76b4510536b986121b13e 0.00 MB 1 0
82,554 82,554 00000000003f59707308c79158260dbce262f42429015955f2befffe8403b503 0.00 MB 2 0
82,553 82,553 00000000001c177bc9226be38dbedd73b64584530d5cc59c15910b7931ae04ba 0.00 MB 1 0
82,552 82,552 000000000035fb4b77c3b9c184de7bd29db4569e071faea038e9d9da2b4190e0 0.00 MB 6 0
82,551 82,551 0000000000118c7e2247d5d88275f943a90085be125d51bdd7a308ec68396f01 0.00 MB 1 0
82,550 82,550 00000000002199c591e10c8c0008dd0f6acd852db9991bbcee4bb0a37779d506 0.00 MB 1 0
82,549 82,549 0000000000332a68e6078dc1a4d22cec422761f64092ba76e74c7d846d885237 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,106.85 GB sent, 111.89 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.