Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,833 transactions (0.88 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,327 000000000000000000022b910000000000000000000000000000000000000000 0.88 vMB 2,817 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (156,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,129 755,129 000000000000000000037c22beaeaf0660b7daa68c1a47518999544a9a2910ad 1.62 MB 1,991 5
755,128 755,128 000000000000000000011f147e20495f04c529028940cd71ddcdd6ecbf51b3de 1.53 MB 2,508 9
755,127 755,127 00000000000000000005395c22695e755b3fcf682f98555a94933ee28b95cc72 1.55 MB 3,172 16
755,126 755,126 000000000000000000063886484b3874f432b10405528ce41f8adde136e79d17 1.51 MB 3,567 20
755,125 755,125 00000000000000000001f339ca88fe904b4aa2baa828965e15a46677a7e4a0cc 1.50 MB 3,306 20
755,124 755,124 000000000000000000023f67871131e247610dd3a8989260256c548e83775909 1.28 MB 2,212 13
755,123 755,123 00000000000000000004b784516a83802f319f97f1d31fe48d584707306626a8 1.24 MB 1,351 15
755,122 755,122 000000000000000000031d571abf00c0333fac505fe3bd164b0f55ddd7d93978 1.24 MB 1,706 13
755,121 755,121 00000000000000000001cea445bfe5c0a5b345a8e33b9012e445ce74d94ee6a6 1.38 MB 2,673 24
755,120 755,120 00000000000000000006ed88c2df234bfffa405eb40493ece3522c13e9258aff 1.64 MB 2,612 10
755,119 755,119 000000000000000000024f691092adc85ce52ab7e4dc4934e1c78d098afa2dfb 1.72 MB 1,469 3
755,118 755,118 00000000000000000004263b29bf5bf2dc8de62ba926a14b77f123fece4d3d5e 1.52 MB 3,340 16
755,117 755,117 00000000000000000001ee26b8e60f57dfd39fdc0222c4465576c83f5681b3c4 1.56 MB 2,705 8
755,116 755,116 000000000000000000038d7ab7288465119d79ab29651c02d3887124db43dc25 1.65 MB 1,903 5
755,115 755,115 0000000000000000000677d096587bc5247116f28697d2ae6d47c21759189dd2 1.53 MB 2,888 10
755,114 755,114 00000000000000000003a005a3f05baacf9d4f82bf594edfda17d0a74d354e1c 1.60 MB 2,759 14
755,113 755,113 00000000000000000004137b8384753498d2edacb0fb4c59349eeb7dc6240f71 1.45 MB 2,383 12
755,112 755,112 0000000000000000000722238c034674853fe5a71c06f20bb12904000ebaae57 1.58 MB 3,078 21
755,111 755,111 00000000000000000006d115ed699c643ac2d6b07cdf00352440dfb037f167f6 1.64 MB 3,132 17
755,110 755,110 00000000000000000007c22142c2dafdcf33a7d0e9cf570554effd1d064cd267 1.67 MB 2,581 8
755,109 755,109 000000000000000000035a385fa04f136b8331fb8fe27c3d31cdbe7321046d6d 1.50 MB 2,373 9
Previous 10 blocks ↓
Total Size: 775.85 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,399.75 GB sent, 128.06 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.