Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,639 transactions (1.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,702 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,337 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,701 (98,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,724 812,724 00000000000000000000458ea38efa27046ae7e3ea921b28b7500a1e66668248 1.37 MB 1,834 11
812,723 812,723 00000000000000000002bb3aba1573638ec9261f0c4eead7f89a19a61df25f8b 1.53 MB 2,372 13
812,722 812,722 00000000000000000002791c1ee8be21ca13b0b6d4d604f1d00e7bcb0206c5df 1.17 MB 562 4
812,721 812,721 00000000000000000001b442eb30068356af81ea0091867b1cdbe53207b79902 1.60 MB 2,876 17
812,720 812,720 000000000000000000010c7addefd01493495365abfb16b46f3929db19f2ff1d 1.91 MB 1,261 2
812,719 812,719 00000000000000000000c8b323f1218543d3a03c446a9eceb1c16eed7c73d2a9 1.37 MB 1,320 10
812,718 812,718 0000000000000000000489333262e861e8e4f5aa85f7abeecf85dcc4f02cbe96 1.81 MB 2,594 14
812,717 812,717 000000000000000000029e6ea58475fb4acd5a8253a2f3c8b56e385287aaecd3 1.63 MB 1,331 6
812,716 812,716 000000000000000000023e6fbc5ddd7b648ff47d1948092597207cdca016ab93 1.43 MB 2,266 14
812,715 812,715 00000000000000000001cd1777bc777a377c84b69f64cfc002c1efa2ec370a6a 1.97 MB 621 3
812,714 812,714 00000000000000000001565d6fdcb73e8d8679a764941d59e8cf83ec61f923ea 2.04 MB 1,548 2
812,713 812,713 00000000000000000000f117798302003a901495bb5ee3f959a9c048aa772b67 1.76 MB 1,158 5
812,712 812,712 000000000000000000010b378c554e294ec490a7cb8af0fee7972f0f9b12e6ab 1.95 MB 1,199 6
812,711 812,711 00000000000000000001f25b7b049e12cb340d75bb3e0b7100bf65020958922e 1.52 MB 2,872 20
812,710 812,710 000000000000000000030c29b54f36d053aca699bc7321affb94c85b8f72f9d4 1.72 MB 1,803 13
812,709 812,709 00000000000000000004166309a59a41759e36ff0081538f7a71d8b55871f754 1.58 MB 2,010 12
812,708 812,708 000000000000000000019a81a9bdac254c01a254e9b542b7e9ccc5698d905817 1.93 MB 1,831 11
812,707 812,707 0000000000000000000445710f970c2b65712dfa9a935c80c948750a98285989 1.53 MB 2,684 16
812,706 812,706 00000000000000000001c17505bcbeda915fd67815d4ef13066042698bbb1246 1.87 MB 2,423 14
812,705 812,705 0000000000000000000318812090d7d36d28c9652da57429ff74501a9f2fff54 1.54 MB 1,988 14
812,704 812,704 000000000000000000045a706e0f8a5fcc3e46e951f6289aa8f79f1a7defd9cc 2.22 MB 659 2
Previous 10 blocks ↓
Total Size: 776.54 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,425.90 GB sent, 131.32 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.