Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,278 transactions (1.37 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,693 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,645 (373,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
538,117 538,117 0000000000000000000ef7919fba9faa431965f9d7d479097f74730224d09bfd 1.11 MB 2,658 5
538,116 538,116 00000000000000000011d2856da9ab37fbffa36575555b366f31f184d31bc12e 1.20 MB 2,287 37
538,115 538,115 00000000000000000011fd775dd5127d7fde43867228912d147584973e98fb94 1.16 MB 1,866 24
538,114 538,114 0000000000000000002a49951b6bde3b100146c7ca49ded3b00dcd50db82708b 1.13 MB 1,977 28
538,113 538,113 0000000000000000001043a4f76c1fb4fe3ca0d6c3640bb84967a4cfcbc12f0b 1.19 MB 2,313 20
538,112 538,112 00000000000000000025e9fbc06d927eeb11ac22e053b2c33d25096456bb83ad 1.06 MB 1,100 33
538,111 538,111 00000000000000000012f8f5c339a7289d36338465161c9a756891e7cf7411eb 1.01 MB 543 47
538,110 538,110 000000000000000000101bcbfa85f44bffb3a0c6532f7c7a71627d83946ef156 1.02 MB 844 71
538,109 538,109 0000000000000000000b20d3fd675b67b71a2966af9b9f78967120fd7e3a1446 1.05 MB 1,274 9
538,108 538,108 00000000000000000012cf20036469b54378e5f05089d410483b75a8cd9dc841 1.16 MB 2,691 24
538,107 538,107 0000000000000000002013edcafd245655341bdc4262799bfa34faaf6cc53894 0.66 MB 790 4
538,106 538,106 0000000000000000001196c9af7af8072c128d54bfa47b772cb1b1c118e314c9 1.82 MB 1,103 16
538,105 538,105 00000000000000000013103d295c80585d0b035d649d6998d02b22b834cf4c98 1.12 MB 1,829 4
538,104 538,104 0000000000000000000a3781eceb0cd12d7e3fca65beeb0dc2486b4136f9e9bd 2.05 MB 625 8
538,103 538,103 0000000000000000000edf18e9ece18e449c6d8eed1f729946b3531c32ee9f57 1.96 MB 1,040 10
538,102 538,102 0000000000000000001979c90ecf6241697993db9877692d88cb1da5582a35a4 1.43 MB 1,712 21
538,101 538,101 00000000000000000020721593e66e1ea66aa756a78b2345d20878cf0a246449 0.43 MB 897 17
538,100 538,100 0000000000000000000d315677b1ff279c7029c7f220edaca51b6b5b802ea95f 0.14 MB 252 21
538,099 538,099 00000000000000000024825cec9d9845ac28d36f8bb8bf01d76fd0b74bba3eb8 0.54 MB 980 23
538,098 538,098 0000000000000000001f159c4cccde064325ad2948e6aa401359e2dfde704be5 0.02 MB 39 33
538,097 538,097 0000000000000000001f27c5ec12f749b6e261e7f6209a5d5617f806e6fed149 0.28 MB 535 19
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.