Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

725 transactions (0.20 vMB)

Priority:

  • 1 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,603 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 701 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,808 909,808 00000000000000000002149d1a84101ae7439336bbcee3f5293e74abeb10ec65 1.68 MB 3,750 2
909,807 909,807 000000000000000000014c8af9eb27891c3a67bf4ec906a1422c0d02729b93d8 1.79 MB 4,720 0
909,806 909,806 00000000000000000000d28a7b4a951a597d32aaaa629c576b30c740da19a787 1.80 MB 4,166 1
909,805 909,805 000000000000000000008ad548a2cb6148c5f27fd0d4e65ed5580f33c109f1ae 0.46 MB 1,032 3
909,804 909,804 00000000000000000000429a372a499bcb3f4f088953b6dff51bd624d96dcadb 1.81 MB 3,438 0
909,803 909,803 0000000000000000000010ed8d2bee60ba5c1dcbc7ee85ca923a7a0778c854e9 1.71 MB 3,840 2
909,802 909,802 0000000000000000000078ecaa9939dd175c0ea5f13a287626b9274f82333959 0.87 MB 1,508 4
909,801 909,801 00000000000000000001eee105fb7cc959b69294842e6d473aac7f97153aab7a 1.78 MB 4,909 1
909,800 909,800 000000000000000000016fbba09dffb3862d05b500c4b623c8d6df6357f922e1 2.00 MB 3,813 0
909,799 909,799 00000000000000000001623da2a6142ab80dd92f4a587a8f5c2b38e144ff6c2c 1.81 MB 3,773 1
909,798 909,798 00000000000000000000843b974a45545e56508a5d7d1bd8f6942b4317b3caad 0.88 MB 1,684 4
909,797 909,797 00000000000000000001afb847d9c5cf2376cc9050d0c3bd474489dca16bc1c6 1.82 MB 4,222 0
909,796 909,796 000000000000000000000d0ceed04b792d25cb95234dc72e35476ecd2a0e2cbd 1.73 MB 4,235 2
909,795 909,795 00000000000000000000bb6ac75b879ced0b7a3001eb6657cb56ce09ece1b543 1.71 MB 3,044 1
909,794 909,794 00000000000000000001971541895c46df56fc3cb98267fed68146c05d618364 1.73 MB 2,861 2
909,793 909,793 000000000000000000005f82c8d6ef9947d65117ccee214547bac22cea0cf8ed 1.56 MB 3,540 5
909,792 909,792 000000000000000000006920b2dd81bcf3300609f66260acfd175420ad31ac7d 1.98 MB 4,433 1
909,791 909,791 00000000000000000001b260384b9399ea85d9b445a3b8c79aea8e5f5487377e 1.68 MB 3,545 1
909,790 909,790 00000000000000000001d2f49091f952b39443e5a327165f4981635f5599ef60 1.55 MB 2,900 2
909,789 909,789 000000000000000000003637ca29f827e90c70263598d8456de8b084fe6ca869 1.81 MB 4,715 0
909,788 909,788 00000000000000000001e6e0b8e81e34ec9c21d7cd0ecc7506ab89b5f39b5b2a 1.78 MB 3,310 1
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.