Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,043 transactions (1.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,785 (237,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
673,935 673,935 000000000000000000031f6a9c812c8a8cc7b205568da0c4cc2dfca6ea1ab174 1.27 MB 2,272 85
673,934 673,934 00000000000000000006f5c67e6b0137b924eef0a79e186bf755964cc407800c 1.29 MB 2,407 92
673,933 673,933 000000000000000000012b7c055337131ebee634d43e5165aaaf491600bfcd38 1.20 MB 2,728 61
673,932 673,932 0000000000000000000a2b237adfeda134daa0f796cf5ba104ea5bfc3571ce3f 1.17 MB 1,539 75
673,931 673,931 0000000000000000000c57ba14d9c4189451d85613fc209c9c5cea46979208dd 1.16 MB 1,442 106
673,930 673,930 00000000000000000009c51a20612cbbf00f12f411d7bcbf919af1e605dda8f4 1.12 MB 3,038 50
673,929 673,929 00000000000000000008384eea8b43d9636c146dd46137282b98d83573d71c18 1.38 MB 2,782 97
673,928 673,928 00000000000000000006768cd0be2584bfb57af15e6a188205f1c9e94aa0af3c 1.33 MB 2,627 101
673,927 673,927 00000000000000000006b26181bda4f92acae2ebecf21a3817545a550563835a 1.55 MB 1,716 102
673,926 673,926 0000000000000000000aee54ca44004377d038634567ccd49a5b4ba5433f803e 1.30 MB 2,969 120
673,925 673,925 00000000000000000006fe103d77d52292991f4f5933b3fd25e4be1cab355b94 1.33 MB 2,268 59
673,924 673,924 00000000000000000005855a6c05fb018bd974372a780c6b074b1c084715cd2f 1.38 MB 1,440 101
673,923 673,923 00000000000000000009f531f496cccde42cef8d03b2ec6dfefd6689e78aa48b 1.27 MB 2,150 108
673,922 673,922 00000000000000000001c00d5510678145087e67081d474ef0dee0e2ddbcf230 1.43 MB 2,196 54
673,921 673,921 0000000000000000000692e4f01a6538c5fd399d0d75aa063224391ef7a1634e 1.37 MB 2,537 62
673,920 673,920 0000000000000000000adc819f42252108433ad7329dd66794ba754922dc9c19 1.49 MB 2,605 110
673,919 673,919 000000000000000000028faf18ea606bd431d79ef6ce786a2c31cb36f0b14506 1.47 MB 2,127 60
673,918 673,918 00000000000000000004941484187d58bb41291add1e2674f7203f0336cb478d 1.28 MB 2,692 76
673,917 673,917 00000000000000000000b015d1bdf6695c8ebfc5a00666b109a1b295aec4c5be 1.51 MB 2,586 110
673,916 673,916 00000000000000000001ce5feb1d90d4c23134c415136aea388b5281a9fba8e8 1.55 MB 2,078 71
673,915 673,915 00000000000000000008d466ae6bc43ffdca7fd0e5abbf1e7c1cb29befdde1e6 1.33 MB 2,890 82
Previous 10 blocks ↓
Total Size: 776.69 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,441.14 GB sent, 132.00 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.