Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,959 transactions (1.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,910 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,909 (827,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,496 82,496 00000000003386f11d328cbec5ad8b0004f6177a9b5b848107643320d22bcd80 0.00 MB 2 0
82,495 82,495 00000000001233eb6a0b2f759681d0eb8e1951cf94f7d6e085a0931629c6fa26 0.00 MB 1 0
82,494 82,494 000000000046800cd7df21f280a4c08a003fbe30611590f688db583db7ea3ce9 0.00 MB 1 0
82,493 82,493 00000000002bd166101d9d6a70bbcf7d908d037ca937e8890517769c77fff345 0.00 MB 1 0
82,492 82,492 0000000000226970f5da5f2a0260b3bfd932b4f658f605818c9b0d968522a128 0.00 MB 1 0
82,491 82,491 000000000020089db08a728264afc7ea8f26c2185da2c02b0c4c72308b99946c 0.00 MB 1 0
82,490 82,490 00000000002d6688e1a4726ed520449397ea18c9b79e50b806012c566690202d 0.00 MB 1 0
82,489 82,489 0000000000107dd611a3dafaf68797d93f4b6a1e36d04b48f16c1cea44857c3b 0.00 MB 2 0
82,488 82,488 000000000016de6c970ed23decc18d870093e5add03245c9697d2fe93c6a3153 0.00 MB 1 0
82,487 82,487 000000000025ea7118e8e271f473353dbcc17f83a15d18cb84f62c578a7c2140 0.00 MB 1 0
82,486 82,486 000000000042513d2ec1b74babcf77cb2b12bb88bdc39becc7ef03a353930197 0.00 MB 1 0
82,485 82,485 000000000037e3dfd29d39ccf530279a1343017bc64b10135651640951c4f257 0.00 MB 1 0
82,484 82,484 000000000013c7b7860979f44e1716caf9d3589b32a20f88120c1a4dd0230465 0.00 MB 1 0
82,483 82,483 0000000000364314246593b0e6a4f9d3b5f3570fabaec6a49f8e75bcc5052c8f 0.00 MB 1 0
82,482 82,482 0000000000098cf027fa35c9e35fabb48b25563c26bb01025a8c1f48c42ea192 0.00 MB 1 0
82,481 82,481 00000000000cfe48633c1988dbe8e23a8ea66fb2fca67c64bb625b1b48a814f1 0.00 MB 2 0
82,480 82,480 00000000003cdf61848e35946ec84bbf9dd3c7d81bb0a102648bd08bd95a21a6 0.00 MB 1 0
82,479 82,479 00000000001d01e37c298e3ce3e4ba12dd9819f4c82593907d50c3465f8559b0 0.00 MB 3 0
82,478 82,478 0000000000463174b9d4a24c4f3a9a99d7b05a2a180a1cb4e93c5dc6aadd4ca0 0.00 MB 1 0
82,477 82,477 00000000003643ea739ed2f5478df00e7bdaf527f966e80fc73150e91880978a 0.00 MB 1 0
82,476 82,476 0000000000057e5498ceb14c81cdca8570fb468215abd704191b53e1de97b753 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.56 GB sent, 114.54 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.