Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,255 transactions (4.99 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,933 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,614 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,932 (837,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,009 74,009 00000000001995b5973cabb82eb2f9c9b44a21484bdc70f02c9978f61e53763b 0.00 MB 1 0
74,008 74,008 0000000000066406ee1c5463e6fd61059857bcb59a225f71f72a5abdaac0cbe6 0.00 MB 1 0
74,007 74,007 00000000006846b371778861835716adee1f82a540bc1def1b62ffae31a0368d 0.00 MB 1 0
74,006 74,006 00000000000bde9a1fa55df6f7c4b09f90d620240c7d3822c0e74a2af8e4f795 0.00 MB 2 0
74,005 74,005 00000000007cfcfa658f75d69adfb2dcff20b5a90526f3dc7b57f5415ce6efa6 0.00 MB 1 0
74,004 74,004 000000000056932d2c63f535751c76e2a4bd2ba4101c611d552b6a439096a6ea 0.00 MB 1 0
74,003 74,003 0000000000581a5d75372276b1efca394fc1279279e8a1ee4f6ec837a00b694f 0.00 MB 1 0
74,002 74,002 00000000004dbfca0b76aa913c43840683a5a708bd94e08b2fdf23eebbe7fd9a 0.00 MB 1 0
74,001 74,001 00000000001ba557f4e72c127725d7ff26be2cb48519c007189d45691e650d0a 0.00 MB 1 0
74,000 74,000 0000000000573993a3c9e41ce34471c079dcf5f52a0e824a81e7f953b8661a20 0.00 MB 1 0
73,999 73,999 00000000004ad2f2371a3f5291ffdbfcc7cc2f38427ebc8e7d28a51c5ec9f314 0.00 MB 1 0
73,998 73,998 0000000000001aeb6333dd07114dd4baf7e992a52272f75f81466c5d951047c9 0.00 MB 1 0
73,997 73,997 0000000000729c0ad8dd373b80f8f927546c405889e11ab272eda296d78ba79e 0.00 MB 2 0
73,996 73,996 00000000008236238b0e279184594e33bed5369a308097780b12ccc4545213ff 0.00 MB 2 0
73,995 73,995 000000000083dd27b3f44bc75cdb7ae89ce12f15cd9ae82296b3477a579c28f2 0.00 MB 1 0
73,994 73,994 00000000008ade2e7ed8d65bf4e5ece3e5f593497ee59f9c121d1c127051768c 0.00 MB 2 0
73,993 73,993 00000000009fa095a4f26d57dd48da5433dfde92e9566ba1925805141ac397e4 0.00 MB 1 0
73,992 73,992 000000000019648d2b9b73ae0b6f2e320033b876bee6fe932823c96190dd1af9 0.00 MB 1 0
73,991 73,991 0000000000a12002085f323f20a42b66f9ea8c40ad014fe8fb5978b46c32c253 0.00 MB 10 0
73,990 73,990 00000000005a4563e15ed730e3a693dbef857e8805ea09b28e4b96392251bec1 0.00 MB 1 0
73,989 73,989 0000000000591feb79370e7337e27923a5db94f787718e4dc4f2a23c60b77a2a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.96 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,493.47 GB sent, 133.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.