Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,286 transactions (2.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,241 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,408 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,240 (6,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,394 904,394 0000000000000000000227fbba800952f1e385a09cfae32f69c5de569cfb0bfe 1.98 MB 773 1
904,393 904,393 000000000000000000017a0c884392c520a2de79639a36ccdfd7d649ae177549 1.81 MB 500 1
904,392 904,392 000000000000000000018f263e107e88503a67fffd15ebf2fe99815729660ad2 1.28 MB 1,946 2
904,391 904,391 00000000000000000000d96aad09962d16b9bc4ad2efec9100ee303a232da4d4 2.12 MB 111 0
904,390 904,390 00000000000000000001c2e95d7b698b17868e3568188c279b9beaa2c6ed3fef 0.33 MB 412 2
904,389 904,389 000000000000000000007d7a19ccec3aec063720a95bc7536fe49a11bf7e5f47 0.44 MB 502 2
904,388 904,388 00000000000000000001b4666d8cd7824561a599fd411bbd4091c2f9b7ed64dd 0.65 MB 803 1
904,387 904,387 0000000000000000000158b66212a56f79e1f772808d8e32533b4873424f9d16 0.42 MB 600 3
904,386 904,386 000000000000000000002c56b054708dd67c892cb3dd683171489e30c95cade8 0.85 MB 1,502 2
904,385 904,385 0000000000000000000004b2fdebf28740dbb691c2113cdbd362afbc7a1665a9 0.63 MB 823 2
904,384 904,384 00000000000000000002619be48a1dcc6a9d6b494c8205480020fd0acf102441 2.18 MB 834 1
904,383 904,383 000000000000000000021f070b284cc9d705690ef91cd8eaf97ed9079594a948 1.60 MB 1,895 2
904,382 904,382 000000000000000000020889ceda7631e8859551a57a862e2df24709accb32ab 0.46 MB 854 2
904,381 904,381 0000000000000000000262ba9030b29727e2adcc6965a7096b8c1446f1fda913 1.99 MB 1,020 1
904,380 904,380 0000000000000000000041887ac44862868cb848c87c8027b9f6c2416303b0a4 1.19 MB 1,935 2
904,379 904,379 000000000000000000015a1f402005d59da3760544fb3512256e6aa55ee7bb5e 0.02 MB 37 3
904,378 904,378 00000000000000000000b749023f2096793aefef137799ca9bc0f49a1f4fba9a 1.98 MB 1,191 1
904,377 904,377 0000000000000000000086aec51a8d2aae0cd041dc9ac1fbe59a2c7c1d3c8e71 0.79 MB 1,459 2
904,376 904,376 0000000000000000000267838eea63dfa7f10ae59191c61651e5e6ef608e8410 0.67 MB 1,090 2
904,375 904,375 00000000000000000001cd7f7fcc14bb99338fd6d2e22dd8dd4011f2ab5adfd4 0.92 MB 1,153 2
904,374 904,374 00000000000000000001df8fd67e4561e8b5e1e3e66bebe16795dd3bfd4c8ff3 0.17 MB 41 1
Previous 10 blocks ↓
Total Size: 775.69 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,382.09 GB sent, 127.31 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.