Memory Pool Memory Pool Refreshing

19,744 transactions
33.30 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,118 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,201 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,117 (248,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,395 613,395 000000000000000000055b4126f845562d87de584b40f36074f0bbb069f17f36 1.29 MB 3,027 17
613,394 613,394 0000000000000000000b74664a08c16c09d76a583881ad2faa69843b2f318240 1.17 MB 2,594 5
613,393 613,393 0000000000000000000064613fead2a4f0a7cbc8d6aac9ba707f452c7f5c1872 1.36 MB 3,048 21
613,392 613,392 00000000000000000012a91b8987b22944fae3f5c5e553fcd4fa5a0aec768e28 1.29 MB 2,829 33
613,391 613,391 000000000000000000054b6432321bc6a4652bf403d1022dad71db80a66e0c3c 1.18 MB 2,271 11
613,390 613,390 000000000000000000022c00ab98945c3dcf3e91fa7c7f412d656936b14274d2 1.27 MB 2,726 8
613,389 613,389 00000000000000000008f2960cf598d421918aa0d709a3a4c560d010d554e239 1.31 MB 3,197 34
613,388 613,388 0000000000000000000fbae8c85df2b67ac6d43bfd895ce4645e69bc6af92667 0.23 MB 560 22
613,387 613,387 0000000000000000000f73e35ac55f903e9223159ef32639a8726f23dd4bc0b3 0.77 MB 1,869 16
613,386 613,386 00000000000000000007e32d7b1e84f6c426c72e6988fa6f06db8c858bf3a8ed 0.64 MB 1,330 13
613,385 613,385 000000000000000000086eabe4907c341bcbebda309e4d9336689120c9f3c11b 0.52 MB 1,205 16
613,384 613,384 00000000000000000005e5d8198a86a848f43feb616e898f8ea0645d09e0ffe7 0.90 MB 1,792 10
613,383 613,383 00000000000000000009a75380e4d3af700f7f045331051b1bf4bc1e0440e2e8 1.26 MB 3,014 18
613,382 613,382 0000000000000000000d81098fb3cd852c3ae981c56bf46363a711e0323b011e 0.67 MB 1,735 18
613,381 613,381 0000000000000000000b92cdb01086defd26b79403efc6d8cd6ac22eeed5bdca 1.24 MB 2,677 16
613,380 613,380 0000000000000000000be03d47b620658ae1702da284ecf7c9bf1219a4baf2b0 0.72 MB 1,259 15
613,379 613,379 0000000000000000000c8b8595a0ceeeb74d1766784108ae0c1000bc4b63bc04 0.02 MB 43 20
613,378 613,378 0000000000000000000e1bc970c295a524b03cc88cd7628f6eb8e07e2ec5a2e4 0.22 MB 569 10
613,377 613,377 0000000000000000000e374515f7115f68848c4d7df619c4413c8543b570b04f 1.29 MB 2,937 14
613,376 613,376 00000000000000000010467b2352f3a17f8a6d6cfb120de669101a0f9c4edcb4 1.34 MB 2,662 14
613,375 613,375 0000000000000000000552655a812f47ccad777d76347e99ef85f1abefbb85ef 1.24 MB 2,863 17
Previous 10 blocks ↓
Total Size: 684.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,338.61 GB sent, 100.86 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.