Explorer IconExplorer

Memory Pool Memory Pool Refreshing

725 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,407 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 711 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,406 (894,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,570 14,570 0000000015c09577112df2c02423976e034b0fd5194d51991d0e5a80803c5495 0.00 MB 1 0
14,569 14,569 00000000cd00c20a35fffe8fb35b3b0de4bf75b1f1c9163e6642a1b12ac7d302 0.00 MB 1 0
14,568 14,568 0000000011b92eb55ffef3d31665f90cdf237b16cde2aa93a8a4512d414e91ac 0.00 MB 1 0
14,567 14,567 00000000cbe8a37a29a77227f19dc1b6c9cb960f7ab52009a7d841db4937a9b8 0.00 MB 1 0
14,566 14,566 0000000074b8e8885110416d5e2a01fdfdc2cb6e65a7b218dc8f569bc45c09ef 0.00 MB 1 0
14,565 14,565 00000000850368c431f9252dc596dd9bb7f95a880024c3e91f834b5738723f50 0.00 MB 1 0
14,564 14,564 00000000f2e2cbe5f12b3e149454073e66953e87f2668aea0ab61b873a4c7959 0.00 MB 1 0
14,563 14,563 000000002e4ee1ee07b05204b6e33fbd0a20a3b6a8d56be6580f8ee2eb7d90ea 0.00 MB 1 0
14,562 14,562 0000000036f3f53b680538aaefafc4fc775efae5823a78222add2626490a001e 0.00 MB 1 0
14,561 14,561 0000000059e8f8a682d2cc5d06c41ca0420ceea9d84d968b266c96ce14d7ee2d 0.00 MB 1 0
14,560 14,560 00000000c1175eec64a17b7bdad710e2273b776762fc8d7a87c9c9f50c5e001a 0.00 MB 1 0
14,559 14,559 000000006ecc6da46439dd6332ed703ec4859870f46397e6e7070b61b498f50b 0.00 MB 1 0
14,558 14,558 0000000072fdcadd7e71a07db85897e1d91c9738708ab708511e505ebfe11e86 0.00 MB 1 0
14,557 14,557 00000000a26a72de6ab52489e9c1dfb3e3800c2735fb9ddb28350340053c233e 0.00 MB 1 0
14,556 14,556 000000005c7110080b88391b01948cf297a0e942bc112c5a3c70b2dc72d6533b 0.00 MB 1 0
14,555 14,555 00000000970145cc6d18da17f7e88e8fea3b057d5d07a8bffd05ce0aab95659a 0.00 MB 1 0
14,554 14,554 00000000eb00836880e8cf367577a33d387ac4565a3c6e18eda93bd59552a58c 0.00 MB 1 0
14,553 14,553 000000004bf46f051bcdc33bf59578c23da7edb507207a1aa5f013b3e630f3b0 0.00 MB 1 0
14,552 14,552 00000000bf7d74545a482f65ba35a4b085c4852a533b768e519a523e8c8e39cc 0.00 MB 1 0
14,551 14,551 00000000ceed8dd286ab529b712f1405b8484d47332f2770633e079347405603 0.00 MB 1 0
14,550 14,550 00000000e69141cc50f7e26e362b3ac0bffbb5577ada0fe4abe1a7e191359a62 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.30 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,070.27 GB sent, 109.60 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.