Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,218 transactions (1.15 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 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
912,105 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,506 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,104 (586,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,385 325,385 00000000000000000a7a1b9f0edf772f2190a542515243c12308c5087ce67d49 0.25 MB 456 27
325,384 325,384 0000000000000000060904e465d8465391caf2ab27de17a6d199dd2d357bc0e7 0.00 MB 1 0
325,383 325,383 0000000000000000175e0bd1fbd328fb1afd108ba59a69b84c306ecb237919b2 0.20 MB 321 28
325,382 325,382 000000000000000008c876cf3f83ad92b96e993ab45a652fde9f3bf8bfefbcf6 0.02 MB 35 28
325,381 325,381 00000000000000001ec3d27db7e01d680147b52fb7be14a1eb4454ea3216358c 0.15 MB 234 24
325,380 325,380 000000000000000018137349fdd09e1f08a7abf0577093b05cef9d51288de18f 0.01 MB 38 46
325,379 325,379 0000000000000000119080d7732a1c863115332207016cf9889de137ec38ca85 0.06 MB 109 26
325,378 325,378 000000000000000018904ecf0668fad9aca8ef94c2c6a81c0edbbe33fd804030 0.21 MB 520 36
325,377 325,377 000000000000000004fc2aee57d98651c474b943e5bbdc1a792cc0af6186a324 0.21 MB 421 40
325,376 325,376 00000000000000000fa81b0e67b4204974e8b469607a9303941ffc7ec980406a 0.55 MB 963 29
325,375 325,375 000000000000000014a075e7ce1a1bf73534ec59c670d714afc16a54c8099ee2 0.53 MB 984 25
325,374 325,374 00000000000000001a2452df4f9e3e688b91af3ffdba6b21d63ad385e106ee93 0.07 MB 124 32
325,373 325,373 00000000000000001bf7690f28c8c65510a4b1d57bbb9d922aaaf8de25b2c649 0.26 MB 430 28
325,372 325,372 00000000000000000fb1f0c3aff02e8809d6c8ba178e0227db6c0e9eb3faba1c 0.20 MB 389 27
325,371 325,371 0000000000000000124755b0f28ac81fd4d4c957c2c81d7c4eaf634e05371424 0.09 MB 177 28
325,370 325,370 0000000000000000152cbbf0794fdd338921a3f9d0d8c62f284d2a60ca4632a5 0.76 MB 999 23
325,369 325,369 000000000000000008898b7ec5ab67800a00c957a8dd12cfb0162c1d44811776 0.01 MB 19 35
325,368 325,368 00000000000000000ab2952ee0dd24d41cb64e01258e338ac93e29f7600ac4e4 0.08 MB 173 21
325,367 325,367 00000000000000001a3993bafc46927d4f4b0bba8dddfd8f93b877f76480ff8c 0.43 MB 609 25
325,366 325,366 00000000000000001cc90d27267d8bf545f976e22dc31de121329102b2f90d6c 0.26 MB 518 29
325,365 325,365 000000000000000005b7d76cde831b20ddf1cda16ca96fa4a7d307d653be2b05 0.12 MB 259 32
Previous 10 blocks ↓
Total Size: 777.27 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,523.73 GB sent, 134.75 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.