Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,884 transactions (1.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,045 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,969 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,044 (558,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,129 352,129 00000000000000000f57203f933bc551eb9f741b2f4a0ecd36b4a64260637fb4 0.53 MB 1,057 31
352,128 352,128 00000000000000000c93cb8f30132bef4106938cfc1c03938e00ea87a20bc2b5 0.00 MB 1 0
352,127 352,127 0000000000000000059ff0011118cadf65f060470c7f6ebb45d9165563eb1949 0.71 MB 1,132 27
352,126 352,126 000000000000000002fe2a8466588ba11c80655f087db9019382a9773014210d 0.67 MB 1,305 29
352,125 352,125 000000000000000011b588d1e8175349693ac86825b920ec074d46be2067eac3 0.08 MB 76 9
352,124 352,124 000000000000000001268cb5ed29c83d0cb8db4a12e2ae9b7be5a7c66f9c58bd 0.06 MB 127 34
352,123 352,123 000000000000000007848576fe33e0ab784ae61881cabb3bc4e41d198057c01c 0.23 MB 405 36
352,122 352,122 0000000000000000081c6015a5e31dbadf20fc88272aaf11de5444d829bcb14b 0.15 MB 315 35
352,121 352,121 00000000000000000da21620cefd33a71ae78cbe478254f1092a897ec5974f65 0.16 MB 261 31
352,120 352,120 000000000000000010120129a52a4133583ee7519403b4b63c6bff78d93e49e7 0.75 MB 815 21
352,119 352,119 0000000000000000092e6cfcfe593738c0a0c997addfa685f4de6b045d5f8f2d 0.44 MB 78 11
352,118 352,118 00000000000000001095132f4325c5da0dcd059d1edeed54a570367913bd8dda 0.73 MB 616 18
352,117 352,117 000000000000000013bbd2add909811b156a989f6cbe347017f35638648a886e 0.74 MB 1,164 31
352,116 352,116 000000000000000009bc29f1216fa5243bcb7cd10e06ef954b1802cadbc6a060 0.39 MB 771 26
352,115 352,115 0000000000000000050744be08342ddb73485a4ce9a73350d2903e54ab574871 0.54 MB 974 27
352,114 352,114 00000000000000000645f7150d8702ab3a859fc97b8c58b18312d3c768c02b78 0.27 MB 581 32
352,113 352,113 00000000000000000d32f3e47c3ac7982ea0efd8ef78cfba9191ef596140a45c 0.64 MB 708 17
352,112 352,112 00000000000000000a1eaa41bde429e55a198cb70fbcb19606e54d1f52d5edeb 0.75 MB 2,153 41
352,111 352,111 000000000000000001b2009b043a90adba71192945471f85d917090306e82961 0.31 MB 525 25
352,110 352,110 0000000000000000114ea29254380576053d206f12e2bb211f1b42888238152f 0.30 MB 561 32
352,109 352,109 00000000000000000e627fe8878cbc4e5d209c208e765022beecd6dcc2ddd9c9 0.11 MB 151 6
Previous 10 blocks ↓
Total Size: 775.32 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,362.97 GB sent, 125.42 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.