Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,244 transactions (0.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,974 000000000000000000022b910000000000000000000000000000000000000000 0.60 vMB 2,244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,973 (128,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
783,241 783,241 00000000000000000003ab087a15bb27da207039b9577453182d4cdf50516084 2.89 MB 879 9
783,240 783,240 0000000000000000000292fcc67f1edb56cdb93e439cf4d395ad3e014c893ffb 1.80 MB 3,061 14
783,239 783,239 00000000000000000005227bf7b13098bc53b540b621a780222f677c0c3e3b11 2.53 MB 3,208 6
783,238 783,238 000000000000000000020ff2c819af2b15f37d5a099e833e3687538da62bad5f 2.63 MB 1,602 10
783,237 783,237 00000000000000000003140ac9ff8a1b03077cc515d9ab61848dc8058ee4519a 2.11 MB 1,788 8
783,236 783,236 00000000000000000001dc0b52d323b05e3441202e43f6029c6bb9a03b49b8b0 1.30 MB 1,712 19
783,235 783,235 00000000000000000001ee7f9e6fda800c0f7ad959097f1b81de94057a6d6f75 1.41 MB 2,265 24
783,234 783,234 000000000000000000006b03248ed5b1aeb0142852f8f21b25f5e651095b78ec 1.41 MB 3,035 31
783,233 783,233 00000000000000000001fbf991828903995c22b04e90791dad80353e87db306e 2.20 MB 2,830 9
Previous 10 blocks ↓
Total Size: 777.04 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,499.95 GB sent, 133.62 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.