Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

730 transactions (0.21 vMB)

Priority:

  • 1 sats/vbyte = (3 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
911,662 000000000000000000022b910000000000000000000000000000000000000000 0.21 vMB 720 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,661 (370,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,729 540,729 00000000000000000002af52ea83776d0c0ebf98285794b679aa680ecd33d0ff 0.30 MB 723 16
540,728 540,728 00000000000000000003b5ebc9f1994db69178196d351c4e452bcf3cb42626fc 1.11 MB 2,214 24
540,727 540,727 0000000000000000001d851145cee4f9d09bd370ea9a2fa21bcad2e60cee39c0 0.39 MB 903 20
540,726 540,726 00000000000000000006d7a7b0933a32112abcbe8cfbabe4c2eae90bc62348e2 0.73 MB 1,274 16
540,725 540,725 000000000000000000138b936a1a12a40c3c21d66f2c456ef13a7909bd98a97a 0.01 MB 32 15
540,724 540,724 000000000000000000149119e7ee6eba32d8fb58f5cc5166da25b1388129e4a0 0.75 MB 1,704 18
540,723 540,723 000000000000000000200b9c401b3022de17cd305ba6ef9ce5bade07f9f5ebe5 0.03 MB 84 23
540,722 540,722 00000000000000000000482ced702ad58c0104522d905f487956c14bee74638d 0.32 MB 245 5
540,721 540,721 00000000000000000005fd312e4e6eb6f88dc84a253b96517fa9d7c6fc627e29 1.08 MB 1,303 11
540,720 540,720 000000000000000000118b30da55ec02fc046d07aec07897cd3086707959649d 0.28 MB 619 26
540,719 540,719 0000000000000000002198a3e32da8f757a6ea392cf9d788b9df7944aae5fd84 1.09 MB 996 4
540,718 540,718 0000000000000000000c41e5c90d43eae983518a608bf267ef2287490aa70583 1.20 MB 2,839 23
540,717 540,717 0000000000000000001692ec12f8011f27062255903e2dcd56a6bd02682e7e5d 0.37 MB 777 19
540,716 540,716 0000000000000000000ca3ee03608b96acdf87d7b2c179f41cd608b24553f319 0.06 MB 180 14
540,715 540,715 000000000000000000252cd1eabe4371561f882439afa05c2fc270cfa2dfa194 0.28 MB 592 26
540,714 540,714 000000000000000000082ba76f5b7997b5604ebcc1b2733857081eb2dc2abf57 0.52 MB 1,205 18
540,713 540,713 0000000000000000001562f9154da5346ab0e2e46cf0c72b49a784b322f62067 0.82 MB 1,897 20
540,712 540,712 00000000000000000027a99932471fe854776f12a526869f903f8fcba6c8b63e 0.03 MB 74 56
540,711 540,711 00000000000000000002a94bc8b88514585f707cc35fe8604a53b2c8b2e4036b 0.68 MB 1,311 2
540,710 540,710 000000000000000000271cb4c7c8276aaf19b67f1f2a036bf47b6dbcc7d284bb 1.20 MB 2,744 24
540,709 540,709 00000000000000000022fc350ea1b09c82b6b12a71361a82a1685fff8036d70d 0.67 MB 953 16
Previous 10 blocks ↓
Total Size: 776.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,424.51 GB sent, 130.96 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.