Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

671 transactions (0.18 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 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
910,041 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,040 (820,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,485 89,485 00000000000acc27789a4ca91837862ec2dbb4f83f053cfde617e27b4bf43aa4 0.00 MB 1 0
89,484 89,484 000000000012343c531819787c07c23aa09b61117787d8397836c2125d1b3517 0.00 MB 1 0
89,483 89,483 0000000000134d5c3b5c8b11ec5caeb78ca666eba5cc0bf6eb2502bcff498c67 0.00 MB 1 0
89,482 89,482 00000000000009e7505fb82ea35391261e4d36e19a65cceb56e0173565b88017 0.00 MB 2 0
89,481 89,481 00000000000f141021d31215551d8c5d301cceb6ffbc8acf659c4ea1895d4ec5 0.00 MB 1 0
89,480 89,480 00000000000edba6de1b604e64b13701b6f7521c29959eeb7e4b3c0d0b08c366 0.00 MB 1 0
89,479 89,479 000000000012765b8bbab2ea56f5cf4648dcf38f52ba2dc0a6338357f56f8382 0.00 MB 1 0
89,478 89,478 0000000000107567e39bcd130723db84938a03cf11e84a8af7a75fff2a1b2d25 0.00 MB 1 0
89,477 89,477 00000000000e6f8ee388e33a5e39b7eb1630c658221239f7ae1c07b9f4134c7b 0.00 MB 1 0
89,476 89,476 00000000000b8820366f53f4bc41eb62314d025727183085e1a3cef9d3d5e552 0.00 MB 1 0
89,475 89,475 0000000000136fff0d7d47f93739e7f2b26a0d97a078ce662a2dfaf55cdabd6d 0.00 MB 1 0
89,474 89,474 0000000000056da0f5cf55f0db0b22e5b8b66c89b5a44a08b6532abe4e48cb2d 0.00 MB 1 0
89,473 89,473 0000000000065d26300090b424d8bd9866510d18ea89d91db7c69af3a3debbad 0.00 MB 2 0
89,472 89,472 00000000000db9a7a1cda10144bb842e68b1720e5b1af08fc0fd1325b7fe6f1a 0.00 MB 1 0
89,471 89,471 0000000000060a71c12d61d1a928d3565003dcf8341f23baf0b7d0262a7384ab 0.00 MB 1 0
89,470 89,470 00000000001355950ebdb1eb9f311b688fb59db17f73881e73a3a6308efa90ed 0.00 MB 4 0
89,469 89,469 000000000000d6b06b050d484f1acb854105333ed51e3792dc016d8291c7f98d 0.00 MB 1 0
89,468 89,468 000000000010599c51eb92b30719fc389297abea9b7094108d2ae712aac380ee 0.00 MB 1 0
89,467 89,467 0000000000046e23dd43444ee996aa2bf391779834552261d9ccbdcc59541d4a 0.00 MB 1 0
89,466 89,466 0000000000046b1a0d114b08ca9f3bb5ab1181034fd8b220ac69fcb07cee5452 0.00 MB 1 0
89,465 89,465 000000000013a96dfc3dfa33f7d8c97132416d6760238cc2ad7ae92d9affc925 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.61 GB sent, 115.66 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.