Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,252 transactions (1.11 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,688 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 1,865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,687 (328,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
583,171 583,171 0000000000000000000d6a9e63d4e17180a2e5b8283c7aaa06e8b09886d34865 1.11 MB 1,710 170
583,170 583,170 000000000000000000128c6e771a85bf8fd637d83c8b1d11482c90513b4a906e 1.00 MB 1,190 226
583,169 583,169 0000000000000000000b3b34195b16f7462a63e320ed7c1d8d2cdbee25104366 0.68 MB 1,789 78
583,168 583,168 0000000000000000001aafbcd7b7ea5beac57cd5fa6a05eec249c54cd1988837 0.68 MB 1,502 68
583,167 583,167 0000000000000000002238bcf3360b2646cca5b1e350b59bba5d2ce13b99b197 0.39 MB 1,047 63
583,166 583,166 0000000000000000001aef06de86aa532c4ebb5e075644482aa46c7de8536264 1.22 MB 2,947 79
583,165 583,165 0000000000000000001103c3277a6369b38f5ca572c5e2d4b94cb2c91dd5d51b 0.84 MB 2,119 71
583,164 583,164 00000000000000000019450955db0cbc7faef7155546f5d3f64eb17613d4c2f5 0.98 MB 2,417 73
583,163 583,163 0000000000000000001efd827d97769e7ed19d6caee7d12d6b5852cf6b9fb254 1.19 MB 2,775 76
583,162 583,162 00000000000000000022adfa25cf5293c6bf5b009128df18e34434a39d9492f4 0.31 MB 402 54
583,161 583,161 0000000000000000000a460d0e2bfca321abfa75361c782a2701f6ed2afde622 0.84 MB 2,059 66
583,160 583,160 00000000000000000012b04c5de7241cdf36cb9e9c2775dddc30a6f6b7cb90ee 0.90 MB 1,635 87
583,159 583,159 000000000000000000102fa6915aeb0c36881b5cd9e62db339df03666337b56a 1.05 MB 2,348 79
583,158 583,158 0000000000000000001255b21089ccd971f8edc33325f33a229dbbbfa55f4039 0.89 MB 1,591 85
583,157 583,157 00000000000000000013dee35727ffd159daf353206e1f012433a6bc4984a65c 1.00 MB 2,456 4
583,156 583,156 0000000000000000001b2b7db6933aee9bcc6571df1e8b1a08df48f3aec5ce82 1.27 MB 2,537 78
583,155 583,155 0000000000000000001f9e2c3f789a5ed95b0cd64d81af0d89fd009fcd6f4367 1.29 MB 3,169 145
583,154 583,154 0000000000000000000ea1127697d35124a3d4ffbff601873a0655e9caa97dc5 0.60 MB 1,422 69
583,153 583,153 00000000000000000015815cc44e1649d9aa06430744518cc4664ef87d9db89c 0.42 MB 800 71
583,152 583,152 00000000000000000013927751fdd097065d32baf23cf163ae304e05ba881938 0.69 MB 954 5
583,151 583,151 0000000000000000001afe3d182f3a54b93d1cfe7120bb71023f13dc0eb9183a 1.14 MB 3,197 54
Previous 10 blocks ↓
Total Size: 776.51 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.48 GB sent, 131.20 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.