Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

916 transactions (0.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,676 000000000000000000022b910000000000000000000000000000000000000000 0.24 vMB 914 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,675 (882,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,357 29,357 000000000d8333f4e1480dd657e11ed04c554f2e9f1fa2f2b0e9b570164c5d50 0.00 MB 1 0
29,356 29,356 00000000f90c38829dc10c3f548d41ed675b3c3df23826f94520340c1ef6db5d 0.00 MB 1 0
29,355 29,355 000000000d0a1fcceaf9db1f8c94effcd13181b8af4ed059a9330bf80a86057d 0.00 MB 1 0
29,354 29,354 00000000c2cb17750e4d8b7f83e99ea33494d105bdf586fb85828b346ccaf7a2 0.00 MB 1 0
29,353 29,353 00000000701d17ff7d25dd09b43ce41d998bb8612e348726fc65781ac6a2c73f 0.00 MB 1 0
29,352 29,352 00000000d8e6871f1ebde5de692eece569c6135bf9cf55a1fd5785f3c1cc384c 0.00 MB 1 0
29,351 29,351 00000000f6153b8ad8d41011dde0ea633c01424992bc16aef923e5256e133a6c 0.00 MB 1 0
29,350 29,350 000000004c47cf60084a82057c02d3ad09a67cacf8a95f239d916fdb6e02f9cb 0.00 MB 1 0
29,349 29,349 0000000061735faa55afa3a295720a45b48cc28a295ab617efa5249e794f4182 0.00 MB 1 0
29,348 29,348 00000000fdf8ba920b7854430a4b231c4157ac3ef7e3239fd45a8116f27dfdf2 0.00 MB 1 0
29,347 29,347 00000000777f188a4585404f815dec124fdae2dc21f858184249ab03a2db31a8 0.00 MB 1 0
29,346 29,346 00000000aea39566d1ae1a61cf5fcd77faa60ca5efdec97dd9e158ed95a1bd84 0.00 MB 1 0
29,345 29,345 000000004bf339a488e0617fd3a181e3da6be09e36d3eee54b2c61808300df60 0.00 MB 1 0
29,344 29,344 000000009d477ca56cb39c7fa55e1f6839ef09083f0d8f2d5c08e595b72fb9f7 0.00 MB 1 0
29,343 29,343 000000006799b68fe2786c4a37221a46b454a1077acefcd9d53f5590ff561b28 0.00 MB 1 0
29,342 29,342 00000000c721ea4d980aef32aaa7462eee25eb3ca473b00a00d864c77133d0f7 0.00 MB 1 0
29,341 29,341 0000000067983cb55ede7aae40c29289e1900932db3563f4393b6219a231ca18 0.00 MB 1 0
29,340 29,340 000000004583215ed6d72045b8a6921584b5493196acd9ce1647f9ed2c73771d 0.00 MB 1 0
29,339 29,339 000000003f22ded672edc451bfb8c90d42feb099875d4fd93bfa443e03f62276 0.00 MB 1 0
29,338 29,338 00000000107c775ab9bd5782ac9d9e28e9a4bb05ed030d10b8f0b22e92aee108 0.00 MB 1 0
29,337 29,337 000000004a374e098f455ca6f15ecdf6291eb74c87dfb618d6c4339d69f4e4d0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.49 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,425.02 GB sent, 131.07 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.