Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,226 transactions (0.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,386 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.80 vMB 2,217 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,385 (863,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,290 46,290 000000001c9cf74e2522d19707a266aff49d558f8cd3a59df7580355de7925f6 0.00 MB 1 0
46,289 46,289 0000000001a74e10d7138c2c3d1b4d7aca850e4298b253a8a87cb69d0ef3870e 0.00 MB 1 0
46,288 46,288 000000000470f5700f773e6dfd30d498eae830521c9889d76a5439f3b2759bb5 0.00 MB 1 0
46,287 46,287 00000000053cd38f49f1ea4b0158b7d012b2376a348feac3e8c327258e43b9ca 0.00 MB 1 0
46,286 46,286 000000002e6040b897e5f1e955a43387918ac32a25b8e3e7932e8e0329ee2a9a 0.00 MB 1 0
46,285 46,285 0000000029572d2388ead89020c060d9ab4a8d70720418b567019f52b1ea21ba 0.00 MB 1 0
46,284 46,284 000000001b0bfae5fec32f680bd49ba7ccfb6584d8e2e41b7320a316d3593630 0.00 MB 2 0
46,283 46,283 0000000019fa27ea8ce6e3f44a280ad4d00b6be677136893e4772ae2e1fbdc0e 0.00 MB 1 0
46,282 46,282 000000002ebb34b09e84a1105b6ac12947dd725139c4032ce1db76dd88b5322d 0.00 MB 1 0
46,281 46,281 0000000027ece514be398b270c83372cf48e0bc7eb57339b5c48d94273cb4825 0.00 MB 1 0
46,280 46,280 0000000030bd6cb699b1a7dcc98b8e61b1d819e8284273912e51809bfb17dbed 0.00 MB 1 0
46,279 46,279 000000000971a3b05f0e243768fddcddc0327d8bcfabcc817c1534b969d2e614 0.00 MB 1 0
46,278 46,278 000000002eaca6087a5722758cbec15a6368bf4bc2dac4f65578591e2ab17a45 0.00 MB 1 0
46,277 46,277 000000000635865edca11b9db404329688374f6cebf383d338ec038ed83f3fd1 0.00 MB 1 0
46,276 46,276 0000000017e1fb61e2a07bd14a40b3d17a31ecbc1ca7051d251c14559c4a4584 0.00 MB 1 0
46,275 46,275 00000000040e842faf9297b28cef2aa79061b50266d56466bdd930916054b7ae 0.00 MB 1 0
46,274 46,274 00000000176c30dd5611a1ff2a629459666e3eb3e9fe807a3e2c57c01b95373d 0.00 MB 1 0
46,273 46,273 0000000033c86fa7bad9fbeaa3d0385a10cdc9cce9e73cf29e8ecf4f4f50bacd 0.00 MB 1 0
46,272 46,272 000000001fdc5449b404c1fb23e5100ca62cf8cee513251c90f00c36a3aa8008 0.00 MB 1 0
46,271 46,271 000000002e0c191ebe5f393f9e554dc11ab7dcddf897e9f5d0457d4f2cc6a226 0.00 MB 1 0
46,270 46,270 00000000319e9e915f6550c8e81c27abdacb479d27d0ff45132f4f06a88c0de2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.25 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,069.44 GB sent, 109.42 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.