Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,439 transactions (1.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,646 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,821 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,645 (82,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,642 829,642 00000000000000000000810b9817afafbc47f7c685a0923cb47516c42e2e8123 1.57 MB 3,197 45
829,641 829,641 0000000000000000000271bb95361e0fda6da6f41858a57ac5aa7336d64dd3b8 1.08 MB 578 22
829,640 829,640 0000000000000000000328cf924c40bd0cbfa325eaa97959e84bcf932b341257 1.09 MB 450 22
829,639 829,639 0000000000000000000170d2ebde7236e9eeb3b3df35a228df4db2524cb8af61 1.23 MB 658 22
829,638 829,638 00000000000000000001c78ebea0bb8b934ddd556670ed61027c527ccf6e94d0 1.42 MB 2,010 30
829,637 829,637 0000000000000000000083110e363ab05de51bf4412d0a3c615822d2c3cb7370 1.62 MB 3,243 43
829,636 829,636 00000000000000000002142cd758b8b4775ba3e47bf4193d944dc85a960e0547 1.42 MB 824 21
829,635 829,635 0000000000000000000302771c9014f2d29a6799b2db9d3ae193eab53172df94 1.62 MB 2,111 36
829,634 829,634 000000000000000000035f831762c80c6b381c003492a82785fbd4fbbc5168cd 1.68 MB 2,270 37
829,633 829,633 000000000000000000020334cf9ea405a40d98fb9e677792bb6d2b6e7f31ad1e 1.51 MB 2,159 38
829,632 829,632 00000000000000000002a9518312b42013672d6236ce5cd800c4ff16ee6dd700 1.66 MB 2,759 40
829,631 829,631 000000000000000000015967279321af548f9bdcd805190453ef457e77a3e4ef 1.32 MB 1,038 25
829,630 829,630 000000000000000000029e0b4ad3efa257de377f432959f402f6e2695bbbaac0 1.03 MB 345 21
829,629 829,629 000000000000000000007d4521a76b0c92b93f5ae272830ae4d7872b100584be 1.46 MB 1,965 31
829,628 829,628 0000000000000000000100a34cf8b87dca000962658e676a235113280133e4b9 1.52 MB 1,198 25
829,627 829,627 000000000000000000015d9e71ab88ef145fb804e8994eb2841fb4de9c008d76 2.21 MB 1,715 31
829,626 829,626 00000000000000000000800ba80c6f1ff56c5e3c97bbaba75f086e82402a7315 1.67 MB 2,839 40
829,625 829,625 0000000000000000000144936301324aff753bf558491b201f158fe4c1959a48 1.49 MB 2,316 36
829,624 829,624 00000000000000000001ae5ae27b212edd8bd9ce8bf4c0ed35fee5b227de0db4 1.19 MB 506 23
829,623 829,623 000000000000000000039c84bc359b73860c220f48b44d6969b595b7ef0f69e6 2.15 MB 1,099 26
829,622 829,622 00000000000000000000dd72893b0efe2db4f8e4cd7f4861fe4ff7863e39ecdf 1.88 MB 1,734 30
Previous 10 blocks ↓
Total Size: 776.43 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,423.51 GB sent, 130.81 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.