Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,493 transactions (1.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,197 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,884 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,196 (891,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,325 18,325 0000000024d9e046afae590184d363a851804e9d1b32744c4db118130f4a7f0b 0.00 MB 1 0
18,324 18,324 00000000b33fd646ee08b264959aa8b1a02d233e65d542814f4e8b0c413c051a 0.00 MB 1 0
18,323 18,323 0000000048319bd0e4e3ffdadd5e7329e64d966a74c88a71cfc2274186ad86c2 0.00 MB 1 0
18,322 18,322 00000000302374491b785836f2c3c91a914a82c3cd945eaa6651b2832cd48ede 0.00 MB 1 0
18,321 18,321 000000005d850f6d2debd817500350d77b4d326d81ca1f11d64ce4aef594c9f6 0.00 MB 1 0
18,320 18,320 0000000093ffeb012779ec034133dddcd24efe396a35de9ee9a0abadb9993e20 0.00 MB 1 0
18,319 18,319 0000000000121c6983323c4a1434965cddd228ec2d1b6c79e9305e3624934b23 0.00 MB 1 0
18,318 18,318 00000000150a3788e0b934db53d2bd55d31c768ab8919305feea15134757bc3b 0.00 MB 1 0
18,317 18,317 000000000842d4eea95d1a7b3d9d6443d81beed522ee5699f51d7ddda2de171b 0.00 MB 1 0
18,316 18,316 00000000c9908d9009e7afaab11c4c1c3ecbc9f9c2612a198c94b1de18732f42 0.00 MB 1 0
18,315 18,315 0000000026fdd7065391a0f800a3af439b0074ca0a8c0e611631941d309b99e7 0.00 MB 1 0
18,314 18,314 000000005755f1e5635adbc3db6f0c01262024988ee5a11726cb17d9c669d94d 0.00 MB 1 0
18,313 18,313 00000000356c77e0eeb1ca77f30150ae6239ac2cd1b8f9acebc0a8a9ffbef526 0.00 MB 1 0
18,312 18,312 000000001a2c594cefe2d5fdfcbae2e6d54718f1d704e578bd97303ab683398e 0.00 MB 1 0
18,311 18,311 00000000e706b6e777234e78695243434832ac2f870155da41ae2fdd71c15ed8 0.00 MB 1 0
18,310 18,310 00000000dcdb5e0a23776751e2edcec4d4e597c8693f05fd86b9fe71ede6da26 0.00 MB 1 0
18,309 18,309 000000005659e33d33527dd3a4eecbace0ec274f94b02ecbd8bc55e3b824103b 0.00 MB 1 0
18,308 18,308 000000007b11f50a83869082806116cb6a3459db4887c1397421a2233497367b 0.00 MB 1 0
18,307 18,307 00000000bb69c7fd70f0ccfd363dae2982534576737a4814ec94c4cf7120680b 0.00 MB 1 0
18,306 18,306 000000005d22ab1c7770f270069ebd76811dcf2353aac12f72e80c358e3dc97b 0.00 MB 1 0
18,305 18,305 00000000b3642ea00e2fc09fe927511829f9ce200a78de8e4a0c4ba030445512 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,195.50 GB sent, 117.36 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.