Memory Pool Memory Pool Refreshing

14,602 transactions
29.82 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,173 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,904 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,172 (251,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
610,361 610,361 0000000000000000001192e38275b7c501cd1d5a0e0ce57451ca216a32fb066b 1.37 MB 2,569 13
610,360 610,360 00000000000000000007acbcb8861b752f199d530efabcd160cf0abb9910d0d5 0.43 MB 1,089 16
610,359 610,359 000000000000000000047f8c1c7db9bb69ecb7b39437fe9ffe3662468f1957ba 1.33 MB 2,460 8
610,358 610,358 0000000000000000000290402d6040e043a105181ab27253ab284e6a468b165c 0.44 MB 1,057 7
610,357 610,357 000000000000000000059500383ae927cf43486994d2adf035e472b24cdc18d8 1.26 MB 2,622 5
610,356 610,356 000000000000000000005bba1be63cafdb36049440b1ba16a82b95725559bb65 1.29 MB 3,048 9
610,355 610,355 00000000000000000008642da1c5b6b9fc7a94a5b9981595f7b5ba4c9508446f 1.34 MB 3,177 13
610,354 610,354 0000000000000000000a1c17c8bdbcb9a4dbda9845f25b9e6202564396208d09 0.67 MB 1,608 9
610,353 610,353 0000000000000000000b0d1ea970e9f10f4e47ecafeaaa3b42db9af5abe7f07a 0.86 MB 2,122 4
610,352 610,352 0000000000000000001321e5d6265b50847ebbe0287a751183a97b92a5392808 1.32 MB 2,962 12
610,351 610,351 00000000000000000006380583ff1677842f8045cf0b38638ac27f205145e2b0 0.63 MB 1,496 7
610,350 610,350 00000000000000000006d169311e756463dd818f114f103e3f104e222fb0bde0 1.26 MB 2,986 10
610,349 610,349 0000000000000000000f6ed67ab96a2cea672738c1b2c53ff64c928769336ae5 0.97 MB 2,102 10
610,348 610,348 00000000000000000013eacd2786507e45856130a73a47e398bf92ffb5adfd42 0.36 MB 1,028 9
610,347 610,347 000000000000000000045818c53b0dc0cd6a0a3bb08228b8b8036c0f90a8cef9 1.02 MB 2,429 10
610,346 610,346 0000000000000000000ebc1b4aca26e0d0a15a31a6dedcb326ff87edfd9eeb88 1.14 MB 3,033 10
610,345 610,345 00000000000000000008b7c1e44aeb5cb15be58862785a2486e51b81ce0dfff0 1.28 MB 2,713 10
610,344 610,344 0000000000000000000c0dab894cddb31c44c6e9a51320a79bc5cac5134a67f7 0.50 MB 1,357 7
610,343 610,343 00000000000000000008a1cb66ad199bbc7c3980567af277d05258b37dbd0802 0.28 MB 272 15
610,342 610,342 0000000000000000000fdf7a9eb4debf14235404a43da56dfbd30037db68805e 1.08 MB 1,943 2
610,341 610,341 0000000000000000000ccb26a8e2461c7f6811185056d0424d619c849aec86ed 1.38 MB 3,412 10
Previous 10 blocks ↓
Total Size: 684.49 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,344.52 GB sent, 101.40 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.