Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,256 transactions (0.91 vMB)

Priority:

  • 1 sats/vbyte = (4 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
911,970 000000000000000000022b910000000000000000000000000000000000000000 ago 0.91 vMB 3,245 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,969 (837,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,998 73,998 0000000000001aeb6333dd07114dd4baf7e992a52272f75f81466c5d951047c9 0.00 MB 1 0
73,997 73,997 0000000000729c0ad8dd373b80f8f927546c405889e11ab272eda296d78ba79e 0.00 MB 2 0
73,996 73,996 00000000008236238b0e279184594e33bed5369a308097780b12ccc4545213ff 0.00 MB 2 0
73,995 73,995 000000000083dd27b3f44bc75cdb7ae89ce12f15cd9ae82296b3477a579c28f2 0.00 MB 1 0
73,994 73,994 00000000008ade2e7ed8d65bf4e5ece3e5f593497ee59f9c121d1c127051768c 0.00 MB 2 0
73,993 73,993 00000000009fa095a4f26d57dd48da5433dfde92e9566ba1925805141ac397e4 0.00 MB 1 0
73,992 73,992 000000000019648d2b9b73ae0b6f2e320033b876bee6fe932823c96190dd1af9 0.00 MB 1 0
73,991 73,991 0000000000a12002085f323f20a42b66f9ea8c40ad014fe8fb5978b46c32c253 0.00 MB 10 0
73,990 73,990 00000000005a4563e15ed730e3a693dbef857e8805ea09b28e4b96392251bec1 0.00 MB 1 0
73,989 73,989 0000000000591feb79370e7337e27923a5db94f787718e4dc4f2a23c60b77a2a 0.00 MB 1 0
73,988 73,988 00000000004ae22c1bd6003ef57ec348a91bf0527b36a5823f5f8fb874e14240 0.00 MB 1 0
73,987 73,987 00000000001fb91c02219886972ecb68193e6ac6aab25f98c5b6b2cb2e61c04e 0.00 MB 1 0
73,986 73,986 0000000000227137d0893b2cb45d060678b4f28b5a3ad3eb259f914522854778 0.00 MB 1 0
73,985 73,985 00000000000218ae913eccf44ed5ebfdfe42a4959137c95fbb7fc8d4b0957017 0.00 MB 1 0
73,984 73,984 000000000066f5f99ac8fe21ce9c4874a169dbb0f1749c4b05e5b05db9033296 0.00 MB 2 0
73,983 73,983 00000000005ce3359f029985cac384c02b5dae8b1907269072eca638c5784ebf 0.00 MB 3 0
73,982 73,982 0000000000a82cde26670ac01454cbc722d2c34a7e752365d34416e083c4b4ae 0.00 MB 1 0
73,981 73,981 000000000099e1b0cc413900ce5b97158cd52ddd7ed01906631d6bf1a3672094 0.00 MB 1 0
73,980 73,980 00000000003b4fefd470317ac4a8f8d0b668eb5e933f3a7cd190c2b926ad313a 0.00 MB 2 0
73,979 73,979 00000000005eb7855c701027779e4d75eddc0404a76611b7681d1a678b3deb46 0.01 MB 4 0
73,978 73,978 0000000000622373bafc00603f6d8fa9fa45f4b0ffa688aaf090d4cb83d2c6c9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.03 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,499.41 GB sent, 133.59 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.