Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,216 transactions (0.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,887 000000000000000000022b910000000000000000000000000000000000000000 0.39 vMB 1,196 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,886 (128,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,262 783,262 0000000000000000000121fe31f1d3e9d45621b8e626f7559f7a4537a5c42191 1.65 MB 2,170 17
783,261 783,261 00000000000000000002223b060c41b5cc4e9d3d3134b72b32ed38672e6c20d4 2.30 MB 2,523 16
783,260 783,260 000000000000000000020ec0826f32b11da26115166e625b5a42c2327958f837 1.94 MB 1,902 12
783,259 783,259 000000000000000000000c650c756da93488f799b0283dbae0a5548d3c319833 1.77 MB 2,867 14
783,258 783,258 00000000000000000001be1942eca8d479077dce78ec9510016d4831b490df4d 1.41 MB 3,130 31
783,257 783,257 000000000000000000019ce7fb71b73ead886eb829931be843bb16fc933d4635 1.90 MB 2,515 16
783,256 783,256 00000000000000000004510104714b48eda042eb5b1011e2920fd1218f10a08a 1.29 MB 1,495 18
783,255 783,255 000000000000000000039658baed47d0ea1f97551689337c7f6915f66564e23b 1.27 MB 1,856 30
783,254 783,254 000000000000000000051c26b32d5af2b74517b26bcd0e804b49c5c6986f87c2 2.25 MB 1,857 13
783,253 783,253 00000000000000000000780d4e5edabeffa31065280670c634f15dc9985aae9f 2.55 MB 866 7
783,252 783,252 000000000000000000029ebc2202cffe4ebe2db14c8f2dbfe3a7048a6c652c3d 2.36 MB 1,040 10
783,251 783,251 00000000000000000001586d33717bf698ea49a2ff09b875c67aab06923efdc5 1.87 MB 301 4
783,250 783,250 000000000000000000034c95e4016496eb84a3f78f079f155b788bc62a4d38c7 3.27 MB 611 5
783,249 783,249 00000000000000000004b3aa624bafd6f4f512b61259141dae8e5552713748cc 3.37 MB 1,076 8
783,248 783,248 00000000000000000000ed50683374ccad3602f55da3159337da0e95be1df083 1.89 MB 3,023 19
783,247 783,247 00000000000000000000942a52780de38137bc6eab3fb7b078c1b4eaf8122546 1.96 MB 760 4
783,246 783,246 00000000000000000002f596d34c4e3ab9a923aad29083acb5439c8bd5a19b70 2.22 MB 2,116 14
783,245 783,245 00000000000000000000b75012d92c6330d8837946e0a44ecead9394ab5081de 2.65 MB 750 6
783,244 783,244 00000000000000000004ec29fbadef41a88a67131b43b4f68ac83198737e0ce9 3.33 MB 1,064 8
783,243 783,243 00000000000000000005d1475bb433117718e37c147486573e084b60538093d3 3.07 MB 1,314 10
783,242 783,242 00000000000000000003815cb083b2538c7e1c4033123824e4bacfe77da8cd82 2.71 MB 1,850 13
Previous 10 blocks ↓
Total Size: 776.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,475.22 GB sent, 132.85 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.