Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,289 transactions (0.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,811 000000000000000000022b910000000000000000000000000000000000000000 0.35 vMB 1,266 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,810 (101,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
810,532 810,532 000000000000000000034f53fb6b9228a45419068d14cf720cc811ae86b73493 1.58 MB 2,477 27
810,531 810,531 000000000000000000046654cf41174a4e90e70975ec0151d723b8994b98e768 1.64 MB 2,365 33
810,530 810,530 00000000000000000000fd652d03b5588f4aa3f9602d1be740b1bdc91b3a501c 1.41 MB 1,987 34
810,529 810,529 000000000000000000038a51bf836a7fc53d3c26ad5405e9ee8e59ba5091ed65 1.69 MB 2,541 35
810,528 810,528 00000000000000000004749a1d06c52c2442a7bec69ace34edb9a0d6e9102182 1.95 MB 1,874 18
810,527 810,527 0000000000000000000414f3f28471c47828125d3f4392b9d9bc51579b353bdf 2.06 MB 1,722 15
810,526 810,526 00000000000000000000c601edbc0587e186243694f834d99cfe8855469fb4bf 2.53 MB 1,754 8
810,525 810,525 00000000000000000000097e6068115413b9d16c555a2f922e40fc8ddec598d1 1.99 MB 2,331 14
810,524 810,524 0000000000000000000148e11793404dd5248130c8f7d78cf9aaee5bac4e98b0 1.51 MB 2,581 33
810,523 810,523 000000000000000000015579b88d12f0389dc9eecae86cf0e6d8d32d83bd59fa 1.62 MB 1,677 15
810,522 810,522 00000000000000000002c9edc65ffb7df1ab3031b770ec949eee079342919087 1.68 MB 2,858 27
810,521 810,521 00000000000000000001e7c0467bfc4e5208fbf60a58fc964f96cb78ecfd4fbe 1.35 MB 2,453 38
810,520 810,520 000000000000000000036ae1b88fd715cb123246f5edc1cdbd1e9bc6aa84ad75 1.94 MB 2,007 14
810,519 810,519 00000000000000000000d65a81eb3bd2a1f5dbdf88d7cf40030dc67e1da30896 1.39 MB 1,186 31
810,518 810,518 00000000000000000004461c08f1558154cd08b7645837bc5958114b072d9b6a 1.44 MB 2,863 36
810,517 810,517 000000000000000000007d319359b09843365de786a5b4799dbef65fa586ecb2 1.81 MB 1,758 8
810,516 810,516 000000000000000000029f437bb8fd1555c7556c6193a368e973c8bb2bb1f8bc 1.76 MB 2,219 15
810,515 810,515 000000000000000000014ca0445eebcb6cd7f341bcbfae3a64ff330032e9498b 1.48 MB 1,825 21
810,514 810,514 00000000000000000003929a2e35b9993106a2c2b527525a0684c467a4650fdb 1.63 MB 2,842 28
810,513 810,513 000000000000000000023c2a269d893358cf6efdef7d274ed54ac6f29b4807c7 1.80 MB 3,023 25
810,512 810,512 000000000000000000021e2e453beb414a1bd2444c2028361b0d789ed541ace2 1.61 MB 3,419 28
Previous 10 blocks ↓
Total Size: 776.74 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,458.29 GB sent, 132.26 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.