Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,466 transactions (2.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,827 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,308 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,826 (867,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,396 43,396 0000000016d7cf323e6dd98f24aa3c31e38a99989d5c4398c1dccbdbcf060921 0.00 MB 1 0
43,395 43,395 00000000011cc9c54f0f2723b8b25dfc978fc9aba27b35d13eb75ebfac87b239 0.00 MB 1 0
43,394 43,394 0000000036ba17b45441ac927068bb3f821181576ad3a482131db50f0a9ec1ef 0.00 MB 1 0
43,393 43,393 0000000024607ae11ea4050d5380f9001d13a4a243593bda355a32ba10b41db8 0.00 MB 1 0
43,392 43,392 000000002c6df13a0075e726983e9904a62229bb2b6921404df8ee101bf499db 0.00 MB 1 0
43,391 43,391 0000000032ef12fd84c2ec9c836d1a1ecb288b95737a844455035a4c79835de4 0.00 MB 1 0
43,390 43,390 000000001de89da2fc8b9a1b965e1f6ba3c3807b8015c063cf7db673a428d6e7 0.00 MB 1 0
43,389 43,389 000000000f5203fce59a499768c17372ae9ee7da0fcda73744cf5c79627b81e0 0.00 MB 1 0
43,388 43,388 000000001da8d5c032f89620566cee272969b438017767c22c3ad59c1888820b 0.00 MB 1 0
43,387 43,387 00000000365e64b2f51cfacff22701773ed2aeb86ec5e819e478c84cc61113b3 0.00 MB 1 0
43,386 43,386 000000001f21ce319d017decdf7d116f5627b2867efc6f3d6dd571a14b69c235 0.00 MB 1 0
43,385 43,385 0000000002b44c502ad39f67b571c5ce96226e14fcc43247d99fd502ad116d36 0.00 MB 1 0
43,384 43,384 0000000016d32eb47179a669c45fe77d085b39491b1bbf547184dca8a2e18153 0.00 MB 1 0
43,383 43,383 00000000394389b0dbd57dad1afe31ab50845007b096c555b6ca12c9bfc05121 0.00 MB 1 0
43,382 43,382 000000003fddfc35d5026dcbc0fd7ae2abc374e1a8dae55c4eddd321eeab33ae 0.00 MB 1 0
43,381 43,381 0000000038836c9fd4e2ee182760326931a08e88af6b200be63ad39eabc11001 0.00 MB 1 0
43,380 43,380 000000001d378c6e375e7fb87a3f087dcfccc0bc9258a7bf77327cde8c9b3edc 0.00 MB 2 0
43,379 43,379 0000000035685cf4f7f82b78b64e7d6c9899459147b8b8be74fba475f721072f 0.00 MB 1 0
43,378 43,378 000000001829df7ba339b1480e661100a7c667dc5f9b55815ed69e0af84f801c 0.00 MB 1 0
43,377 43,377 000000001eb86bfb0fa2de7659dc43b93fe43bf9c0a615e0846e59252e82b01f 0.00 MB 1 0
43,376 43,376 00000000023d5c1441fd0a0d4b553cf6345d9bbbdf04862529c5f1d8255dd38e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.92 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,325.13 GB sent, 123.32 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.