Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

517 transactions (0.17 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
911,476 000000000000000000022b910000000000000000000000000000000000000000 0.17 vMB 502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,475 (878,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,867 32,867 000000005e4c1531a1b868ef0945dbcd9b74f9bbf58a3f9727d0b1dc8de4a5fa 0.00 MB 1 0
32,866 32,866 000000000f914b259b7ec207d84959d829e6f2722176ba4a71d0fe9c4bea9a48 0.00 MB 1 0
32,865 32,865 000000000a39925a08bb7052ce25ddbc3b78eab5f7c7ed373c81850d6c17d095 0.00 MB 1 0
32,864 32,864 000000009cc551fb22489c98b0657339c3766f604ef0c02a9bc0bf0d8adbb461 0.00 MB 1 0
32,863 32,863 00000000722dddf836ca48c677794d121a1aab31f91dd93ee28169d990276b77 0.00 MB 1 0
32,862 32,862 00000000176b6c9a0d1372f8b0de65dee2e416be22590a619c9037da1c2938bf 0.00 MB 1 0
32,861 32,861 000000007dd5df69b79bcfd64365d6ed4777fc8ff854fb728a1809843e46ec1c 0.00 MB 1 0
32,860 32,860 00000000c1ca0eb18debe6203d512d7b8494766b7b7317be3eaf75879880e053 0.00 MB 1 0
32,859 32,859 00000000ae7a3f7b3ad47444b0419854647db9815de4a1aa39c3a267c8cd3364 0.00 MB 1 0
32,858 32,858 000000007d93c8097dc9a78900988d46604001b190248d9219a460e8f6ead04d 0.00 MB 1 0
32,857 32,857 00000000053518ab0d595d3ae6d96a07ae9950d69b9c790ecf2ad35909194770 0.00 MB 1 0
32,856 32,856 00000000610ba2fc52fe4911662362a77f7e0c08bd8b4b83d5d3bef1001a9cbc 0.00 MB 1 0
32,855 32,855 000000005981ed6c770d436113c14c2bf1f75d737762ab29348d703b7531dbed 0.00 MB 1 0
32,854 32,854 000000005c34efc5a07641d6d75ff81d071139b8007570c8ad8ba6229ddf6c99 0.00 MB 1 0
32,853 32,853 000000002c137ba55dc4b620c98230b5a0117002889b831d381592bad30fd875 0.00 MB 1 0
32,852 32,852 00000000af5edfbe302c0e291add417825719e8ed0acb97bb23ba15ad96776e9 0.00 MB 1 0
32,851 32,851 000000002c0ec2d00f6b07ff467c0d5acd7f53026544e3619b16393e647912ca 0.00 MB 1 0
32,850 32,850 0000000079ec2d258e7c1ea8569e26e1685b3c9dad7ad048cf5772a238be85d1 0.00 MB 1 0
32,849 32,849 000000002e8c675e3443d4b747a2bf797a1e7f443d07d7b782c58a4bbea284c3 0.00 MB 1 0
32,848 32,848 00000000a4772dfbcdee4e7537f92ea4e2a36883a4e199230ef30d4be578f694 0.00 MB 1 0
32,847 32,847 0000000008badd2c48773bd0417c38d030b13ec2ade8a89b8e6aecb8d71db1f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.12 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,409.49 GB sent, 129.30 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.