Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,571 transactions (1.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,512 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,511 (194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,317 910,317 000000000000000000003bac8dc61033e5e092b0979026e5ae66cfb107ca308b 3.98 MB 31 2
910,316 910,316 000000000000000000015db4fa723da0553f4c1b1e85af63b73e0b0f173da118 0.31 MB 747 2
910,315 910,315 000000000000000000012dff1f1405986076787e124e6e8eb155e1510dde166c 1.70 MB 4,134 1
910,314 910,314 00000000000000000001d43c5d1c2e676e8da53c1bece540954a13606bd36ac9 0.94 MB 1,736 2
910,313 910,313 000000000000000000011abb31f28ac7b3fd6ac88176c4335a0ad863b40ecf37 1.26 MB 2,454 2
910,312 910,312 000000000000000000016e85ebce6b74e1963e0d9e19b19825d05df247b88cd5 1.53 MB 3,748 4
910,311 910,311 00000000000000000000b31cba0ef904c2429688238c87f9c00c011a9f0cf070 1.71 MB 3,888 2
910,310 910,310 0000000000000000000082ba2fcc99ec1d92f284e8eac279c13010947b4e34ff 1.68 MB 3,075 2
910,309 910,309 00000000000000000001d9cf4f50da3314bd0143c0d6d8b1858ae69645958e99 1.56 MB 3,796 6
910,308 910,308 000000000000000000011265344ad9d029e8432bd5b14b3ba65e72c7ca4b054c 2.04 MB 1,300 0
910,307 910,307 00000000000000000001195eb79da97af6dfc01a8d8fb0939b324bbd40083b38 1.86 MB 4,144 0
910,306 910,306 0000000000000000000153d08bff7c816eb0a9584a60520ab12c8ad9d0bfe35f 1.35 MB 2,724 3
910,305 910,305 00000000000000000001fcb3e95509a79395c6bca1d2d1b54a9b01a6a4244732 1.70 MB 3,685 1
910,304 910,304 00000000000000000001525627017f53ad702859fb6f12c0559deeab1b76988e 1.79 MB 4,978 0
910,303 910,303 00000000000000000001706c38ec2c5b9d556944f55a0607c576ed0358079719 1.31 MB 2,764 2
910,302 910,302 0000000000000000000161a5fdba29e7ac359cd7f929b8193cc7e9fd9a1052e6 1.60 MB 2,833 1
910,301 910,301 000000000000000000001b6f5ea72ad13d99381a549df6535c47bd93b9368eca 1.60 MB 4,250 5
910,300 910,300 0000000000000000000154be59eb12af1085850f76854578a68427b3d83d7abe 1.95 MB 2,830 0
910,299 910,299 000000000000000000010d459b3c7153462a1163de2c305e16e3f065522f187d 1.34 MB 3,272 3
910,298 910,298 00000000000000000001534d38584bbcf7194ec38bee33a8f92066dddf30b72f 1.57 MB 3,982 2
910,297 910,297 000000000000000000016d8c0969be02a726850b9587489d76b1688278b44380 0.15 MB 517 2
Previous 10 blocks ↓
Total Size: 774.33 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,244.62 GB sent, 120.24 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.